commit:     7a0ba29c0ffc5cf0847179c3bac015c54557915f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 21:44:29 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 21:44:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0ba29c

media-sound/podracer: Remove old, bug 605728

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/podracer/podracer-1.4.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/media-sound/podracer/podracer-1.4.ebuild 
b/media-sound/podracer/podracer-1.4.ebuild
deleted file mode 100644
index 7ed666a3c73..00000000000
--- a/media-sound/podracer/podracer-1.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# EAPI=4 is not allowed unless somone re-works the sample.subscriptions logic
-# (because it gets compressed with EAPI=4). To test this, start podracer 
without
-# a subscriptions file
-EAPI=3
-
-DESCRIPTION="A simple podcast aggregator, designed for cron"
-HOMEPAGE="http://podracer.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-shells/bash
-       net-misc/curl"
-
-src_install() {
-       dobin podracer
-       sed -i -e 
"s:sample=/usr/share/doc/\$progname/sample.subscriptions:sample=/usr/share/doc/${PF}/sample.subscriptions:"
 "${D}"/usr/bin/podracer || die
-       dodoc CREDITS README ChangeLog TODO
-       doman podracer.1.gz
-       insinto /usr/share/doc/${PF}
-       doins sample.subscriptions
-       insinto /etc/
-       doins podracer.conf
-}

Reply via email to