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/dcd: dcd-0.95.ebuild
Date: Mon, 03 Aug 2009 12:59:31
Message-Id: E1MXx8T-0003wt-Jh@stork.gentoo.org
1 ssuominen 09/08/03 12:59:29
2
3 Modified: dcd-0.95.ebuild
4 Log:
5 Quoting
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 media-sound/dcd/dcd-0.95.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dcd/dcd-0.95.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dcd/dcd-0.95.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dcd/dcd-0.95.ebuild?r1=1.15&r2=1.16
14
15 Index: dcd-0.95.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/dcd/dcd-0.95.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- dcd-0.95.ebuild 7 Mar 2006 14:30:28 -0000 1.15
22 +++ dcd-0.95.ebuild 3 Aug 2009 12:59:29 -0000 1.16
23 @@ -1,22 +1,21 @@
24 -# Copyright 1999-2006 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/dcd/dcd-0.95.ebuild,v 1.15 2006/03/07 14:30:28 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/dcd/dcd-0.95.ebuild,v 1.16 2009/08/03 12:59:29 ssuominen Exp $
29
30 inherit eutils toolchain-funcs
31
32 -IUSE=""
33 -
34 DESCRIPTION="A simple command-line based CD Player"
35 HOMEPAGE="http://www.technopagan.org/dcd"
36 SRC_URI="http://www.technopagan.org/dcd/${P}.tar.bz2"
37
38 -SLOT="0"
39 LICENSE="GPL-2 LGPL-2"
40 +SLOT="0"
41 KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
42 +IUSE=""
43
44 src_unpack() {
45 unpack ${A}
46 - cd ${S}
47 + cd "${S}"
48 epatch "${FILESDIR}/${P}-makefile.patch"
49 }
50
51 @@ -25,7 +24,7 @@
52 }
53
54 src_install() {
55 - dobin dcd
56 + dobin dcd || die "dobin failed"
57 doman dcd.1
58 dodoc README BUGS ChangeLog
59 }