summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-05-27 16:16:37 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-05-27 16:16:37 +0000
commitbe8384ca5f7a8e4850aaed32795d941ea44f2a72 (patch)
treed1cc14cb1bbd71355dd193cad2aef45fbfcb3452 /app-office
parentVersion Bump (diff)
downloadgentoo-2-be8384ca5f7a8e4850aaed32795d941ea44f2a72.tar.gz
gentoo-2-be8384ca5f7a8e4850aaed32795d941ea44f2a72.tar.bz2
gentoo-2-be8384ca5f7a8e4850aaed32795d941ea44f2a72.zip
version bump
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog7
-rw-r--r--app-office/gnucash/Manifest4
-rw-r--r--app-office/gnucash/files/digest-gnucash-1.8.42
-rw-r--r--app-office/gnucash/gnucash-1.8.4.ebuild105
4 files changed, 116 insertions, 2 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 54fa1d771a57..b2d610b62748 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.24 2003/05/18 09:31:57 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.25 2003/05/27 16:16:17 liquidx Exp $
+
+*gnucash-1.8.4 (27 May 2003)
+
+ 27 May 2003; Alastair Tse <liquidx@gentoo.org> gnucash-1.8.4.ebuild:
+ version bump. removed backported patch for QIF import
*gnucash-1.8.3-r1 (18 May 2003)
diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index 150b6f50784b..6c53ba89e7cb 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1,8 +1,9 @@
-MD5 cc2efa16c589ec2c569a5a466dcd33cd ChangeLog 4072
+MD5 294b5783036e675d2a3df52a9516b294 ChangeLog 4230
MD5 b8e0eec1a6bcd963f2ce26db9abf9b9f gnucash-1.8.1.ebuild 1455
MD5 54902cd500c04f0659cd9a7d3438f1cd gnucash-1.8.2.ebuild 1546
MD5 7d1c851062c5082d57cda39101ca1e8a gnucash-1.6.8.ebuild 1902
MD5 283f9e5907c2337f6516e9fa81cbc48c gnucash-1.8.2-r1.ebuild 2718
+MD5 313cb3b273a9ccf25a498bfafef5a918 gnucash-1.8.4.ebuild 2646
MD5 b790010032b6a0c476e8242236f53829 gnucash-1.8.3-r1.ebuild 2720
MD5 7e5e1bb02bd5c517c2141e43d5189947 gnucash-1.8.3.ebuild 2646
MD5 e298b9154a60df27ab519e6b88dd4c47 files/digest-gnucash-1.8.1 66
@@ -12,3 +13,4 @@ MD5 8ccd6e0765bb53caad58e8f736b020e9 files/digest-gnucash-1.6.8 67
MD5 5bb39d9e803ae87681b2b40baa94d919 files/digest-gnucash-1.8.3 137
MD5 b11b22208604e79d9ab6be4245646e4a files/gnucash-1.8.3-qif-file.patch 440
MD5 5bb39d9e803ae87681b2b40baa94d919 files/digest-gnucash-1.8.3-r1 137
+MD5 6ccd22f551213649d30be28d42195243 files/digest-gnucash-1.8.4 137
diff --git a/app-office/gnucash/files/digest-gnucash-1.8.4 b/app-office/gnucash/files/digest-gnucash-1.8.4
new file mode 100644
index 000000000000..3ed3e920cd58
--- /dev/null
+++ b/app-office/gnucash/files/digest-gnucash-1.8.4
@@ -0,0 +1,2 @@
+MD5 feee9c2240b1673fd08738b4fe9795e0 gnucash-1.8.4.tar.gz 7013351
+MD5 c547c36737ae189ab7ad516d132b807e gnucash-docs-1.8.1.tar.gz 1256883
diff --git a/app-office/gnucash/gnucash-1.8.4.ebuild b/app-office/gnucash/gnucash-1.8.4.ebuild
new file mode 100644
index 000000000000..4e1b49d15e92
--- /dev/null
+++ b/app-office/gnucash/gnucash-1.8.4.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.4.ebuild,v 1.1 2003/05/27 16:16:17 liquidx Exp $
+
+inherit flag-o-matic libtool
+
+# won't configure with this
+filter-flags -fomit-frame-pointer
+
+DOC_VER="1.8.1"
+IUSE="nls postgres ofx hbci doc"
+
+DESCRIPTION="A personal finance manager"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+ doc? ( mirror://sourceforge/${PN}/${PN}-docs-${DOC_VER}.tar.gz )"
+HOMEPAGE="http://www.gnucash.org/"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
+ >=dev-util/guile-1.6
+ >=dev-libs/slib-2.3.8
+ >=media-libs/libpng-1.0.9
+ >=media-libs/jpeg-6b
+ >=sys-libs/zlib-1.1.4
+ >=media-libs/xpm-3.4
+ >=gnome-base/gnome-print-0.21
+ media-libs/gdk-pixbuf
+ >=gnome-extra/gtkhtml-0.14.0
+ =gnome-extra/gal-0*
+ >=dev-libs/libxml-1.8.3
+ >=dev-libs/g-wrap-1.3.3
+ >=gnome-extra/guppi-0.35.5-r2
+ >=dev-libs/popt-1.5
+
+ =sys-libs/db-1*
+ hbci? ( >=net-libs/openhbci-0.9.6 )
+ ofx? ( >=dev-libs/libofx-0.6.4 )
+ postgres? ( dev-db/postgresql )"
+
+DEPEND="${RDEPEND}
+ >=dev-lang/perl-5
+ >=dev-libs/slib-2.3.8
+ >=dev-lang/swig-1.3_alpha4
+ <gnome-base/libglade-2
+ gnome-base/libghttp
+ nls? ( sys-devel/gettext )
+ doc? ( >=app-text/scrollkeeper-0.3.1
+ app-text/docbook-xsl-stylesheets )"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+src_compile() {
+ elibtoolize
+ local myconf=""
+
+ # allow warnings to go unheeded
+ myconf="--enable-compile-warnings=no --disable-error-on-warning"
+
+ use postgres && myconf="${myconf} --enable-sql"
+
+ econf \
+ `use_enable nls` \
+ `use_enable ofx` \
+ `use_enable hbci` \
+ ${myconf} || die "configure failed"
+
+ emake || die "make failed"
+
+ if [ -n "`use doc`" ]; then
+ cd ${WORKDIR}/${PN}-docs-${DOC_VER}
+ econf --localstatedir=/var/lib || die "doc configure failed"
+ emake || die "doc make failed"
+ fi
+}
+
+src_install() {
+ einstall pkgdatadir=${D}/usr/share/gnucash || die "install failed"
+ dodoc ABOUT-NLS AUTHORS COPYING ChangeLog HACKING NEWS README* TODO
+ dodoc docs/README*
+
+ if [ -n "`use doc`" ]; then
+ cd ${WORKDIR}/${PN}-docs-${DOC_VER}
+ make DESTDIR=${D} \
+ scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper \
+ install || die "doc install failed"
+ rm -rf ${D}/var/lib/scrollkeeper
+ fi
+}
+
+pkg_postinst() {
+ if [ -x ${ROOT}/usr/bin/scrollkeeper-update ]; then
+ echo ">>> Updating Scrollkeeper"
+ scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper
+ fi
+}
+
+pkg_postrm() {
+ if [ -x ${ROOT}/usr/bin/scrollkeeper-update ]; then
+ echo ">>> Updating Scrollkeeper"
+ scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper
+ fi
+}