Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/kmymoney2: kmymoney2-1.0.2.ebuild ChangeLog
Date: Mon, 09 Nov 2009 21:15:35
Message-Id: E1N7baG-0007Yn-DL@stork.gentoo.org
1 ssuominen 09/11/09 21:15:32
2
3 Modified: kmymoney2-1.0.2.ebuild ChangeLog
4 Log:
5 Remove USE arts and rename USE sqlite3 to sqlite.
6 (Portage version: 2.2_rc49/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-office/kmymoney2/kmymoney2-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/kmymoney2-1.0.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/kmymoney2-1.0.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/kmymoney2-1.0.2.ebuild?r1=1.1&r2=1.2
14
15 Index: kmymoney2-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-1.0.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- kmymoney2-1.0.2.ebuild 5 Oct 2009 22:24:36 -0000 1.1
22 +++ kmymoney2-1.0.2.ebuild 9 Nov 2009 21:15:31 -0000 1.2
23 @@ -1,25 +1,26 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-1.0.2.ebuild,v 1.1 2009/10/05 22:24:36 tgurr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-1.0.2.ebuild,v 1.2 2009/11/09 21:15:31 ssuominen Exp $
28
29 -EAPI="2"
30 +EAPI=2
31 +ARTS_REQUIRED=never
32 inherit kde
33
34 DESCRIPTION="Personal Finances Manager for KDE."
35 HOMEPAGE="http://kmymoney2.sourceforge.net"
36 SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2"
37 -LICENSE="GPL-2"
38
39 +LICENSE="GPL-2"
40 SLOT="0"
41 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
42 -IUSE="crypt ofx qtdesigner sqlite3 test"
43 +IUSE="crypt ofx qtdesigner sqlite test"
44
45 COMMON_DEPEND="dev-libs/libxml2
46 ofx? ( >=dev-libs/libofx-0.8.2
47 || ( dev-cpp/libxmlpp:2.6 >=dev-cpp/libxmlpp-1.0.1:0 )
48 >=net-misc/curl-7.9.7
49 app-text/opensp )
50 - sqlite3? ( =dev-db/sqlite-3* )"
51 + sqlite? ( =dev-db/sqlite-3* )"
52
53 DEPEND="${COMMON_DEPEND}
54 >=dev-util/pkgconfig-0.9.0
55 @@ -34,20 +35,17 @@
56 need-kde 3.5
57
58 src_configure() {
59 - local myconf
60 - myconf="${myconf} \
61 - $(use_enable ofx ofxplugin)
62 + local myconf="$(use_enable ofx ofxplugin)
63 $(use_enable ofx ofxbanking)
64 $(use_enable qtdesigner)
65 - $(use_enable sqlite3)
66 + $(use_enable sqlite sqlite3)
67 $(use_enable test cppunit)"
68
69 kde_src_configure
70 }
71
72 src_test() {
73 - # Parallel make check is broken
74 - make -j1 check || die "Make check failed!"
75 + emake -j1 check || die
76 }
77
78 pkg_postinst() {
79
80
81
82 1.84 app-office/kmymoney2/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/ChangeLog?rev=1.84&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/ChangeLog?rev=1.84&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/ChangeLog?r1=1.83&r2=1.84
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v
91 retrieving revision 1.83
92 retrieving revision 1.84
93 diff -u -r1.83 -r1.84
94 --- ChangeLog 5 Oct 2009 22:24:36 -0000 1.83
95 +++ ChangeLog 9 Nov 2009 21:15:31 -0000 1.84
96 @@ -1,6 +1,10 @@
97 # ChangeLog for app-office/kmymoney2
98 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.83 2009/10/05 22:24:36 tgurr Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.84 2009/11/09 21:15:31 ssuominen Exp $
101 +
102 + 09 Nov 2009; Samuli Suominen <ssuominen@g.o>
103 + kmymoney2-1.0.2.ebuild:
104 + Remove USE arts and rename USE sqlite3 to sqlite.
105
106 *kmymoney2-1.0.2 (05 Oct 2009)