From b5c62b2e8819e0f943ec5615844def9ef51f5200 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Thu, 3 Jul 2008 01:07:32 +0000 Subject: Enable some more ofx stuff, and change dependencies accordingly. Add pkgconfig dep as its needed; Commit signed off by keytoaster. (Portage version: 2.1.4.4) --- app-office/kmymoney2/ChangeLog | 7 ++++++- app-office/kmymoney2/kmymoney2-0.9.ebuild | 14 ++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'app-office/kmymoney2') diff --git a/app-office/kmymoney2/ChangeLog b/app-office/kmymoney2/ChangeLog index 641bfcb133c9..904d15a9c38f 100644 --- a/app-office/kmymoney2/ChangeLog +++ b/app-office/kmymoney2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/kmymoney2 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.69 2008/07/03 00:40:09 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.70 2008/07/03 01:07:32 gentoofan23 Exp $ + + 03 Jul 2008; Thomas Anderson + kmymoney2-0.9.ebuild: + Enable some more ofx stuff, and change dependencies accordingly. Add + pkgconfig dep as its needed; Commit signed off by keytoaster. *kmymoney2-0.9 (03 Jul 2008) diff --git a/app-office/kmymoney2/kmymoney2-0.9.ebuild b/app-office/kmymoney2/kmymoney2-0.9.ebuild index 71e072a4cbfe..0e560a925ee1 100644 --- a/app-office/kmymoney2/kmymoney2-0.9.ebuild +++ b/app-office/kmymoney2/kmymoney2-0.9.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.9.ebuild,v 1.1 2008/07/03 00:40:09 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.9.ebuild,v 1.2 2008/07/03 01:07:32 gentoofan23 Exp $ +EAPI="1" inherit kde DESCRIPTION="Personal Finances Manager for KDE." @@ -15,9 +16,13 @@ IUSE="crypt ofx qtdesigner test" COMMON_DEPEND="dev-libs/libxml2 hbci? ( >=net-libs/aqbanking-1.8.0_beta ) - ofx? ( >=dev-libs/libofx-0.7 )" + ofx? ( >=dev-libs/libofx-0.8.2 + || ( dev-cpp/xmlpp:2.6 >=dev-cpp/libxmlpp-1.0.1:0 ) + >=net-misc/curl-7.9.7 + app-text/opensp )" DEPEND="${COMMON_DEPEND} + >=dev-util/pkgconfig-0.9.0 test? ( >=dev-util/cppunit-1.8.0 )" RDEPEND="${COMMON_DEPEND} @@ -36,8 +41,9 @@ src_unpack() { src_compile() { local myconf="$(use_enable ofx ofxplugin) - $(use_enable qtdesigner) - $(use_enable test cppunit)" + $(use_enable ofx ofxbanking) + $(use_enable qtdesigner) + $(use_enable test cppunit)" # bug 132665 replace-flags "-Os" "-O2" -- cgit v1.2.3-65-gdbad