Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-permashift/
Date: Mon, 02 Dec 2019 15:19:48
Message-Id: 1575299967.1b37d061a4645b2484359759048668dc96e8105e.juippis@gentoo
1 commit: 1b37d061a4645b2484359759048668dc96e8105e
2 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
3 AuthorDate: Sun Nov 10 22:15:24 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 15:19:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b37d061
7
8 media-plugins/vdr-permashift: remove old ebuild
9
10 QA issue: USE flag 'permashift_v1' uses reserved underscore character
11 remove old ebuilds with USE flag 'permashift_v1':
12 vdr-permashift-1.0.1
13
14 Bug: https://bugs.gentoo.org/695066
15 Package-Manager: Portage-2.3.78, Repoman-2.3.17
16 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
18
19 .../vdr-permashift/vdr-permashift-1.0.1.ebuild | 18 ------------------
20 1 file changed, 18 deletions(-)
21
22 diff --git a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild b/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild
23 deleted file mode 100644
24 index 96512e3a614..00000000000
25 --- a/media-plugins/vdr-permashift/vdr-permashift-1.0.1.ebuild
26 +++ /dev/null
27 @@ -1,18 +0,0 @@
28 -# Copyright 1999-2018 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=7
32 -
33 -inherit vdr-plugin-2
34 -
35 -DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
36 -HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
37 -SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/11/${P}.tgz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43 -
44 -DEPEND=">=media-video/vdr-2.0.6[permashift_v1]"
45 -RDEPEND=""