summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2008-12-15 20:48:39 +0000
committerTimo Gurr <tgurr@gentoo.org>2008-12-15 20:48:39 +0000
commit85e49f360b7777150b3fe25b79658165ec02e80c (patch)
treeb39d58fabcc1dc5f95863c99c5c01fc8031e69b3
parentKeyworded on alpha, bug #250390 (diff)
downloadgentoo-2-85e49f360b7777150b3fe25b79658165ec02e80c.tar.gz
gentoo-2-85e49f360b7777150b3fe25b79658165ec02e80c.tar.bz2
gentoo-2-85e49f360b7777150b3fe25b79658165ec02e80c.zip
New upstream tarball, fixing compilation with ofx. Fixes bug #250449. Remove old.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r5 x86_64)
-rw-r--r--app-office/kmymoney2/ChangeLog7
-rw-r--r--app-office/kmymoney2/kmymoney2-0.8.6.ebuild54
-rw-r--r--app-office/kmymoney2/kmymoney2-0.8.7.ebuild54
-rw-r--r--app-office/kmymoney2/kmymoney2-0.9.2.ebuild4
4 files changed, 8 insertions, 111 deletions
diff --git a/app-office/kmymoney2/ChangeLog b/app-office/kmymoney2/ChangeLog
index 255c9bdd9571..c4fa79e48c3b 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.76 2008/12/09 18:38:03 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.77 2008/12/15 20:48:39 tgurr Exp $
+
+ 15 Dec 2008; Timo Gurr <tgurr@gentoo.org> -kmymoney2-0.8.6.ebuild,
+ -kmymoney2-0.8.7.ebuild, kmymoney2-0.9.2.ebuild:
+ New upstream tarball, fixing compilation with ofx. Fixes bug #250449.
+ Remove old.
*kmymoney2-0.9.2 (09 Dec 2008)
diff --git a/app-office/kmymoney2/kmymoney2-0.8.6.ebuild b/app-office/kmymoney2/kmymoney2-0.8.6.ebuild
deleted file mode 100644
index 4c12bb356993..000000000000
--- a/app-office/kmymoney2/kmymoney2-0.8.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.8.6.ebuild,v 1.8 2008/07/03 01:10:40 gentoofan23 Exp $
-
-inherit kde
-
-DESCRIPTION="Personal Finances Manager for KDE."
-HOMEPAGE="http://kmymoney2.sourceforge.net"
-SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="crypt ofx hbci"
-
-DEPEND="dev-libs/libxml2
- hbci? ( >=net-libs/aqbanking-1.8.0_beta )
- ofx? ( >=dev-libs/libofx-0.7 )"
-
-RDEPEND="${DEPEND}
- crypt? ( app-crypt/gnupg )"
-
-DEPEND="${DEPEND}
- dev-util/cppunit"
-
-need-kde 3.4
-
-# TODO: support maketest
-# (needs cppunit in DEPEND)
-
-pkg_setup() {
- if use hbci && ! built_with_use net-libs/aqbanking kde; then
- eerror "The HBCI plugin is shipped by net-libs/aqbanking,"
- eerror "which has to be built with KDE support."
- die "rebuild net-libs/aqbanking with USE=kde"
- fi
-}
-
-src_compile() {
- local myconf="$(use_enable ofx ofxplugin)
- $(use_enable hbci kbanking)
- --disable-cppunit"
-
- # bug 132665
- replace-flags "-Os" "-O2"
-
- kde_src_compile
-}
-
-src_install() {
- kde_src_install
- # bug 139082
- rm "${D}"/usr/bin/kmymoney
-}
diff --git a/app-office/kmymoney2/kmymoney2-0.8.7.ebuild b/app-office/kmymoney2/kmymoney2-0.8.7.ebuild
deleted file mode 100644
index aa8e6b9f11a5..000000000000
--- a/app-office/kmymoney2/kmymoney2-0.8.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.8.7.ebuild,v 1.2 2008/07/03 01:10:40 gentoofan23 Exp $
-
-inherit kde
-
-DESCRIPTION="Personal Finances Manager for KDE."
-HOMEPAGE="http://kmymoney2.sourceforge.net"
-SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="crypt ofx hbci"
-
-DEPEND="dev-libs/libxml2
- hbci? ( >=net-libs/aqbanking-1.8.0_beta )
- ofx? ( >=dev-libs/libofx-0.7 )"
-
-RDEPEND="${DEPEND}
- crypt? ( app-crypt/gnupg )"
-
-DEPEND="${DEPEND}
- dev-util/cppunit"
-
-need-kde 3.4
-
-# TODO: support maketest
-# (needs cppunit in DEPEND)
-
-pkg_setup() {
- if use hbci && ! built_with_use net-libs/aqbanking kde; then
- eerror "The HBCI plugin is shipped by net-libs/aqbanking,"
- eerror "which has to be built with KDE support."
- die "rebuild net-libs/aqbanking with USE=kde"
- fi
-}
-
-src_compile() {
- local myconf="$(use_enable ofx ofxplugin)
- $(use_enable hbci kbanking)
- --disable-cppunit"
-
- # bug 132665
- replace-flags "-Os" "-O2"
-
- kde_src_compile
-}
-
-src_install() {
- kde_src_install
- # bug 139082
- rm "${D}"/usr/bin/kmymoney
-}
diff --git a/app-office/kmymoney2/kmymoney2-0.9.2.ebuild b/app-office/kmymoney2/kmymoney2-0.9.2.ebuild
index 1ac87c6ce49c..7ae0576e50a4 100644
--- a/app-office/kmymoney2/kmymoney2-0.9.2.ebuild
+++ b/app-office/kmymoney2/kmymoney2-0.9.2.ebuild
@@ -1,13 +1,13 @@
# 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.2.ebuild,v 1.1 2008/12/09 18:38:03 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.9.2.ebuild,v 1.2 2008/12/15 20:48:39 tgurr Exp $
EAPI="1"
inherit kde
DESCRIPTION="Personal Finances Manager for KDE."
HOMEPAGE="http://kmymoney2.sourceforge.net"
-SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/kmymoney2/${P}-1.tar.bz2"
LICENSE="GPL-2"
SLOT="0"