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-process/audit: audit-1.7.4.ebuild ChangeLog audit-1.7.9.ebuild audit-1.7.3.ebuild audit-1.7.17.ebuild
Date: Tue, 25 Jan 2011 03:52:43
Message-Id: 20110125035233.263542004E@flycatcher.gentoo.org
1 robbat2 11/01/25 03:52:33
2
3 Modified: audit-1.7.4.ebuild ChangeLog audit-1.7.9.ebuild
4 audit-1.7.3.ebuild audit-1.7.17.ebuild
5 Log:
6 Backport build fix for bug #352198 to other versions.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sys-process/audit/audit-1.7.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild?r1=1.4&r2=1.5
16
17 Index: audit-1.7.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -p -w -b -B -u -u -r1.4 -r1.5
23 --- audit-1.7.4.ebuild 15 Oct 2010 21:15:49 -0000 1.4
24 +++ audit-1.7.4.ebuild 25 Jan 2011 03:52:32 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.4 2010/10/15 21:15:49 arfrever Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.5 2011/01/25 03:52:32 robbat2 Exp $
31
32 EAPI="3"
33 PYTHON_DEPEND="2"
34 @@ -69,6 +69,10 @@ src_prepare() {
35
36 # Disable byte-compilation of Python modules.
37 echo "#!/bin/sh" > py-compile
38 +
39 + # Bug 352198: Avoid parallel build fail
40 + cd "${S}"/src/mt
41 + [[ ! -s private.h ]] && ln -s ../../lib/private.h .
42 }
43
44 src_configure() {
45
46
47
48 1.62 sys-process/audit/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.62&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.62&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?r1=1.61&r2=1.62
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
57 retrieving revision 1.61
58 retrieving revision 1.62
59 diff -p -w -b -B -u -u -r1.61 -r1.62
60 --- ChangeLog 25 Jan 2011 03:35:01 -0000 1.61
61 +++ ChangeLog 25 Jan 2011 03:52:32 -0000 1.62
62 @@ -1,6 +1,10 @@
63 # ChangeLog for sys-process/audit
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.61 2011/01/25 03:35:01 robbat2 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.62 2011/01/25 03:52:32 robbat2 Exp $
67 +
68 + 25 Jan 2011; Robin H. Johnson <robbat2@g.o> audit-1.7.3.ebuild,
69 + audit-1.7.4.ebuild, audit-1.7.9.ebuild, audit-1.7.17.ebuild:
70 + Backport build fix for bug #352198 to other versions.
71
72 *audit-2.0.5 (25 Jan 2011)
73
74
75
76
77 1.4 sys-process/audit/audit-1.7.9.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.9.ebuild?rev=1.4&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.9.ebuild?rev=1.4&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.9.ebuild?r1=1.3&r2=1.4
82
83 Index: audit-1.7.9.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.9.ebuild,v
86 retrieving revision 1.3
87 retrieving revision 1.4
88 diff -p -w -b -B -u -u -r1.3 -r1.4
89 --- audit-1.7.9.ebuild 15 Oct 2010 21:09:12 -0000 1.3
90 +++ audit-1.7.9.ebuild 25 Jan 2011 03:52:32 -0000 1.4
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2010 Gentoo Foundation
93 +# Copyright 1999-2011 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.9.ebuild,v 1.3 2010/10/15 21:09:12 arfrever Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.9.ebuild,v 1.4 2011/01/25 03:52:32 robbat2 Exp $
97
98 inherit autotools multilib toolchain-funcs python
99
100 @@ -57,6 +57,10 @@ src_unpack() {
101
102 # Regenerate autotooling
103 eautoreconf
104 +
105 + # Bug 352198: Avoid parallel build fail
106 + cd "${S}"/src/mt
107 + [[ ! -s private.h ]] && ln -s ../../lib/private.h .
108 }
109
110 src_compile() {
111
112
113
114 1.9 sys-process/audit/audit-1.7.3.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild?rev=1.9&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild?rev=1.9&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild?r1=1.8&r2=1.9
119
120 Index: audit-1.7.3.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild,v
123 retrieving revision 1.8
124 retrieving revision 1.9
125 diff -p -w -b -B -u -u -r1.8 -r1.9
126 --- audit-1.7.3.ebuild 15 Oct 2010 21:09:12 -0000 1.8
127 +++ audit-1.7.3.ebuild 25 Jan 2011 03:52:32 -0000 1.9
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2010 Gentoo Foundation
130 +# Copyright 1999-2011 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild,v 1.8 2010/10/15 21:09:12 arfrever Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild,v 1.9 2011/01/25 03:52:32 robbat2 Exp $
134
135 inherit autotools multilib toolchain-funcs python
136
137 @@ -57,6 +57,10 @@ src_unpack() {
138
139 # Regenerate autotooling
140 eautoreconf
141 +
142 + # Bug 352198: Avoid parallel build fail
143 + cd "${S}"/src/mt
144 + [[ ! -s private.h ]] && ln -s ../../lib/private.h .
145 }
146
147 src_compile() {
148
149
150
151 1.4 sys-process/audit/audit-1.7.17.ebuild
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild?rev=1.4&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild?rev=1.4&content-type=text/plain
155 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild?r1=1.3&r2=1.4
156
157 Index: audit-1.7.17.ebuild
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v
160 retrieving revision 1.3
161 retrieving revision 1.4
162 diff -p -w -b -B -u -u -r1.3 -r1.4
163 --- audit-1.7.17.ebuild 15 Oct 2010 21:15:49 -0000 1.3
164 +++ audit-1.7.17.ebuild 25 Jan 2011 03:52:32 -0000 1.4
165 @@ -1,6 +1,6 @@
166 -# Copyright 1999-2010 Gentoo Foundation
167 +# Copyright 1999-2011 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.3 2010/10/15 21:15:49 arfrever Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.4 2011/01/25 03:52:32 robbat2 Exp $
171
172 EAPI="3"
173 PYTHON_DEPEND="2"
174 @@ -67,6 +67,10 @@ src_prepare() {
175
176 # Disable byte-compilation of Python modules.
177 echo "#!/bin/sh" > py-compile
178 +
179 + # Bug 352198: Avoid parallel build fail
180 + cd "${S}"/src/mt
181 + [[ ! -s private.h ]] && ln -s ../../lib/private.h .
182 }
183
184 src_configure() {