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.2.2-r1.ebuild
Date: Tue, 08 Jan 2008 06:56:08
Message-Id: E1JC8NZ-0006vL-IQ@stork.gentoo.org
1 tove 08/01/08 06:56:05
2
3 Modified: ChangeLog gnucash-2.2.2-r1.ebuild
4 Log:
5 Using goffice-0.6 requires latest gtkhtml (#204798)
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.147 app-office/gnucash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.147&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.147&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.146&r2=1.147
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
18 retrieving revision 1.146
19 retrieving revision 1.147
20 diff -u -r1.146 -r1.147
21 --- ChangeLog 7 Jan 2008 08:39:19 -0000 1.146
22 +++ ChangeLog 8 Jan 2008 06:56:04 -0000 1.147
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-office/gnucash
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.146 2008/01/07 08:39:19 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.147 2008/01/08 06:56:04 tove Exp $
28 +
29 + 08 Jan 2008; Torsten Veller <tove@g.o> gnucash-2.2.2-r1.ebuild:
30 + Using goffice-0.6 requires latest gtkhtml (#204798)
31
32 *gnucash-2.2.2-r1 (07 Jan 2008)
33
34
35
36
37 1.2 app-office/gnucash/gnucash-2.2.2-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.2-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.2-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.2-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: gnucash-2.2.2-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.2-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gnucash-2.2.2-r1.ebuild 7 Jan 2008 08:39:19 -0000 1.1
50 +++ gnucash-2.2.2-r1.ebuild 8 Jan 2008 06:56:05 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.2-r1.ebuild,v 1.1 2008/01/07 08:39:19 tove Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.2-r1.ebuild,v 1.2 2008/01/08 06:56:05 tove Exp $
56
57 inherit autotools eutils gnome2
58
59 @@ -22,19 +22,16 @@
60 ( <dev-scheme/guile-1.8.3 =dev-scheme/slib-3.1.1* ) )
61 >=sys-libs/zlib-1.1.4
62 >=dev-libs/popt-1.5
63 - >=x11-libs/gtk+-2.6
64 + >=x11-libs/gtk+-2.10
65 >=gnome-base/libgnomeui-2.4
66 >=gnome-base/libgnomeprint-2.10
67 >=gnome-base/libgnomeprintui-2.10
68 >=gnome-base/libglade-2.4
69 - || (
70 - =gnome-extra/gtkhtml-3.12*
71 - =gnome-extra/gtkhtml-3.10*
72 - )
73 + >=gnome-extra/gtkhtml-3.14
74 >=dev-libs/libxml2-2.5.10
75 >=gnome-base/gconf-2
76 >=app-text/scrollkeeper-0.3
77 - x11-libs/goffice
78 + >=x11-libs/goffice-0.6
79 ofx? ( >=dev-libs/libofx-0.7.0 )
80 hbci? ( net-libs/aqbanking
81 chipcard? ( sys-libs/libchipcard )
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list