Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/dagrab/
Date: Mon, 13 Feb 2017 08:03:51
Message-Id: 1486973012.c81c0e15a44daa9d61342f34794b4cb2ae55739b.kensington@gentoo
1 commit: c81c0e15a44daa9d61342f34794b4cb2ae55739b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 08:01:16 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:03:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81c0e15
7
8 media-sound/dagrab: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-sound/dagrab/dagrab-0.513.ebuild | 32 --------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/media-sound/dagrab/dagrab-0.513.ebuild b/media-sound/dagrab/dagrab-0.513.ebuild
16 deleted file mode 100644
17 index 9d9879d531..0000000000
18 --- a/media-sound/dagrab/dagrab-0.513.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2006 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit eutils
26 -
27 -MY_P="${PN}-S${PV}"
28 -DESCRIPTION="fixed point cd ripper"
29 -HOMEPAGE="http://vertigo.fme.vutbr.cz/~stibor/dagrab.html"
30 -SRC_URI="http://ashtray.jz.gts.cz/~smsti/archiv/${MY_P}.tgz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -
39 -S=${WORKDIR}/${MY_P}
40 -
41 -src_unpack() {
42 - unpack ${A}
43 - cd "${S}"
44 - epatch "${FILESDIR}"/${P}-build.patch
45 - epatch "${FILESDIR}"/${P}-freedb.patch
46 -}
47 -
48 -src_install() {
49 - dobin dagrab || die
50 - dodoc BUGS CHANGES FAQ grab TODO
51 - doman dagrab.1
52 -}