Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@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
Date: Thu, 25 Oct 2007 07:03:39
Message-Id: E1Ikwkf-0007kJ-E2@stork.gentoo.org
1 tove 07/10/25 07:03:33
2
3 Modified: ChangeLog db-3.2.9-r11.ebuild
4 Log:
5 Added a missing quote (#196944)
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.228 sys-libs/db/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.228&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?rev=1.228&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/ChangeLog?r1=1.227&r2=1.228
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
18 retrieving revision 1.227
19 retrieving revision 1.228
20 diff -u -r1.227 -r1.228
21 --- ChangeLog 24 Oct 2007 07:07:55 -0000 1.227
22 +++ ChangeLog 25 Oct 2007 07:03:32 -0000 1.228
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-libs/db
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.227 2007/10/24 07:07:55 wltjr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.228 2007/10/25 07:03:32 tove Exp $
28 +
29 + 25 Oct 2007; Torsten Veller <tove@g.o> db-3.2.9-r11.ebuild:
30 + Added a missing quote (#196944)
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
35
36
37 1.14 sys-libs/db/db-3.2.9-r11.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?rev=1.14&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?rev=1.14&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild?r1=1.13&r2=1.14
42
43 Index: db-3.2.9-r11.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v
46 retrieving revision 1.13
47 retrieving revision 1.14
48 diff -u -r1.13 -r1.14
49 --- db-3.2.9-r11.ebuild 24 Oct 2007 07:07:55 -0000 1.13
50 +++ db-3.2.9-r11.ebuild 25 Oct 2007 07:03:32 -0000 1.14
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $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 $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.14 2007/10/25 07:03:32 tove Exp $
56
57 inherit gnuconfig libtool eutils db java-pkg-opt-2
58
59 @@ -48,7 +48,7 @@
60 mv "${S}"/dist/Makefile.in "${S}"/dist/Makefile.in.orig
61 sed -e 's:DB185INC=:DB185INC= -I/usr/include/db1:' \
62 -e 's:DB185LIB=:DB185LIB= -ldb1:' \
63 - "${S}/dist/Makefile.in.orig > "${S}"/dist/Makefile.in || die "Failed to sed"
64 + "${S}"/dist/Makefile.in.orig > "${S}"/dist/Makefile.in || die "Failed to sed"
65
66 # Fix invalid .la files
67 cd "${WORKDIR}"/${P}/dist
68
69
70
71 --
72 gentoo-commits@g.o mailing list