From 7b9f15840068dfaeea5684f8a1af1fe460dfa14c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Jun 2018 17:18:14 +0100 Subject: gentoo resync : 02.06.2018 --- media-tv/ivtvplayer/Manifest | 2 +- media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 40 -------------------------- media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild | 38 ++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 41 deletions(-) delete mode 100644 media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild create mode 100644 media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild (limited to 'media-tv/ivtvplayer') diff --git a/media-tv/ivtvplayer/Manifest b/media-tv/ivtvplayer/Manifest index 1f787c44545d..09c622e12331 100644 --- a/media-tv/ivtvplayer/Manifest +++ b/media-tv/ivtvplayer/Manifest @@ -1,3 +1,3 @@ DIST ivtvplayer-0.1.3.tar.gz 24159 BLAKE2B c78c90e84a623eeefae7e05a5682a8b4f0c14e6016ea67e0a2ff65ae589fd8c69641e92c1806829d5e6e11a4d48c3a4b3fa34cf9fc360bfb47ef7f7d5a5d4993 SHA512 620502620ff1795145183249131f0d5e94e559ca367b7b0bc3a57b458d79d82424502b098e054207eac503ed97086fc04b2fd7b71a20f8c5f2bbb98541ba1e5f -EBUILD ivtvplayer-0.1.3-r1.ebuild 908 BLAKE2B cd8629438d69bbba215a40b8d7328e4c66c490802953238b2f680577e0931baee9bdd86ec2f60c875fe8a2f72b230747826e620f5cd04880698dbf8317a4fdf7 SHA512 4f066a6789bd3daec3cc6f761793cdc7c4602dac5634927bcc5a4bbf58f84acd55d688b9b5bc7e20dacac1bb42b03552bde2cb4caf192dad10efa197d1be5065 +EBUILD ivtvplayer-0.1.3-r2.ebuild 875 BLAKE2B 275a39a045a18ef92a32e5369d6f17623ae8021fbe9d29dbdbef1009d3ff12f151c1b9852a3f299982a2adde17d53f404eb80f67439af4c6745d849c42f1cb14 SHA512 e76a5ddbc2ac8adb30215a1f6bef59d866056d6162ab120329abbc3ef3d191f8759889fa196f4ef04f49f291385b0860db7d819499bfe10f643a0610aac4da81 MISC metadata.xml 247 BLAKE2B a3bff5e8d3d69c6022dc950dc367c58527311aca1e3e6fb556073dcc3d6a4203da9ece7f0047305833c9b3c1e4e4c9d0cb9b3b72159c5c444a09a96caba565bd SHA512 50e21cb207d9753832d0c385f358c779437b8e40c1f40b15fe5cb3ef1d54f754f1360c8c40026e47895485dcb2ed31e2a1fb19f5b04776dc5aa0eea99d809b34 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 "" -} diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild new file mode 100644 index 000000000000..87acc4c1bb8f --- /dev/null +++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +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 ) + dev-perl/X-Osd + >=dev-perl/Lirc-Client-1.50" +DEPEND="${RDEPEND}" + +src_install() { + dobin bin/itv + dobin bin/iradio + use gtk && dobin bin/ictl + dodoc doc/README doc/CHANGES + dodoc -r conf +} + +pkg_postinst() { + einfo "" + einfo "Example of itv, iradio and its LIRC configuration file is located in" + einfo "directory /usr/share/doc/${PF}/." + einfo "" +} -- cgit v1.2.3