summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-08 16:54:24 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-08 16:54:24 +0000
commit0a868fd129b9c0be1d800ce38359b95b1af0e482 (patch)
tree743f9fc5c7f0a96858f130326e27c03a3aa086f6 /app-office
parentComment out masks which break deps (diff)
downloadhistorical-0a868fd129b9c0be1d800ce38359b95b1af0e482.tar.gz
historical-0a868fd129b9c0be1d800ce38359b95b1af0e482.tar.bz2
historical-0a868fd129b9c0be1d800ce38359b95b1af0e482.zip
Initial commit.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kmymoney/ChangeLog10
-rw-r--r--app-office/kmymoney/Manifest4
-rw-r--r--app-office/kmymoney/kmymoney-3.95.0.ebuild43
-rw-r--r--app-office/kmymoney/metadata.xml8
4 files changed, 65 insertions, 0 deletions
diff --git a/app-office/kmymoney/ChangeLog b/app-office/kmymoney/ChangeLog
new file mode 100644
index 000000000000..3c0e24c180d7
--- /dev/null
+++ b/app-office/kmymoney/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-office/kmymoney
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.1 2010/01/08 16:54:24 ssuominen Exp $
+
+*kmymoney-3.95.0 (08 Jan 2010)
+
+ 08 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +kmymoney-3.95.0.ebuild:
+ Initial commit wrt #294010.
+
diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
new file mode 100644
index 000000000000..e4b19d3cde66
--- /dev/null
+++ b/app-office/kmymoney/Manifest
@@ -0,0 +1,4 @@
+DIST kmymoney-3.95.0.tar.bz2 14214541 RMD160 94c052f48782e328726821d48eb05fbb7a445962 SHA1 5d5be54426faddfeaff5fa65b9fd5067a9d7ce41 SHA256 6b360656aa47a4e11754b135a4661fbd1302d65b51154522ad024453c8c78b8b
+EBUILD kmymoney-3.95.0.ebuild 1225 RMD160 e259c13e4ad8301ccb041f4ec6db2e27defc6e1b SHA1 35e843594ed240c9f0d7eb9f42d29333b082034d SHA256 dfb375697cc06ba078b57c58e107546ba1fbef26868a9d3e4e62f65780379899
+MISC ChangeLog 358 RMD160 10054dfbf4fe9bb1642e286be206bfafff1b8d06 SHA1 af77310f3cc71dd613ae85590193709fdb13c80a SHA256 64e0917daae9ce334b0032305e1444cca5fb2de4048735e87580c762fe36bc10
+MISC metadata.xml 242 RMD160 fb10bdefa93e647d6d066aa2324bd03005cba82a SHA1 be50d54f7c028495ccda88c929ca1f6bf286153b SHA256 54a5add82643b631ed0b7eb2a81ea71484a6d9c05b2d62ad3c54758ba94129b9
diff --git a/app-office/kmymoney/kmymoney-3.95.0.ebuild b/app-office/kmymoney/kmymoney-3.95.0.ebuild
new file mode 100644
index 000000000000..dc419ced51fe
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-3.95.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-3.95.0.ebuild,v 1.1 2010/01/08 16:54:24 ssuominen Exp $
+
+EAPI=2
+inherit flag-o-matic kde4-base
+
+DESCRIPTION="A personal finance manager for KDE"
+HOMEPAGE="http://sourceforge.net/projects/kmymoney2/"
+SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug quotes test"
+
+# Next alpha will have configure opts to make some of these optional.
+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"
+
+# Doesn't compile with -j9, reported to upstream.
+MAKEOPTS="${MAKEOPTS} -j1"
+
+src_configure() {
+ # Doesn't link with -Wl,--as-needed, reported to upstream.
+ append-ldflags $(no-as-needed)
+
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use test KDE4_BUILD_TESTS)"
+ kde4-base_src_configure
+}
diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
new file mode 100644
index 000000000000..b3fa6f698b4e
--- /dev/null
+++ b/app-office/kmymoney/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <use>
+ <flag name="quotes">Enable Online Stock Quote retrieval</flag>
+ </use>
+</pkgmetadata>