summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-06-02 12:34:14 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-06-02 12:34:30 +0300
commit69ac90f81a49a64188c4273393297a05cb79bc2d (patch)
tree2f33754ad396e206126f2e6a0dd9554c48e8c771 /media-tv/ivtvplayer
parentmedia-tv/ivtvplayer: EAPI bump (diff)
downloadgentoo-69ac90f81a49a64188c4273393297a05cb79bc2d.tar.gz
gentoo-69ac90f81a49a64188c4273393297a05cb79bc2d.tar.bz2
gentoo-69ac90f81a49a64188c4273393297a05cb79bc2d.zip
media-tv/ivtvplayer: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.7
Diffstat (limited to 'media-tv/ivtvplayer')
-rw-r--r--media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
deleted file mode 100644
index 4dbdb1a2f761..000000000000
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Simple IVTV command line TV and radio player with support of LIRC"
-HOMEPAGE="https://sourceforge.net/projects/ivtvplayer/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk xosd"
-RDEPEND="media-tv/v4l-utils
- || ( media-video/mplayer[v4l]
- media-video/mplayer[dvb] )
- media-sound/alsa-utils
- dev-perl/XML-Simple
- gtk? ( dev-perl/Gtk2 )
- xosd? ( dev-perl/X-Osd )
- >=dev-perl/Lirc-Client-1.50"
-DEPEND=""
-
-src_install() {
- dobin bin/itv
- dobin bin/iradio
- if use gtk ; then
- dobin bin/ictl
- fi
- dodoc doc/README doc/CHANGES
- dodoc conf/*
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Example of itv, iradio and its LIRC configuration file is located in"
- einfo "directory /usr/share/doc/${PF}/."
- einfo ""
-}