public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tobias Heinlein (keytoaster)" <keytoaster@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/kmymoney2: ChangeLog kmymoney2-0.9.ebuild
Date: Thu, 03 Jul 2008 00:40:10 +0000	[thread overview]
Message-ID: <E1KECrq-0000lj-75@stork.gentoo.org> (raw)

keytoaster    08/07/03 00:40:10

  Modified:             ChangeLog
  Added:                kmymoney2-0.9.ebuild
  Log:
  Version bump, bug #219325. Patch by gentoofan23, thanks! No hbci in this version. Adding USE="qtdesigner".
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)

Revision  Changes    Path
1.69                 app-office/kmymoney2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	24 Jan 2008 22:38:09 -0000	1.68
+++ ChangeLog	3 Jul 2008 00:40:09 -0000	1.69
@@ -1,6 +1,13 @@
 # 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.68 2008/01/24 22:38:09 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/ChangeLog,v 1.69 2008/07/03 00:40:09 keytoaster Exp $
+
+*kmymoney2-0.9 (03 Jul 2008)
+
+  03 Jul 2008; Tobias Heinlein <keytoaster@gentoo.org>
+  +kmymoney2-0.9.ebuild:
+  Version bump, bug #219325. Patch by gentoofan23, thanks! No hbci in this
+  version. Adding USE="qtdesigner".
 
   24 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
   kmymoney2-0.8.8.ebuild:



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

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

Index: kmymoney2-0.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.9.ebuild,v 1.1 2008/07/03 00:40:09 keytoaster 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 qtdesigner test"

COMMON_DEPEND="dev-libs/libxml2
	hbci? ( >=net-libs/aqbanking-1.8.0_beta )
	ofx? ( >=dev-libs/libofx-0.7 )"

DEPEND="${COMMON_DEPEND}
	test? ( >=dev-util/cppunit-1.8.0 )"

RDEPEND="${COMMON_DEPEND}
	crypt? ( app-crypt/gnupg )"

need-kde 3.5

src_unpack() {
	kde_src_unpack

	cd "${S}"/kmymoney2/widgets
	for x in Makefile.am Makefile.in; do
		sed -e "s/kmymoneytitlelabel.png//" -i ${x}
	done
}

src_compile() {
	local myconf="$(use_enable ofx ofxplugin)
			$(use_enable qtdesigner)
			$(use_enable test cppunit)"

	# bug 132665
	replace-flags "-Os" "-O2"

	kde_src_compile
}

src_test() {
	# Parallel make check is broken
	make -j1 check || die "Make check failed!"
}

src_install() {
	kde_src_install
	# bug 139082
	rm "${D}"/usr/bin/kmymoney
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-07-03  0:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03  0:40 Tobias Heinlein (keytoaster) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-03  1:07 [gentoo-commits] gentoo-x86 commit in app-office/kmymoney2: ChangeLog kmymoney2-0.9.ebuild Thomas Anderson (gentoofan23)
2008-07-07 16:25 Thomas Anderson (gentoofan23)
2008-07-08 21:48 Thomas Anderson (gentoofan23)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KECrq-0000lj-75@stork.gentoo.org \
    --to=keytoaster@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox