Gentoo Archives: gentoo-commits

From: "William Thomson (wltjr)" <wltjr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/db: ChangeLog db-3.2.9-r11.ebuild db-4.4.20_p4.ebuild db-1.85-r1.ebuild db-4.6.19.ebuild db-4.5.20_p2.ebuild db-3.2.9-r10.ebuild
Date: Wed, 24 Oct 2007 07:08:01
Message-Id: E1IkaLL-000634-Ms@stork.gentoo.org
1 wltjr 07/10/24 07:07:55
2
3 Modified: ChangeLog db-3.2.9-r11.ebuild db-4.4.20_p4.ebuild
4 db-1.85-r1.ebuild db-4.6.19.ebuild
5 db-4.5.20_p2.ebuild
6 Removed: db-3.2.9-r10.ebuild
7 Log:
8 Removed java gen 1 ebuild, quoted vars
9 (Portage version: 2.1.3.15)
10
11 Revision Changes Path
12 1.227 sys-libs/db/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.227&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.227&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.226&r2=1.227
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
21 retrieving revision 1.226
22 retrieving revision 1.227
23 diff -u -r1.226 -r1.227
24 --- ChangeLog 3 Sep 2007 17:07:56 -0000 1.226
25 +++ ChangeLog 24 Oct 2007 07:07:55 -0000 1.227
26 @@ -1,6 +1,11 @@
27 # ChangeLog for sys-libs/db
28 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.226 2007/09/03 17:07:56 caleb Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.227 2007/10/24 07:07:55 wltjr Exp $
31 +
32 + 24 Oct 2007; William L. Thomson Jr. <wltjr@g.o> db-1.85-r1.ebuild,
33 + -db-3.2.9-r10.ebuild, db-3.2.9-r11.ebuild, db-4.4.20_p4.ebuild,
34 + db-4.5.20_p2.ebuild, db-4.6.19.ebuild:
35 + Removed java gen 1 ebuild, quoted vars
36
37 03 Sep 2007; Caleb Tennis <caleb@g.o> db-3.2.9-r11.ebuild:
38 Changing java dep per bug #181832
39
40
41
42 1.13 sys-libs/db/db-3.2.9-r11.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?rev=1.13&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?rev=1.13&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?r1=1.12&r2=1.13
47
48 Index: db-3.2.9-r11.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
51 retrieving revision 1.12
52 retrieving revision 1.13
53 diff -u -r1.12 -r1.13
54 --- db-3.2.9-r11.ebuild 3 Sep 2007 17:07:56 -0000 1.12
55 +++ db-3.2.9-r11.ebuild 24 Oct 2007 07:07:55 -0000 1.13
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.12 2007/09/03 17:07:56 caleb Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.13 2007/10/24 07:07:55 wltjr Exp $
61
62 inherit gnuconfig libtool eutils db java-pkg-opt-2
63
64 @@ -33,33 +33,33 @@
65
66 chmod -R ug+w *
67
68 - cd ${WORKDIR}/${P}
69 - epatch ${FILESDIR}/patch.3.2.9.1
70 - epatch ${FILESDIR}/patch.3.2.9.2
71 + cd "${WORKDIR}"/${P}
72 + epatch "${FILESDIR}"/patch.3.2.9.1
73 + epatch "${FILESDIR}"/patch.3.2.9.2
74
75 # Get db to link libdb* to correct dependencies ... for example if we use
76 # NPTL or NGPT, db detects usable mutexes, and should link against
77 # libpthread, but does not do so ...
78 # <azarah@g.o> (23 Feb 2003)
79 - epatch ${FILESDIR}/${P}-fix-dep-link.patch
80 + epatch "${FILESDIR}"/${P}-fix-dep-link.patch
81
82 # We should get dump185 to link against system db1 ..
83 # <azarah@g.o> (23 Feb 2003)
84 - mv ${S}/dist/Makefile.in ${S}/dist/Makefile.in.orig
85 + mv "${S}"/dist/Makefile.in "${S}"/dist/Makefile.in.orig
86 sed -e 's:DB185INC=:DB185INC= -I/usr/include/db1:' \
87 -e 's:DB185LIB=:DB185LIB= -ldb1:' \
88 - ${S}/dist/Makefile.in.orig > ${S}/dist/Makefile.in || die "Failed to sed"
89 + "${S}/dist/Makefile.in.orig > "${S}"/dist/Makefile.in || die "Failed to sed"
90
91 # Fix invalid .la files
92 - cd ${WORKDIR}/${P}/dist
93 + cd "${WORKDIR}"/${P}/dist
94 rm -f ltversion.sh
95 # remove config.guess else we have problems with gcc-3.2
96 rm -f config.guess
97 sed -i "s,\(-D_GNU_SOURCE\),\1 ${CFLAGS}," configure
98
99 - cd ${S}
100 - epatch ${FILESDIR}/${P}-jarlocation.patch
101 - epatch ${FILESDIR}/db-3.2.9-java15.patch
102 + cd "${S}"
103 + epatch "${FILESDIR}"/${P}-jarlocation.patch
104 + epatch "${FILESDIR}"/db-3.2.9-java15.patch
105 gnuconfig_update
106 }
107
108 @@ -93,16 +93,16 @@
109 # of the libraries in the same build root!
110
111 einfo "Configuring ${P} (static)..."
112 - mkdir -p ${S}/build-static
113 - cd ${S}/build-static
114 + mkdir -p "${S}"/build-static
115 + cd "${S}"/build-static
116 strip=/bin/true \
117 ../dist/configure ${conf} ${conf_static} \
118 --libdir=/usr/$(get_libdir) \
119 --enable-static || die
120
121 einfo "Configuring ${P} (shared)..."
122 - mkdir -p ${S}/build-shared
123 - cd ${S}/build-shared
124 + mkdir -p "${S}"/build-shared
125 + cd "${S}"/build-shared
126 strip=/bin/true \
127 ../dist/configure ${conf} ${conf_shared} \
128 --libdir=/usr/$(get_libdir) \
129 @@ -111,41 +111,41 @@
130 # Parallel make does not work
131 MAKEOPTS="${MAKEOPTS} -j1"
132 einfo "Building ${P} (static)..."
133 - cd ${S}/build-static
134 + cd "${S}"/build-static
135 emake strip=/bin/true || die "Static build failed"
136 einfo "Building ${P} (shared)..."
137 - cd ${S}/build-shared
138 + cd "${S}"/build-shared
139 emake strip=/bin/true || die "Shared build failed"
140 }
141
142 src_install () {
143 - cd ${S}/build-shared
144 + cd "${S}"/build-shared
145 make libdb=libdb-3.2.a \
146 libcxx=libcxx_3.2.a \
147 - prefix=${D}/usr \
148 - libdir=${D}/usr/$(get_libdir) \
149 + prefix="${D}"/usr \
150 + libdir="${D}"/usr/$(get_libdir) \
151 strip=/bin/true \
152 install || die
153
154 - cd ${S}/build-static
155 + cd "${S}"/build-static
156 newlib.a libdb.a libdb-3.2.a || die "failed to package static libraries!"
157 newlib.a libdb_cxx.a libdb_cxx-3.2.a || die "failed to package static libraries!"
158
159 db_src_install_headerslot || die "db_src_install_headerslot failed!"
160
161 # this is now done in the db eclass, function db_fix_so and db_src_install_usrlibcleanup
162 - #cd ${D}/usr/lib
163 + #cd "${D}"/usr/lib
164 #ln -s libdb-3.2.so libdb.so.3
165
166 # For some reason, db.so's are *not* readable by group or others,
167 # resulting in no one but root being able to use them!!!
168 # This fixes it -- DR 15 Jun 2001
169 - cd ${D}/usr/$(get_libdir)
170 + cd "${D}"/usr/$(get_libdir)
171 chmod go+rx *.so
172 # The .la's aren't readable either
173 chmod go+r *.la
174
175 - cd ${S}
176 + cd "${S}"
177 dodoc README LICENSE
178
179 db_src_install_doc || die "db_src_install_doc failed!"
180
181
182
183 1.4 sys-libs/db/db-4.4.20_p4.ebuild
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?rev=1.4&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?rev=1.4&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild?r1=1.3&r2=1.4
188
189 Index: db-4.4.20_p4.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v
192 retrieving revision 1.3
193 retrieving revision 1.4
194 diff -u -r1.3 -r1.4
195 --- db-4.4.20_p4.ebuild 2 Mar 2007 17:27:15 -0000 1.3
196 +++ db-4.4.20_p4.ebuild 24 Oct 2007 07:07:55 -0000 1.4
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2007 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.3 2007/03/02 17:27:15 caleb Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.4.20_p4.ebuild,v 1.4 2007/10/24 07:07:55 wltjr Exp $
202
203 inherit eutils db flag-o-matic java-pkg-opt-2
204
205 @@ -89,7 +89,7 @@
206 append-ldflags -Wl,--default-symver
207 fi
208
209 - cd ${S} && ECONF_SOURCE="${S}"/../dist econf \
210 + cd "${S}" && ECONF_SOURCE="${S}"/../dist econf \
211 --prefix=/usr \
212 --mandir=/usr/share/man \
213 --infodir=/usr/share/info \
214
215
216
217 1.34 sys-libs/db/db-1.85-r1.ebuild
218
219 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild?rev=1.34&view=markup
220 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild?rev=1.34&content-type=text/plain
221 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild?r1=1.33&r2=1.34
222
223 Index: db-1.85-r1.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v
226 retrieving revision 1.33
227 retrieving revision 1.34
228 diff -u -r1.33 -r1.34
229 --- db-1.85-r1.ebuild 20 Aug 2007 11:40:20 -0000 1.33
230 +++ db-1.85-r1.ebuild 24 Oct 2007 07:07:55 -0000 1.34
231 @@ -1,6 +1,6 @@
232 # Copyright 1999-2007 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.33 2007/08/20 11:40:20 caleb Exp $
235 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.34 2007/10/24 07:07:55 wltjr Exp $
236
237 inherit eutils
238
239 @@ -20,17 +20,17 @@
240
241 src_unpack() {
242 unpack db.${PV}.tar.gz
243 - cd ${S}
244 + cd "${S}"
245 epatch ${DISTDIR}/db.${PV}.patch
246 }
247
248 src_compile() {
249 - cd ${S}/PORT/linux
250 + cd "${S}"/PORT/linux
251 make ${MAKEOPTS} OORG="${CFLAGS} -fomit-frame-pointer" prefix=/usr || die
252 }
253
254 src_install () {
255 - cd ${S}/PORT/linux
256 + cd "${S}"/PORT/linux
257
258 newlib.a libdb.a libdb1.a || die "newlib.a failed"
259 newlib.so libdb.so.2 libdb1.so.2 || die "newlib.so failed"
260 @@ -49,7 +49,7 @@
261 dosym db1/ndbm.h /usr/include/ndbm.h
262 newbin db_dump185 db1_dump185
263
264 - cd ${S}
265 + cd "${S}"
266 dodoc changelog README
267 docinto ps
268 dodoc docs/*.ps
269
270
271
272 1.2 sys-libs/db/db-4.6.19.ebuild
273
274 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.19.ebuild?rev=1.2&view=markup
275 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.19.ebuild?rev=1.2&content-type=text/plain
276 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.6.19.ebuild?r1=1.1&r2=1.2
277
278 Index: db-4.6.19.ebuild
279 ===================================================================
280 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.19.ebuild,v
281 retrieving revision 1.1
282 retrieving revision 1.2
283 diff -u -r1.1 -r1.2
284 --- db-4.6.19.ebuild 19 Aug 2007 12:08:30 -0000 1.1
285 +++ db-4.6.19.ebuild 24 Oct 2007 07:07:55 -0000 1.2
286 @@ -1,6 +1,6 @@
287 # Copyright 1999-2007 Gentoo Foundation
288 # Distributed under the terms of the GNU General Public License v2
289 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.19.ebuild,v 1.1 2007/08/19 12:08:30 caleb Exp $
290 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.6.19.ebuild,v 1.2 2007/10/24 07:07:55 wltjr Exp $
291
292 inherit eutils db flag-o-matic java-pkg-opt-2
293
294 @@ -95,7 +95,7 @@
295 append-ldflags -Wl,--default-symver
296 fi
297
298 - cd ${S} && ECONF_SOURCE="${S}"/../dist econf \
299 + cd "${S}" && ECONF_SOURCE="${S}"/../dist econf \
300 --prefix=/usr \
301 --mandir=/usr/share/man \
302 --infodir=/usr/share/info \
303
304
305
306 1.21 sys-libs/db/db-4.5.20_p2.ebuild
307
308 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?rev=1.21&view=markup
309 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?rev=1.21&content-type=text/plain
310 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild?r1=1.20&r2=1.21
311
312 Index: db-4.5.20_p2.ebuild
313 ===================================================================
314 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v
315 retrieving revision 1.20
316 retrieving revision 1.21
317 diff -u -r1.20 -r1.21
318 --- db-4.5.20_p2.ebuild 27 Aug 2007 17:16:58 -0000 1.20
319 +++ db-4.5.20_p2.ebuild 24 Oct 2007 07:07:55 -0000 1.21
320 @@ -1,6 +1,6 @@
321 # Copyright 1999-2007 Gentoo Foundation
322 # Distributed under the terms of the GNU General Public License v2
323 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.20 2007/08/27 17:16:58 jurek Exp $
324 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2.ebuild,v 1.21 2007/10/24 07:07:55 wltjr Exp $
325
326 inherit eutils db flag-o-matic java-pkg-opt-2
327
328 @@ -95,7 +95,7 @@
329 append-ldflags -Wl,--default-symver
330 fi
331
332 - cd ${S} && ECONF_SOURCE="${S}"/../dist econf \
333 + cd "${S}" && ECONF_SOURCE="${S}"/../dist econf \
334 --prefix=/usr \
335 --mandir=/usr/share/man \
336 --infodir=/usr/share/info \
337
338
339
340 --
341 gentoo-commits@g.o mailing list