Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/luma: luma-2.4.ebuild ChangeLog
Date: Sat, 31 May 2008 11:31:42
Message-Id: E1K2PJA-00049M-R0@stork.gentoo.org
1 hawking 08/05/31 11:31:36
2
3 Modified: luma-2.4.ebuild ChangeLog
4 Log:
5 Fix sed to catch all occurences of doCompile to fix collisions. Thanks to Martin von Gagern, #223531.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.2 net-nds/luma/luma-2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.4.ebuild?r1=1.1&r2=1.2
14
15 Index: luma-2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- luma-2.4.ebuild 13 May 2008 18:30:08 -0000 1.1
22 +++ luma-2.4.ebuild 31 May 2008 11:31:36 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v 1.1 2008/05/13 18:30:08 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v 1.2 2008/05/31 11:31:36 hawking Exp $
28
29 NEED_PYTHON=2.3
30
31 @@ -27,7 +27,7 @@
32
33 # We do the optimization seperately
34 sed -i \
35 - -e '/^doCompile/d' \
36 + -e '/^[[:space:]]*doCompile/d' \
37 install.py || "sed failed"
38 }
39
40
41
42
43 1.33 net-nds/luma/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/ChangeLog?rev=1.33&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/ChangeLog?rev=1.33&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/ChangeLog?r1=1.32&r2=1.33
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v
52 retrieving revision 1.32
53 retrieving revision 1.33
54 diff -u -r1.32 -r1.33
55 --- ChangeLog 29 May 2008 17:46:17 -0000 1.32
56 +++ ChangeLog 31 May 2008 11:31:36 -0000 1.33
57 @@ -1,6 +1,10 @@
58 # ChangeLog for net-nds/luma
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.32 2008/05/29 17:46:17 hawking Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.33 2008/05/31 11:31:36 hawking Exp $
62 +
63 + 31 May 2008; Ali Polatel <hawking@g.o> luma-2.4.ebuild:
64 + Fix sed to catch all occurences of doCompile to fix collisions. Thanks to
65 + Martin von Gagern, #223531.
66
67 29 May 2008; Ali Polatel <hawking@g.o> luma-2.3.ebuild:
68 python_mod_{cleanup,optimize} are ROOT aware.
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list