Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/luma: luma-2.4.ebuild ChangeLog luma-2.3.ebuild
Date: Sun, 29 Jun 2008 09:57:48
Message-Id: E1KCtfC-0005AW-V7@stork.gentoo.org
1 tove 08/06/29 09:57:42
2
3 Modified: luma-2.4.ebuild ChangeLog luma-2.3.ebuild
4 Log:
5 Add missing die: || "..." -> || die "..."
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.4.ebuild?r1=1.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- luma-2.4.ebuild 31 May 2008 11:31:36 -0000 1.2
22 +++ luma-2.4.ebuild 29 Jun 2008 09:57:42 -0000 1.3
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.2 2008/05/31 11:31:36 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v 1.3 2008/06/29 09:57:42 tove Exp $
28
29 NEED_PYTHON=2.3
30
31 @@ -28,7 +28,7 @@
32 # We do the optimization seperately
33 sed -i \
34 -e '/^[[:space:]]*doCompile/d' \
35 - install.py || "sed failed"
36 + install.py || die "sed failed"
37 }
38
39 src_install() {
40
41
42
43 1.34 net-nds/luma/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/ChangeLog?rev=1.34&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/ChangeLog?rev=1.34&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/ChangeLog?r1=1.33&r2=1.34
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v
52 retrieving revision 1.33
53 retrieving revision 1.34
54 diff -u -r1.33 -r1.34
55 --- ChangeLog 31 May 2008 11:31:36 -0000 1.33
56 +++ ChangeLog 29 Jun 2008 09:57:42 -0000 1.34
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.33 2008/05/31 11:31:36 hawking Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.34 2008/06/29 09:57:42 tove Exp $
62 +
63 + 29 Jun 2008; Torsten Veller <tove@g.o> luma-2.3.ebuild,
64 + luma-2.4.ebuild:
65 + Add missing die: || "..." -> || die "..."
66
67 31 May 2008; Ali Polatel <hawking@g.o> luma-2.4.ebuild:
68 Fix sed to catch all occurences of doCompile to fix collisions. Thanks to
69
70
71
72 1.7 net-nds/luma/luma-2.3.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.3.ebuild?rev=1.7&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.3.ebuild?rev=1.7&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-2.3.ebuild?r1=1.6&r2=1.7
77
78 Index: luma-2.3.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.3.ebuild,v
81 retrieving revision 1.6
82 retrieving revision 1.7
83 diff -u -r1.6 -r1.7
84 --- luma-2.3.ebuild 29 May 2008 17:46:17 -0000 1.6
85 +++ luma-2.3.ebuild 29 Jun 2008 09:57:42 -0000 1.7
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.3.ebuild,v 1.6 2008/05/29 17:46:17 hawking Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.3.ebuild,v 1.7 2008/06/29 09:57:42 tove Exp $
91
92 NEED_PYTHON=2.3
93
94 @@ -28,7 +28,7 @@
95 # We do the optimization seperately
96 sed -i \
97 -e '/^doCompile/d' \
98 - install.py || "sed failed"
99 + install.py || die "sed failed"
100 }
101
102 src_install() {
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list