Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sandbox: sandbox-1.6-r2.ebuild ChangeLog sandbox-2.4.ebuild sandbox-2.3-r1.ebuild sandbox-2.5.ebuild
Date: Sun, 05 Feb 2012 04:50:18
Message-Id: 20120205045008.B92162004B@flycatcher.gentoo.org
1 vapier 12/02/05 04:50:08
2
3 Modified: sandbox-1.6-r2.ebuild ChangeLog sandbox-2.4.ebuild
4 sandbox-2.3-r1.ebuild sandbox-2.5.ebuild
5 Log:
6 Move to new unpacker eclass.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 sys-apps/sandbox/sandbox-1.6-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild?r1=1.15&r2=1.16
16
17 Index: sandbox-1.6-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- sandbox-1.6-r2.ebuild 15 Aug 2010 05:22:23 -0000 1.15
24 +++ sandbox-1.6-r2.ebuild 5 Feb 2012 04:50:08 -0000 1.16
25 @@ -1,13 +1,13 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.15 2010/08/15 05:22:23 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.16 2012/02/05 04:50:08 vapier Exp $
31
32 #
33 # don't monkey with this ebuild unless contacting portage devs.
34 # period.
35 #
36
37 -inherit eutils flag-o-matic toolchain-funcs multilib
38 +inherit eutils flag-o-matic toolchain-funcs multilib unpacker
39
40 DESCRIPTION="sandbox'd LD_PRELOAD hack"
41 HOMEPAGE="http://www.gentoo.org/"
42 @@ -32,11 +32,7 @@
43 }
44
45 src_unpack() {
46 - unpack ${A}
47 - if [[ ! -d ${S} ]] ; then
48 - # When upgrading from older version, lzma unpack may not work #271543
49 - lzma -dc "${DISTDIR}/${A}" | tar xf - || die
50 - fi
51 + unpacker_src_unpack
52 cd "${S}"
53 epatch "${FILESDIR}"/${P}-disable-qa-static.patch
54 epatch "${FILESDIR}"/${P}-disable-pthread.patch
55
56
57
58 1.161 sys-apps/sandbox/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/ChangeLog?rev=1.161&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/ChangeLog?rev=1.161&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/ChangeLog?r1=1.160&r2=1.161
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v
67 retrieving revision 1.160
68 retrieving revision 1.161
69 diff -u -r1.160 -r1.161
70 --- ChangeLog 2 Feb 2012 15:12:53 -0000 1.160
71 +++ ChangeLog 5 Feb 2012 04:50:08 -0000 1.161
72 @@ -1,6 +1,10 @@
73 # ChangeLog for sys-apps/sandbox
74 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.160 2012/02/02 15:12:53 ssuominen Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.161 2012/02/05 04:50:08 vapier Exp $
77 +
78 + 05 Feb 2012; Mike Frysinger <vapier@g.o> sandbox-1.6-r2.ebuild,
79 + sandbox-2.3-r1.ebuild, sandbox-2.4.ebuild, sandbox-2.5.ebuild:
80 + Move to new unpacker eclass.
81
82 02 Feb 2012; Samuli Suominen <ssuominen@g.o> sandbox-2.5.ebuild:
83 ppc/ppc64 stable wrt #389981
84
85
86
87 1.11 sys-apps/sandbox/sandbox-2.4.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild?rev=1.11&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild?rev=1.11&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild?r1=1.10&r2=1.11
92
93 Index: sandbox-2.4.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild,v
96 retrieving revision 1.10
97 retrieving revision 1.11
98 diff -u -r1.10 -r1.11
99 --- sandbox-2.4.ebuild 10 May 2011 16:00:47 -0000 1.10
100 +++ sandbox-2.4.ebuild 5 Feb 2012 04:50:08 -0000 1.11
101 @@ -1,13 +1,13 @@
102 -# Copyright 1999-2011 Gentoo Foundation
103 +# Copyright 1999-2012 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild,v 1.10 2011/05/10 16:00:47 darkside Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild,v 1.11 2012/02/05 04:50:08 vapier Exp $
107
108 #
109 # don't monkey with this ebuild unless contacting portage devs.
110 # period.
111 #
112
113 -inherit eutils flag-o-matic toolchain-funcs multilib
114 +inherit eutils flag-o-matic toolchain-funcs multilib unpacker
115
116 DESCRIPTION="sandbox'd LD_PRELOAD hack"
117 HOMEPAGE="http://www.gentoo.org/"
118 @@ -33,14 +33,6 @@
119
120 sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; }
121
122 -src_unpack() {
123 - unpack ${A}
124 - if [[ ! -d ${S} ]] ; then
125 - # When upgrading from older version, xz unpack may not work #271543
126 - xz -dc "${DISTDIR}/${A}" | tar xof - || die
127 - fi
128 -}
129 -
130 src_compile() {
131 filter-lfs-flags #90228
132
133
134
135
136 1.10 sys-apps/sandbox/sandbox-2.3-r1.ebuild
137
138 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild?rev=1.10&view=markup
139 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild?rev=1.10&content-type=text/plain
140 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild?r1=1.9&r2=1.10
141
142 Index: sandbox-2.3-r1.ebuild
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild,v
145 retrieving revision 1.9
146 retrieving revision 1.10
147 diff -u -r1.9 -r1.10
148 --- sandbox-2.3-r1.ebuild 30 Nov 2010 16:27:28 -0000 1.9
149 +++ sandbox-2.3-r1.ebuild 5 Feb 2012 04:50:08 -0000 1.10
150 @@ -1,13 +1,13 @@
151 -# Copyright 1999-2010 Gentoo Foundation
152 +# Copyright 1999-2012 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild,v 1.9 2010/11/30 16:27:28 xmw Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild,v 1.10 2012/02/05 04:50:08 vapier Exp $
156
157 #
158 # don't monkey with this ebuild unless contacting portage devs.
159 # period.
160 #
161
162 -inherit eutils flag-o-matic toolchain-funcs multilib
163 +inherit eutils flag-o-matic toolchain-funcs multilib unpacker
164
165 DESCRIPTION="sandbox'd LD_PRELOAD hack"
166 HOMEPAGE="http://www.gentoo.org/"
167 @@ -33,14 +33,6 @@
168
169 sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; }
170
171 -src_unpack() {
172 - unpack ${A}
173 - if [[ ! -d ${S} ]] ; then
174 - # When upgrading from older version, xz unpack may not work #271543
175 - xz -dc "${DISTDIR}/${A}" | tar xf - || die
176 - fi
177 -}
178 -
179 src_compile() {
180 filter-lfs-flags #90228
181
182
183
184
185 1.9 sys-apps/sandbox/sandbox-2.5.ebuild
186
187 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild?rev=1.9&view=markup
188 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild?rev=1.9&content-type=text/plain
189 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild?r1=1.8&r2=1.9
190
191 Index: sandbox-2.5.ebuild
192 ===================================================================
193 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild,v
194 retrieving revision 1.8
195 retrieving revision 1.9
196 diff -u -r1.8 -r1.9
197 --- sandbox-2.5.ebuild 2 Feb 2012 15:12:53 -0000 1.8
198 +++ sandbox-2.5.ebuild 5 Feb 2012 04:50:08 -0000 1.9
199 @@ -1,13 +1,13 @@
200 # Copyright 1999-2012 Gentoo Foundation
201 # Distributed under the terms of the GNU General Public License v2
202 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild,v 1.8 2012/02/02 15:12:53 ssuominen Exp $
203 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild,v 1.9 2012/02/05 04:50:08 vapier Exp $
204
205 #
206 # don't monkey with this ebuild unless contacting portage devs.
207 # period.
208 #
209
210 -inherit eutils flag-o-matic toolchain-funcs multilib
211 +inherit eutils flag-o-matic toolchain-funcs multilib unpacker
212
213 DESCRIPTION="sandbox'd LD_PRELOAD hack"
214 HOMEPAGE="http://www.gentoo.org/"
215 @@ -33,14 +33,6 @@
216
217 sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; }
218
219 -src_unpack() {
220 - unpack ${A}
221 - if [[ ! -d ${S} ]] ; then
222 - # When upgrading from older version, xz unpack may not work #271543
223 - xz -dc "${DISTDIR}/${A}" | tar xof - || die
224 - fi
225 -}
226 -
227 src_compile() {
228 filter-lfs-flags #90228