Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vdrtools-genindex/
Date: Mon, 29 Jun 2020 17:37:06
Message-Id: 1593452204.a4b5cddd2f668676765790765e18dd716cadafb9.asturm@gentoo
1 commit: a4b5cddd2f668676765790765e18dd716cadafb9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 17:32:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 17:36:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b5cddd
7
8 media-video/vdrtools-genindex: Drop 0.1.3-r1
9
10 Closes: https://bugs.gentoo.org/724136
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../vdrtools-genindex-0.1.3-r1.ebuild | 30 ----------------------
15 1 file changed, 30 deletions(-)
16
17 diff --git a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r1.ebuild b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r1.ebuild
18 deleted file mode 100644
19 index 97399b70be6..00000000000
20 --- a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r1.ebuild
21 +++ /dev/null
22 @@ -1,30 +0,0 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="4"
27 -
28 -inherit eutils
29 -
30 -SCRIPT="genindex"
31 -
32 -DESCRIPTION="VDR: genindex Script"
33 -HOMEPAGE="http://www.cadsoft.de/vdr/"
34 -SRC_URI="http://www.muempf.de/down/${SCRIPT}-${PV}.tar.gz"
35 -
36 -SLOT="0"
37 -LICENSE="GPL-2"
38 -KEYWORDS="amd64 x86"
39 -IUSE=""
40 -
41 -DEPEND=""
42 -
43 -S=${WORKDIR}/${SCRIPT}-${PV}
44 -
45 -src_prepare() {
46 - epatch "${FILESDIR}"/ldflags.diff
47 -}
48 -
49 -src_install() {
50 - dodoc README
51 - dobin genindex
52 -}