# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit kde4-base DESCRIPTION="A personal finance manager for KDE" HOMEPAGE="https://sourceforge.net/projects/kmymoney2/" SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug quotes test" RDEPEND=">=dev-libs/boost-1.33.1 >=net-libs/aqbanking-4.2[qt4] >=sys-libs/gwenhywfar-3.10 dev-libs/libxml2 dev-libs/libical dev-libs/libgpg-error app-crypt/gpgme >=dev-libs/libofx-0.9 >=kde-base/kdepimlibs-${KDE_MINIMAL} quotes? ( dev-perl/Finance-Quote )" DEPEND="${RDEPEND} test? ( >=dev-util/cppunit-1.12 )" DOCS="AUTHORS BUGS ChangeLog* README* TODO" src_configure() { mycmakeargs="${mycmakeargs} $(cmake-utils_use test KDE4_BUILD_TESTS)" kde4-base_src_configure }