media-plugins/vdr-cdplayer: eapi 7; clean up old
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 30 Aug 2018 12:48:46 +0000 (14:48 +0200)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Thu, 30 Aug 2018 12:48:46 +0000 (14:48 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

media-plugins/vdr-cdplayer/Manifest
media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild [deleted file]
media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild [deleted file]
media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild

index 6cbc6bfe13d4a6c7f50167a56880f83e342e20c7..722e809fb62c0ae36c801eb9bfdb867f98aefc63 100644 (file)
@@ -1,3 +1 @@
-DIST vdr-cdplayer-1.2.0.tgz 175851 BLAKE2B 3974a8d1bed9a15f5924cb7852b6ed89b92c56b31e9f296102f8ccf84dee64dd8ab9faf83311db3e1b1cbdf375131c33f4ca2b87995219235be0024c0dccfcd3 SHA512 03dda4389347a43bf20fa15ef4b754aa15c7af965dbc56b7cf054ff0c7d8eb987d77dbec3e8cc513ab7b4a773e0848a58fa72664016d8f6cce9c3aa3fe25674c
-DIST vdr-cdplayer-1.2.1.tgz 180240 BLAKE2B f85f9be545cf57cb0bad68c45242002276a7623e447c7abd569ad345433ec887ce81de7423c23dd6a6e73e9bde6df7219655ce954279bfb80c5e029c83b23b54 SHA512 64b502a7f07d977c95e10a86353bc45351a43b178e8edcbfa783fcc6a5ae985e405b4f86ac783bc15d8795c8b77d59955570f4ab2e89a426f28c343216dc7768
 DIST vdr-cdplayer-1.2.2.tgz 180369 BLAKE2B deffc63e159eb7327ce3c5464c27305fab830ea9b27ed20d1874a819881c471c87c2db197eec4e88c4cdaa47aab0a556fbfbb9bec73e61fe3be587bfa993a7e0 SHA512 783f675f874798f4578b550abb6f0bcf3439d3b4cbcdc8e6abebe2c6f0bd83b7e7a73ef81e48b7b3d34bde80fcef79c5c13a8687caa5a6aa711c38473224a290
diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild
deleted file mode 100644 (file)
index c58ebec..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: CD-PLAYER"
-HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml"
-SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="cdparanoia"
-
-DEPEND=">=media-video/vdr-1.6"
-RDEPEND="${DEPEND}
-               >=dev-libs/libcdio-0.8.0
-               >=dev-libs/libcdio-paranoia-0.90
-               >=media-libs/libcddb-1.3.0"
-
-src_prepare() {
-       if has_version "<media-video/vdr-1.7.27"; then
-               cp Makefile.old Makefile
-       fi
-
-       vdr-plugin-2_src_prepare
-
-       use cdparanoia || BUILD_PARAMS="NOPARANOIA=1"
-}
-
-src_install() {
-       vdr-plugin-2_src_install
-
-       if has_version "<media-video/vdr-1.7.27"; then
-               insinto /etc/vdr/plugins/"${VDRPLUGIN}"
-               doins "${S}"/contrib/cd.mpg
-       fi
-}
diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild
deleted file mode 100644 (file)
index 6607e51..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: CD-PLAYER"
-HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml"
-SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="cdparanoia"
-
-DEPEND=">=media-video/vdr-1.6
-               >=dev-libs/libcdio-0.8.0
-               >=media-libs/libcddb-1.3.0
-               cdparanoia? ( >=dev-libs/libcdio-paranoia-0.90 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       if has_version "<media-video/vdr-1.7.27"; then
-               cp Makefile.old Makefile
-       fi
-
-       vdr-plugin-2_src_prepare
-
-       use cdparanoia || BUILD_PARAMS="NOPARANOIA=1"
-}
-
-src_install() {
-       vdr-plugin-2_src_install
-
-       if has_version "<media-video/vdr-1.7.27"; then
-               insinto /etc/vdr/plugins/"${VDRPLUGIN}"
-               doins "${S}"/contrib/cd.mpg
-       fi
-}
index c06b3a81b57cbeb53998f7a61ca56f34ed06f2e5..a3695fe480c6ff2bd375f56ed0ab92a59ae1393c 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2