mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/dagrab: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user