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: gnucash-2.2.8.ebuild ChangeLog
Date: Fri, 30 Jan 2009 18:27:01
Message-Id: E1LSy4x-00072h-8F@stork.gentoo.org
1 tove 09/01/30 18:26:59
2
3 Modified: gnucash-2.2.8.ebuild ChangeLog
4 Log:
5 aqbanking should be built with qt3 if hbci is in USE (#255174)
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-office/gnucash/gnucash-2.2.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.8.ebuild?r1=1.1&r2=1.2
14
15 Index: gnucash-2.2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnucash-2.2.8.ebuild 15 Dec 2008 09:05:10 -0000 1.1
22 +++ gnucash-2.2.8.ebuild 30 Jan 2009 18:26:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.8.ebuild,v 1.1 2008/12/15 09:05:10 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.8.ebuild,v 1.2 2009/01/30 18:26:59 tove Exp $
29
30 EAPI=1
31
32 @@ -59,8 +59,12 @@
33 pkg_setup() {
34 local diemessage=""
35 local flags="deprecated regex"
36 + if use hbci && \
37 + ! built_with_use net-libs/aqbanking qt3 ; then
38 + diemessage="net-libs/aqbanking must be built with qt3 use flag. "
39 + fi
40 if ! built_with_use --missing true dev-scheme/guile ${flags} ; then
41 - diemessage="dev-scheme/guile must be built with \"${flags}\" use flags. "
42 + diemessage="${diemessage}dev-scheme/guile must be built with \"${flags}\" use flags. "
43 fi
44 if ! built_with_use gnome-extra/libgsf gnome ; then
45 diemessage="${diemessage}gnome-extra/libgsf must be built with gnome use flag. "
46
47
48
49 1.179 app-office/gnucash/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.179&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.179&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.178&r2=1.179
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
58 retrieving revision 1.178
59 retrieving revision 1.179
60 diff -u -r1.178 -r1.179
61 --- ChangeLog 15 Dec 2008 09:05:10 -0000 1.178
62 +++ ChangeLog 30 Jan 2009 18:26:59 -0000 1.179
63 @@ -1,6 +1,9 @@
64 # ChangeLog for app-office/gnucash
65 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.178 2008/12/15 09:05:10 tove Exp $
67 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.179 2009/01/30 18:26:59 tove Exp $
69 +
70 + 30 Jan 2009; Torsten Veller <tove@g.o> gnucash-2.2.8.ebuild:
71 + aqbanking should be built with qt3 if hbci is in USE (#255174)
72
73 *gnucash-2.2.8 (15 Dec 2008)