From: Michael Palimaka Date: Mon, 13 Feb 2017 08:01:16 +0000 (+1100) Subject: media-sound/dagrab: remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c81c0e15a44daa9d61342f34794b4cb2ae55739b;p=gentoo.git media-sound/dagrab: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/media-sound/dagrab/dagrab-0.513.ebuild b/media-sound/dagrab/dagrab-0.513.ebuild deleted file mode 100644 index 9d9879d53144..000000000000 --- a/media-sound/dagrab/dagrab-0.513.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -MY_P="${PN}-S${PV}" -DESCRIPTION="fixed point cd ripper" -HOMEPAGE="http://vertigo.fme.vutbr.cz/~stibor/dagrab.html" -SRC_URI="http://ashtray.jz.gts.cz/~smsti/archiv/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch - epatch "${FILESDIR}"/${P}-freedb.patch -} - -src_install() { - dobin dagrab || die - dodoc BUGS CHANGES FAQ grab TODO - doman dagrab.1 -}