public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/kmymoney2: ChangeLog kmymoney2-0.8.9.ebuild
@ 2008-09-17 22:58 Ioannis Aslanidis (deathwing00)
  0 siblings, 0 replies; only message in thread
From: Ioannis Aslanidis (deathwing00) @ 2008-09-17 22:58 UTC (permalink / raw
  To: gentoo-commits

deathwing00    08/09/17 22:58:16

  Modified:             ChangeLog
  Added:                kmymoney2-0.8.9.ebuild
  Log:
  Fixes bug #233482.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r5 x86_64)

Revision  Changes    Path
1.75                 app-office/kmymoney2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	3 Aug 2008 10:40:33 -0000	1.74
+++ ChangeLog	17 Sep 2008 22:58:15 -0000	1.75
@@ -1,6 +1,12 @@
 # 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.74 2008/08/03 10:40:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.75 2008/09/17 22:58:15 deathwing00 Exp $
+
+*kmymoney2-0.8.9 (17 Sep 2008)
+
+  17 Sep 2008; Ioannis Aslanidis <deathwing00@gentoo.org>
+  +kmymoney2-0.8.9.ebuild:
+  Fixes bug #233482.
 
   03 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
   Add USE flag description to metadata wrt GLEP 56.



1.1                  app-office/kmymoney2/kmymoney2-0.8.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/kmymoney2-0.8.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kmymoney2/kmymoney2-0.8.9.ebuild?rev=1.1&content-type=text/plain

Index: kmymoney2-0.8.9.ebuild
===================================================================
# 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.9.ebuild,v 1.1 2008/09/17 22:58:15 deathwing00 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 ~ppc64 ~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.5

# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-17 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 22:58 [gentoo-commits] gentoo-x86 commit in app-office/kmymoney2: ChangeLog kmymoney2-0.8.9.ebuild Ioannis Aslanidis (deathwing00)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox