summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-24 23:44:29 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-24 23:44:29 +0200
commit7a0ba29c0ffc5cf0847179c3bac015c54557915f (patch)
tree7b1e43d162bd44f85c84dbfb5faf4f8163fcdcd6 /media-sound/podracer/podracer-1.4.ebuild
parentmedia-sound/podracer: EAPI bump, bug 605728 (diff)
downloadgentoo-7a0ba29c0ffc5cf0847179c3bac015c54557915f.tar.gz
gentoo-7a0ba29c0ffc5cf0847179c3bac015c54557915f.tar.bz2
gentoo-7a0ba29c0ffc5cf0847179c3bac015c54557915f.zip
media-sound/podracer: Remove old, bug 605728
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-sound/podracer/podracer-1.4.ebuild')
-rw-r--r--media-sound/podracer/podracer-1.4.ebuild31
1 files changed, 0 insertions, 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 7ed666a3c734..000000000000
--- 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
-}