Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/podracer/
Date: Sat, 24 Jun 2017 21:45:01
Message-Id: 1498340669.7a0ba29c0ffc5cf0847179c3bac015c54557915f.dilfridge@gentoo
1 commit: 7a0ba29c0ffc5cf0847179c3bac015c54557915f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 21:44:29 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 21:44:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0ba29c
7
8 media-sound/podracer: Remove old, bug 605728
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-sound/podracer/podracer-1.4.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/media-sound/podracer/podracer-1.4.ebuild b/media-sound/podracer/podracer-1.4.ebuild
16 deleted file mode 100644
17 index 7ed666a3c73..00000000000
18 --- a/media-sound/podracer/podracer-1.4.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -# EAPI=4 is not allowed unless somone re-works the sample.subscriptions logic
25 -# (because it gets compressed with EAPI=4). To test this, start podracer without
26 -# a subscriptions file
27 -EAPI=3
28 -
29 -DESCRIPTION="A simple podcast aggregator, designed for cron"
30 -HOMEPAGE="http://podracer.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND="app-shells/bash
40 - net-misc/curl"
41 -
42 -src_install() {
43 - dobin podracer
44 - sed -i -e "s:sample=/usr/share/doc/\$progname/sample.subscriptions:sample=/usr/share/doc/${PF}/sample.subscriptions:" "${D}"/usr/bin/podracer || die
45 - dodoc CREDITS README ChangeLog TODO
46 - doman podracer.1.gz
47 - insinto /usr/share/doc/${PF}
48 - doins sample.subscriptions
49 - insinto /etc/
50 - doins podracer.conf
51 -}