commit: c81c0e15a44daa9d61342f34794b4cb2ae55739b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 08:01:16 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 08:03:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81c0e15
media-sound/dagrab: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-sound/dagrab/dagrab-0.513.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/media-sound/dagrab/dagrab-0.513.ebuild
b/media-sound/dagrab/dagrab-0.513.ebuild
deleted file mode 100644
index 9d9879d531..0000000000
--- 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
-}