From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7CD801381F3 for ; Thu, 22 Aug 2013 19:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C45E0C60; Thu, 22 Aug 2013 19:29:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0E20E0C60 for ; Thu, 22 Aug 2013 19:29:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B675133DAD3 for ; Thu, 22 Aug 2013 19:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5B10FE468F for ; Thu, 22 Aug 2013 19:29:49 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1377198394.e90454b6ac5a555382f5a8b78b02a86d70882193.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: media-tv/mediathekview-bin/ X-VCS-Repository: proj/betagarden X-VCS-Files: media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r1.ebuild media-tv/mediathekview-bin/metadata.xml X-VCS-Directories: media-tv/mediathekview-bin/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: e90454b6ac5a555382f5a8b78b02a86d70882193 X-VCS-Branch: master Date: Thu, 22 Aug 2013 19:29:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6037e8c4-9640-478f-a2ee-464ddb359791 X-Archives-Hash: 0f0450afd59b979f06893dcbdfca507a commit: e90454b6ac5a555382f5a8b78b02a86d70882193 Author: Sebastian Pipping pipping org> AuthorDate: Thu Aug 22 19:04:10 2013 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Aug 22 19:06:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e90454b6 media-tv/mediathekview-bin: 3.1.0-r1 --- .../mediathekview-bin-3.1.0-r1.ebuild | 38 ++++++++++++++++++++++ media-tv/mediathekview-bin/metadata.xml | 8 +++++ 2 files changed, 46 insertions(+) diff --git a/media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r1.ebuild b/media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r1.ebuild new file mode 100644 index 0000000..d77740b --- /dev/null +++ b/media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit java-pkg-2 + +DESCRIPTION="Download files from the public broadcasting services" +HOMEPAGE="http://zdfmediathk.sourceforge.net/" +SRC_URI="mirror://sourceforge/zdfmediathk/Mediathek/Mediathek%20${PV}/MediathekView_${PV}.zip" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.4" +RDEPEND=">=virtual/jre-1.4 + >=dev-java/commons-compress-1.4 + media-video/vlc + media-video/flvstreamer" + +S=${WORKDIR} + +src_compile() { + : +} + +src_install() { + java-pkg_dojar MediathekView.jar + + insinto /usr/share/${PN}/lib/bin/flv.sh + doins bin/flv.sh || die + + java-pkg_register-dependency commons-compress commons-compress.jar + + java-pkg_dolauncher ${PN} --main mediathek.Main +} diff --git a/media-tv/mediathekview-bin/metadata.xml b/media-tv/mediathekview-bin/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/media-tv/mediathekview-bin/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + +