Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.6.1.ebuild ChangeLog
Date: Sun, 09 Feb 2014 12:41:23
Message-Id: 20140209124119.E56C32004C@flycatcher.gentoo.org
1 pacho 14/02/09 12:41:19
2
3 Modified: gnucash-2.6.1.ebuild ChangeLog
4 Log:
5 Reorder configure options
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 app-office/gnucash/gnucash-2.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild?r1=1.1&r2=1.2
15
16 Index: gnucash-2.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gnucash-2.6.1.ebuild 9 Feb 2014 11:18:40 -0000 1.1
23 +++ gnucash-2.6.1.ebuild 9 Feb 2014 12:41:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.6.1.ebuild,v 1.1 2014/02/09 11:18:40 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.1.ebuild,v 1.2 2014/02/09 12:41:19 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -14,7 +14,7 @@
33
34 SLOT="0"
35 LICENSE="GPL-2"
36 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 +KEYWORDS="amd64 ~ppc ~ppc64 x86"
38 IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite"
39
40 # FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
41 @@ -62,7 +62,6 @@
42 }
43
44 src_prepare() {
45 - # Prevent linking against installed libs, bug #371264
46 eautoreconf
47 gnome2_src_prepare
48 }
49 @@ -78,18 +77,6 @@
50 myconf+=" --disable-dbi"
51 fi
52
53 - myconf+="
54 - $(use_enable debug)
55 - $(use_enable ofx)
56 - $(use_enable hbci aqbanking)
57 - $(use_enable python)
58 - --disable-doxygen
59 - --enable-locale-specific-tax
60 - --disable-error-on-warning"
61 -
62 - # gtkmm is experimental and shouldn't be enabled, upstream bug #684166
63 - myconf+=" --disable-gtkmm"
64 -
65 # guile wrongly exports LDFLAGS as LIBS which breaks modules
66 # Filter until a better ebuild is available, bug #202205
67 local GUILE_LIBS=""
68 @@ -100,7 +87,17 @@
69 fi
70 done
71
72 - gnome2_src_configure GUILE_LIBS="${GUILE_LIBS}" ${myconf}
73 + # gtkmm is experimental and shouldn't be enabled, upstream bug #684166
74 + gnome2_src_configure \
75 + $(use_enable debug) \
76 + $(use_enable ofx) \
77 + $(use_enable hbci aqbanking) \
78 + $(use_enable python) \
79 + --disable-doxygen \
80 + --disable-gtkmm \
81 + --enable-locale-specific-tax \
82 + --disable-error-on-warning \
83 + GUILE_LIBS="${GUILE_LIBS}" ${myconf}
84 }
85
86 src_test() {
87
88
89
90 1.272 app-office/gnucash/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.272&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.272&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.271&r2=1.272
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
99 retrieving revision 1.271
100 retrieving revision 1.272
101 diff -u -r1.271 -r1.272
102 --- ChangeLog 9 Feb 2014 11:18:40 -0000 1.271
103 +++ ChangeLog 9 Feb 2014 12:41:19 -0000 1.272
104 @@ -1,6 +1,9 @@
105 # ChangeLog for app-office/gnucash
106 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.271 2014/02/09 11:18:40 pacho Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.272 2014/02/09 12:41:19 pacho Exp $
109 +
110 + 09 Feb 2014; Pacho Ramos <pacho@g.o> gnucash-2.6.1.ebuild:
111 + Reorder configure options
112
113 *gnucash-2.6.1 (09 Feb 2014)