Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
Date: Sat, 02 Jun 2018 09:34:37
Message-Id: 1527932070.69ac90f81a49a64188c4273393297a05cb79bc2d.zlogene@gentoo
1 commit: 69ac90f81a49a64188c4273393297a05cb79bc2d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 09:34:14 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 09:34:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ac90f8
7
8 media-tv/ivtvplayer: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.7
11
12 media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 40 --------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
16 deleted file mode 100644
17 index 4dbdb1a2f76..00000000000
18 --- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="2"
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="Simple IVTV command line TV and radio player with support of LIRC"
29 -HOMEPAGE="https://sourceforge.net/projects/ivtvplayer/"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -SLOT="0"
32 -LICENSE="GPL-2"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE="gtk xosd"
35 -RDEPEND="media-tv/v4l-utils
36 - || ( media-video/mplayer[v4l]
37 - media-video/mplayer[dvb] )
38 - media-sound/alsa-utils
39 - dev-perl/XML-Simple
40 - gtk? ( dev-perl/Gtk2 )
41 - xosd? ( dev-perl/X-Osd )
42 - >=dev-perl/Lirc-Client-1.50"
43 -DEPEND=""
44 -
45 -src_install() {
46 - dobin bin/itv
47 - dobin bin/iradio
48 - if use gtk ; then
49 - dobin bin/ictl
50 - fi
51 - dodoc doc/README doc/CHANGES
52 - dodoc conf/*
53 -}
54 -
55 -pkg_postinst() {
56 - einfo ""
57 - einfo "Example of itv, iradio and its LIRC configuration file is located in"
58 - einfo "directory /usr/share/doc/${PF}/."
59 - einfo ""
60 -}