Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnucash: ChangeLog gnucash-2.3.6.ebuild gnucash-2.3.5.ebuild
Date: Wed, 30 Sep 2009 19:30:09
Message-Id: E1Mt4sI-0007S2-5A@stork.gentoo.org
1 tove 09/09/30 19:30:06
2
3 Modified: ChangeLog gnucash-2.3.6.ebuild
4 Removed: gnucash-2.3.5.ebuild
5 Log:
6 Fix useflag. Cleanup
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.202 app-office/gnucash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.202&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.202&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.201&r2=1.202
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
19 retrieving revision 1.201
20 retrieving revision 1.202
21 diff -u -r1.201 -r1.202
22 --- ChangeLog 30 Sep 2009 06:26:23 -0000 1.201
23 +++ ChangeLog 30 Sep 2009 19:30:05 -0000 1.202
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-office/gnucash
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.201 2009/09/30 06:26:23 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.202 2009/09/30 19:30:05 tove Exp $
29 +
30 + 30 Sep 2009; Torsten Veller <tove@g.o> -gnucash-2.3.5.ebuild,
31 + gnucash-2.3.6.ebuild:
32 + libdbi-drivers must be compiled with sqlite3 useflag for sqlite support
33 + (#287146). Thanks to Jouni Rinne. Cleanup
34
35 *gnucash-2.3.6 (30 Sep 2009)
36
37
38
39
40 1.2 app-office/gnucash/gnucash-2.3.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.3.6.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.3.6.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.3.6.ebuild?r1=1.1&r2=1.2
45
46 Index: gnucash-2.3.6.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.3.6.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- gnucash-2.3.6.ebuild 30 Sep 2009 06:26:23 -0000 1.1
53 +++ gnucash-2.3.6.ebuild 30 Sep 2009 19:30:05 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.3.6.ebuild,v 1.1 2009/09/30 06:26:23 tove Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.3.6.ebuild,v 1.2 2009/09/30 19:30:05 tove Exp $
59
60 EAPI=2
61
62 @@ -42,7 +42,7 @@
63 dev-perl/HTML-TableExtract )
64 webkit? ( net-libs/webkit-gtk )
65 !webkit? ( >=gnome-extra/gtkhtml-3.14 )
66 - sqlite? ( dev-db/libdbi dev-db/libdbi-drivers[sqlite] )
67 + sqlite? ( dev-db/libdbi dev-db/libdbi-drivers[sqlite3] )
68 postgres? ( dev-db/libdbi dev-db/libdbi-drivers[postgres] )
69 mysql? ( dev-db/libdbi dev-db/libdbi-drivers[mysql] )
70 media-libs/libart_lgpl