summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-27 06:21:21 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-27 06:21:21 +0000
commit811e709f1044ec01478fe2bbaccafd800f86692c (patch)
tree99547fc5a3c6dc838a6db8426be46359240457ad /app-office
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-811e709f1044ec01478fe2bbaccafd800f86692c.tar.gz
gentoo-2-811e709f1044ec01478fe2bbaccafd800f86692c.tar.bz2
gentoo-2-811e709f1044ec01478fe2bbaccafd800f86692c.zip
Version bump. Cleanup
(Portage version: 2.2_rc10/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog8
-rw-r--r--app-office/gnucash/gnucash-2.2.7.ebuild (renamed from app-office/gnucash/gnucash-2.2.5.ebuild)31
2 files changed, 20 insertions, 19 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 04dfce0f10d0..d5614c5ab543 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.173 2008/09/10 09:58:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.174 2008/09/27 06:21:21 tove Exp $
+
+*gnucash-2.2.7 (27 Sep 2008)
+
+ 27 Sep 2008; Torsten Veller <tove@gentoo.org> -gnucash-2.2.5.ebuild,
+ +gnucash-2.2.7.ebuild:
+ Version bump. Cleanup
10 Sep 2008; Raúl Porcel <armin76@gentoo.org> gnucash-2.2.6.ebuild:
alpha stable wrt #236968
diff --git a/app-office/gnucash/gnucash-2.2.5.ebuild b/app-office/gnucash/gnucash-2.2.7.ebuild
index a84d8b08771b..b77451abc368 100644
--- a/app-office/gnucash/gnucash-2.2.5.ebuild
+++ b/app-office/gnucash/gnucash-2.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.5.ebuild,v 1.6 2008/06/25 20:53:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.7.ebuild,v 1.1 2008/09/27 06:21:21 tove Exp $
EAPI=1
@@ -10,11 +10,11 @@ DOC_VER="2.2.0"
DESCRIPTION="A personal finance manager."
HOMEPAGE="http://www.gnucash.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.lzma"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc sparc x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="+doc ofx hbci chipcard debug quotes"
@@ -43,9 +43,10 @@ RDEPEND=">=dev-libs/glib-2.6.3
x11-libs/pango"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/libtool
+ app-arch/lzma-utils
+ dev-util/pkgconfig
+ dev-util/intltool
+ sys-devel/libtool
>=app-text/scrollkeeper-0.3"
PDEPEND="doc? ( >=app-doc/gnucash-docs-${DOC_VER} )"
@@ -56,29 +57,23 @@ DOCS="doc/README.OFX doc/README.HBCI"
MAKEOPTS="${MAKEOPTS} -j1"
pkg_setup() {
- local will_die=false
+ local diemessage=""
local flags="deprecated regex"
if ! built_with_use --missing true dev-scheme/guile ${flags} ; then
- eerror "dev-scheme/guile must be built with \"${flags}\" use flags"
- will_die=true
+ diemessage="dev-scheme/guile must be built with \"${flags}\" use flags. "
fi
if ! built_with_use gnome-extra/libgsf gnome ; then
- eerror "gnome-extra/libgsf must be built with gnome use flag"
- will_die=true
+ diemessage="${diemessage}gnome-extra/libgsf must be built with gnome use flag. "
fi
if ! built_with_use x11-libs/goffice gnome ; then
- eerror "x11-libs/goffice must be built with gnome use flag"
- will_die=true
- fi
-
- if ${will_die} ; then
- die "Please rebuild the packages with the use flags above."
+ diemessage="${diemessage}x11-libs/goffice must be built with gnome use flag. "
fi
+ [ -n "${diemessage}" ] && die ${diemessage}
G2CONF="${G2CONF}
$(use_enable debug)
$(use_enable ofx)
- $(use_enable hbci)
+ $(use_enable hbci aqbanking)
--disable-doxygen
--enable-locale-specific-tax
--disable-error-on-warning"