Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rip-l: rip-l-0.4.ebuild
Date: Mon, 03 Aug 2009 13:15:46
Message-Id: E1MXxOD-0004jG-29@stork.gentoo.org
1 ssuominen 09/08/03 13:15:45
2
3 Modified: rip-l-0.4.ebuild
4 Log:
5 Quoting
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/rip-l/rip-l-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild?r1=1.1&r2=1.2
14
15 Index: rip-l-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rip-l-0.4.ebuild 15 Jan 2005 11:19:09 -0000 1.1
22 +++ rip-l-0.4.ebuild 3 Aug 2009 13:15:45 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild,v 1.1 2005/01/15 11:19:09 mkennedy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rip-l/rip-l-0.4.ebuild,v 1.2 2009/08/03 13:15:45 ssuominen Exp $
29
30 inherit common-lisp eutils
31
32 @@ -13,16 +13,17 @@
33 KEYWORDS="~x86"
34 IUSE=""
35
36 -DEPEND="dev-lisp/common-lisp-controller
37 +RDEPEND="dev-lisp/common-lisp-controller
38 dev-lisp/sbcl
39 media-sound/cdparanoia
40 media-sound/vorbis-tools"
41 +DEPEND="${RDEPEND}"
42
43 CLPACKAGE=rip-l
44
45 src_unpack() {
46 unpack ${A}
47 - epatch ${FILESDIR}/${PV}-gentoo.patch || die
48 + epatch "${FILESDIR}"/${PV}-gentoo.patch
49 }
50
51 pkg_setup() {