summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r2.ebuild')
-rw-r--r--media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r2.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r2.ebuild b/media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r2.ebuild
deleted file mode 100644
index a70dc84..0000000
--- a/media-tv/mediathekview-bin/mediathekview-bin-3.1.0-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/
- doins bin/flv.sh || die
-
- java-pkg_register-dependency commons-compress commons-compress.jar
-
- java-pkg_dolauncher ${PN} --main mediathek.Main
-}