summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-09-14 21:26:57 +0000
committerAron Griffis <agriffis@gentoo.org>2003-09-14 21:26:57 +0000
commit39d5d6437c310c126e47f6d6516d3d87d4dce23c (patch)
tree386ebe9bc80a671c45f4867d10b5d48e8ec6fd08 /app-office
parentversion bump (diff)
downloadgentoo-2-39d5d6437c310c126e47f6d6516d3d87d4dce23c.tar.gz
gentoo-2-39d5d6437c310c126e47f6d6516d3d87d4dce23c.tar.bz2
gentoo-2-39d5d6437c310c126e47f6d6516d3d87d4dce23c.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.62
-rw-r--r--app-office/gnucash/gnucash-1.8.6.ebuild109
4 files changed, 119 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index ae886fc427ee..9126e14d5047 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.34 2003/09/05 08:58:49 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.35 2003/09/14 21:26:53 agriffis Exp $
+
+*gnucash-1.8.6 (14 Sep 2003)
+
+ 14 Sep 2003; Aron Griffis <agriffis@gentoo.org> gnucash-1.8.6.ebuild:
+ Version bump
05 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnucash-1.8.4.ebuild,
gnucash-1.8.5.ebuild:
diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index f8be62e2ee3a..15d35a0506f5 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -2,9 +2,9 @@ MD5 82e7ef252cbc00b8293caa162536ebd0 gnucash-1.8.5.ebuild 2658
MD5 5b0f42c5e5f19783e5aaa1268b30f41b gnucash-1.8.2.ebuild 1543
MD5 41f3e83501dd66a9bd46ee1b96cbfdb3 gnucash-1.6.8.ebuild 1894
MD5 2090af544d33fd00fddde513e17d1535 gnucash-1.8.4.ebuild 2751
-MD5 aa87a983ebfcefc8f2ddfaafe38c859f gnucash-1.8.6.ebuild 2721
+MD5 86b9a77d64cd0b861030a96b20019cd2 gnucash-1.8.6.ebuild 2906
MD5 51e4702845265db9e37ab802ca8d0a1d gnucash-1.8.1.ebuild 1434
-MD5 7eea58f166d78462d85fa79901a9dc49 ChangeLog 5470
+MD5 ea75deec752f40de005942ad0c08e060 ChangeLog 5589
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 8ccd6e0765bb53caad58e8f736b020e9 files/digest-gnucash-1.6.8 67
MD5 e298b9154a60df27ab519e6b88dd4c47 files/digest-gnucash-1.8.1 66
diff --git a/app-office/gnucash/files/digest-gnucash-1.8.6 b/app-office/gnucash/files/digest-gnucash-1.8.6
new file mode 100644
index 000000000000..88202c81aa66
--- /dev/null
+++ b/app-office/gnucash/files/digest-gnucash-1.8.6
@@ -0,0 +1,2 @@
+MD5 517d693d542fa373fa7a833722d73a06 gnucash-1.8.6.tar.gz 7397454
+MD5 5344138acf9b6a7bf77d0a06511e11e0 gnucash-docs-1.8.3.tar.gz 1635605
diff --git a/app-office/gnucash/gnucash-1.8.6.ebuild b/app-office/gnucash/gnucash-1.8.6.ebuild
new file mode 100644
index 000000000000..156ea4fafee2
--- /dev/null
+++ b/app-office/gnucash/gnucash-1.8.6.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2003 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.6.ebuild,v 1.1 2003/09/14 21:26:53 agriffis Exp $
+
+inherit flag-o-matic libtool
+
+# won't configure with this
+filter-flags -fomit-frame-pointer
+# gnucash uses GLIB_INLINE, this will break it
+filter-flags -fno-inline
+
+DOC_VER="1.8.3"
+IUSE="nls postgres ofx hbci"
+
+DESCRIPTION="A personal finance manager"
+SRC_URI="http://www.gnucash.org/pub/gnucash/sources/stable/${P}.tar.gz
+ mirror://sourceforge/${PN}/${P}.tar.gz
+ mirror://sourceforge/${PN}/${PN}-docs-${DOC_VER}.tar.gz"
+HOMEPAGE="http://www.gnucash.org/"
+
+KEYWORDS="~x86 ~alpha ~ppc"
+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
+ >=gnome-base/gnome-print-0.21
+ media-libs/gdk-pixbuf
+ >=gnome-extra/gtkhtml-0.14.0
+ <gnome-extra/gal-1.99
+ >=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
+ >=app-text/scrollkeeper-0.3.1
+ app-text/docbook-xsl-stylesheets
+ =app-text/docbook-xml-dtd-4.1.2*
+ =sys-libs/db-1*
+ hbci? ( >=net-libs/openhbci-0.9.13 )
+ 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
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+src_compile() {
+ # Hack to fix dependency problem in Makefile
+ # This should really be in unpack() but who cares...
+ # (13 Sep 2003 agriffis)
+ ln -sfn /usr/include/libofx src/import-export/ofx/libofx
+
+ 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"
+
+ cd ${WORKDIR}/${PN}-docs-${DOC_VER}
+ econf --localstatedir=/var/lib || die "doc configure failed"
+ emake || die "doc make failed"
+}
+
+src_install() {
+ einstall pkgdatadir=${D}/usr/share/gnucash || die "install failed"
+ dodoc ABOUT-NLS AUTHORS COPYING ChangeLog HACKING NEWS README* TODO
+ dodoc docs/README*
+
+ 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
+}
+
+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
+}