From b03510afdb5b2bd6cbee35ec38dbb6320dbaf00d Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Fri, 31 Aug 2018 14:52:04 +0200 Subject: media-plugins/vdr-permashift: eapi 7; cleanup old Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- media-plugins/vdr-permashift/Manifest | 4 ---- .../vdr-permashift/vdr-permashift-0.5.1.ebuild | 26 ---------------------- .../vdr-permashift/vdr-permashift-0.5.2.ebuild | 20 ----------------- .../vdr-permashift/vdr-permashift-0.5.4.ebuild | 18 --------------- .../vdr-permashift/vdr-permashift-1.0.0.ebuild | 18 --------------- .../vdr-permashift/vdr-permashift-1.0.1.ebuild | 4 ++-- 6 files changed, 2 insertions(+), 88 deletions(-) delete mode 100644 media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild delete mode 100644 media-plugins/vdr-permashift/vdr-permashift-0.5.2.ebuild delete mode 100644 media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild delete mode 100644 media-plugins/vdr-permashift/vdr-permashift-1.0.0.ebuild (limited to 'media-plugins') diff --git a/media-plugins/vdr-permashift/Manifest b/media-plugins/vdr-permashift/Manifest index da92c90eb8b3..018709466034 100644 --- a/media-plugins/vdr-permashift/Manifest +++ b/media-plugins/vdr-permashift/Manifest @@ -1,5 +1 @@ -DIST permashift-0.5.1.tar.gz 11621 BLAKE2B ff9ee26b18d04bc702effb5ffb14047135002b29bf9d71df7a6be463aea88a1e9f5de34698070e14ed2318f75c69f6058e824993db8fd2fe9a9105c3aa4e4dd3 SHA512 ff2cfa0d453b2a0b2fb2446f1d089633b57e62e124e4b2f1b6493865375ea37ebbde9b2f92c797dabf967f52db7bf440bddc749740be8fad81f61e067a62e19c -DIST vdr-permashift-0.5.2.tgz 12927 BLAKE2B 36275e1b032ff9648a14cbcb79fdeca1c3dc120526b05112796ea0ef0c3f8cecb601c698f6d93a12a589cef26ece7cb635c9760035ea01d700d2326b9a76430a SHA512 4879203ea797f40992efa4b21dc5bd47137e7f171a73051cfbb8721c53a68fb2d93235b91be64c65a56c473dffc51abf6e68d33dff5f6793c05426e31f49038f -DIST vdr-permashift-0.5.4.tgz 13109 BLAKE2B d4aea1c33a2147963eea4db97243892c144046533b1e396074eddabc118da20ce329ceea06acaa314cedb4e6fff75ba10dd840cac57713f229d682dbe1f0a019 SHA512 4798dc60106ca35b0657764b636325ee48ca3a266cf8145c5e3acbd6a779efdc7215feb4158af333f87ae0fa658063cb40e7b11eb631babd5163881a6e55b7fe -DIST vdr-permashift-1.0.0.tgz 42520 BLAKE2B f7b7dde0eaf8ca2190c3afc2735246260e2f6ac1d38ba9cfff52f75157d9c57e2dc4d7a9102f5634d581fe2027c721c5c74e15e22e5fbe7db2f823a265e1e270 SHA512 fee1eaa7f58f266d29844d0285fc34a9796dd3d3fc2a7a0d7c6591f1298abb0c305cc221125b47f5d16af46c51bb794638a2b3c440a6da86be385fd290723b7f DIST vdr-permashift-1.0.1.tgz 49184 BLAKE2B 2342f0d071afd7f38b6109a514f124760aaf0058c9ef974974ee31f282a5ede8ee3636431e0c7e30a39f2da5ec966471b9c6ca073a8a13054052fbc8418fb3dc SHA512 b69e492e42f9ba2123f45e5ea1de8db937c3569a35da53429a4c97222e8a1aff0d4a5ab22920e65796d173e2963a9feda02a5a558309784b6296cd041352f252 diff --git a/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild deleted file mode 100644 index d1bdfe4efab6..000000000000 --- a/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk" -HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/" -SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/01/permashift-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.7.38[permashift]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${VDRPLUGIN}" - -src_prepare() { - cp "${FILESDIR}/${VDRPLUGIN}.mk" "${S}"/Makefile - - vdr-plugin-2_src_prepare -} diff --git a/media-plugins/vdr-permashift/vdr-permashift-0.5.2.ebuild b/media-plugins/vdr-permashift/vdr-permashift-0.5.2.ebuild deleted file mode 100644 index 9351d1eb5e4f..000000000000 --- a/media-plugins/vdr-permashift/vdr-permashift-0.5.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk" -HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/" -SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/03/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.7.38[permashift]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${VDRPLUGIN}" diff --git a/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild b/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild deleted file mode 100644 index 94bf8c9b7db2..000000000000 --- a/media-plugins/vdr-permashift/vdr-permashift-0.5.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk" -HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/" -SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/05/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-2.0.2-r1[permashift]" -RDEPEND="${DEPEND}" diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.0.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.0.ebuild deleted file mode 100644 index 10106654bfe6..000000000000 --- a/media-plugins/vdr-permashift/vdr-permashift-1.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM" -HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/" -SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/08/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-2.0.6[permashift_v1]" -RDEPEND="" diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild index c7b416aed7e6..96512e3a6145 100644 --- a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild +++ b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vdr-plugin-2 -- cgit v1.2.3-65-gdbad