From 7a0ba29c0ffc5cf0847179c3bac015c54557915f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 24 Jun 2017 23:44:29 +0200 Subject: 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(-) delete mode 100644 media-sound/podracer/podracer-1.4.ebuild (limited to 'media-sound') 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 -} -- cgit v1.2.3