Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netsed: netsed-0.01b.ebuild
Date: Mon, 04 Aug 2008 12:58:29
Message-Id: E1KPzdq-0002kg-Hy@stork.gentoo.org
1 rbu 08/08/04 12:58:26
2
3 Modified: netsed-0.01b.ebuild
4 Log:
5 amd64 stable, fix quoting.
6 (Portage version: 2.2_rc4/cvs/Linux 2.6.25-gentoo-r6 x86_64)
7
8 Revision Changes Path
9 1.7 net-misc/netsed/netsed-0.01b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild?r1=1.6&r2=1.7
14
15 Index: netsed-0.01b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- netsed-0.01b.ebuild 14 Aug 2004 21:18:08 -0000 1.6
22 +++ netsed-0.01b.ebuild 4 Aug 2008 12:58:26 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2004 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.6 2004/08/14 21:18:08 avenj Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.7 2008/08/04 12:58:26 rbu Exp $
28
29 inherit eutils
30
31 @@ -11,19 +11,19 @@
32
33 LICENSE="LGPL-2"
34 SLOT="0"
35 -KEYWORDS="~x86 ~amd64"
36 +KEYWORDS="amd64 ~x86"
37 IUSE=""
38
39 DEPEND="virtual/libc"
40
41 src_unpack() {
42 - mkdir -p ${S}
43 - cd ${S}
44 + mkdir -p "${S}"
45 + cd "${S}"
46 unpack ${A}
47 }
48
49 src_compile() {
50 - epatch ${DISTDIR}/${PN}_0.01c-2.diff.gz
51 + epatch "${DISTDIR}"/${PN}_0.01c-2.diff.gz
52 make CFLAGS="${CFLAGS}"
53 }