Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/iasl: ChangeLog iasl-20060912.ebuild
Date: Mon, 26 May 2008 21:51:04
Message-Id: E1K0kar-0005Xz-QO@stork.gentoo.org
1 robbat2 08/05/26 21:51:01
2
3 Modified: ChangeLog iasl-20060912.ebuild
4 Log:
5 Overquoted ${S} causes epatch failure, undo it per bug #223619.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.18 sys-power/iasl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -p -w -b -B -u -u -r1.17 -r1.18
21 --- ChangeLog 22 May 2008 21:23:02 -0000 1.17
22 +++ ChangeLog 26 May 2008 21:51:01 -0000 1.18
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-power/iasl
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.17 2008/05/22 21:23:02 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.18 2008/05/26 21:51:01 robbat2 Exp $
28 +
29 + 26 May 2008; Robin H. Johnson <robbat2@g.o> iasl-20060912.ebuild:
30 + Overquoted ${S} causes epatch failure, undo it per bug #223619.
31
32 22 May 2008; Robin H. Johnson <robbat2@g.o> -iasl-20050309.ebuild,
33 -iasl-20050513.ebuild, -iasl-20051216.ebuild, -iasl-20060127.ebuild,
34
35
36
37 1.7 sys-power/iasl/iasl-20060912.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?r1=1.6&r2=1.7
42
43 Index: iasl-20060912.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -p -w -b -B -u -u -r1.6 -r1.7
49 --- iasl-20060912.ebuild 22 May 2008 21:21:59 -0000 1.6
50 +++ iasl-20060912.ebuild 26 May 2008 21:51:01 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v 1.6 2008/05/22 21:21:59 robbat2 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v 1.7 2008/05/26 21:51:01 robbat2 Exp $
56
57 inherit toolchain-funcs eutils
58
59 @@ -23,7 +23,7 @@ RDEPEND=""
60
61 src_unpack() {
62 unpack ${A}
63 - EPATCH_OPTS="-p1 -d '${S}'" epatch "${FILESDIR}"/${MY_PN}-20060512-buildfixup.patch
64 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${MY_PN}-20060512-buildfixup.patch
65 }
66
67 src_compile() {
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list