summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-03-14 17:22:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-03-14 17:22:06 +0000
commitf9d87ff97b0acfdf7e9b3be500bc1b5aa2d52b6d (patch)
treed2199c7e471e6804b546418d54e6fb914a6c6e30 /app-office/gnucash
parentMoved to www-client/links. (diff)
downloadgentoo-2-f9d87ff97b0acfdf7e9b3be500bc1b5aa2d52b6d.tar.gz
gentoo-2-f9d87ff97b0acfdf7e9b3be500bc1b5aa2d52b6d.tar.bz2
gentoo-2-f9d87ff97b0acfdf7e9b3be500bc1b5aa2d52b6d.zip
version bump thanks to: Urs Joss <tschenturs@gmx.ch> in bug #81224
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/gnucash')
-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.112
-rw-r--r--app-office/gnucash/gnucash-1.8.11.ebuild132
4 files changed, 143 insertions, 2 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 80eca8685ef3..9654ed8685e9 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.65 2005/02/14 19:14:02 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.66 2005/03/14 17:22:06 seemant Exp $
+
+*gnucash-1.8.11 (14 Mar 2005)
+
+ 14 Mar 2005; Seemant Kulleen <seemant@gentoo.org> +gnucash-1.8.11.ebuild:
+ version bump thanks to: Urs Joss <tschenturs@gmx.ch> in bug #81224
14 Feb 2005; Simon Stelling <blubb@gentoo.org> gnucash-1.8.10.ebuild:
added ~amd64
diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index 0a799164d6fd..065f03254b2f 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1,8 +1,10 @@
-MD5 d5998a904e6ab6ec70e78704de3d0279 ChangeLog 10498
+MD5 4ad810f6647ae55a0d8bf553ad48c5ba ChangeLog 10675
MD5 37c495e36d4ed294703c856b4f334caf gnucash-1.8.10.ebuild 3543
MD5 f5e32597008efe4c8c6475545b445fd9 gnucash-1.8.8.ebuild 3067
MD5 c3c2eefc0f9bdc5c5de7a2246588a1f7 gnucash-1.8.9.ebuild 3495
MD5 3c20dccad7b705d7e9a379e6831149f9 metadata.xml 252
+MD5 37c495e36d4ed294703c856b4f334caf gnucash-1.8.11.ebuild 3543
MD5 cda4007bfba409e082e55b854576d97f files/digest-gnucash-1.8.10 138
MD5 e7f62a929b825e039b0912ade52c5998 files/digest-gnucash-1.8.8 137
MD5 6f6c233c0f0e5d8115b1fccc1ae3e3c0 files/digest-gnucash-1.8.9 137
+MD5 c9962cd943ec225b72ff0b1c8a40f84c files/digest-gnucash-1.8.11 138
diff --git a/app-office/gnucash/files/digest-gnucash-1.8.11 b/app-office/gnucash/files/digest-gnucash-1.8.11
new file mode 100644
index 000000000000..6cefc01b36f5
--- /dev/null
+++ b/app-office/gnucash/files/digest-gnucash-1.8.11
@@ -0,0 +1,2 @@
+MD5 62f94331936e37ed1b1d28b5a1863bb3 gnucash-1.8.11.tar.gz 7822353
+MD5 9758d8e523530c2509912761e327a9d5 gnucash-docs-1.8.5.tar.gz 1680438
diff --git a/app-office/gnucash/gnucash-1.8.11.ebuild b/app-office/gnucash/gnucash-1.8.11.ebuild
new file mode 100644
index 000000000000..537f05cf367b
--- /dev/null
+++ b/app-office/gnucash/gnucash-1.8.11.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.11.ebuild,v 1.1 2005/03/14 17:22:06 seemant Exp $
+
+inherit flag-o-matic libtool eutils
+
+# 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.5"
+IUSE="nls postgres ofx hbci quotes chipcard"
+
+DESCRIPTION="A personal finance manager"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+ mirror://sourceforge/${PN}/${PN}-docs-${DOC_VER}.tar.gz"
+HOMEPAGE="http://www.gnucash.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
+
+RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
+ >=dev-util/guile-1.6
+ amd64? ( >=dev-util/guile-1.6.4-r2 )
+ >=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.4
+ >=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*
+ ofx? ( >=dev-libs/libofx-0.7.0 )
+ hbci? ( net-libs/aqhbci-qt-tools )
+ chipcard? ( sys-libs/libchipcard
+ net-libs/aqhbci-ddvcard )
+ quotes? ( dev-perl/DateManip
+ dev-perl/Finance-Quote
+ dev-perl/HTML-TableExtract )
+ 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"
+
+pkg_setup() {
+ if built_with_use xorg-x11 bitmap-fonts
+ then
+ einfo "bitmap-fonts support is enabled in xorg-x11, continuing..."
+ else
+ eerror "Please rebuild xorg-x11 with bitmap font support!"
+ eerror "To do so: USE=\"bitmap-fonts\" emerge xorg-x11"
+ eerror "Or, add \"bitmap-fonts\" to your USE string in"
+ eerror "/etc/make.conf"
+ die "Will not build gnucash without bitmap-fonts support in xorg-x11"
+ fi
+}
+
+src_compile() {
+ elibtoolize
+
+ append-ldflags -L/usr/X11R6/$(get_libdir)
+ econf \
+ --enable-etags \
+ --enable-ctags \
+ --enable-compile-warnings=no \
+ --disable-error-on-warning \
+ `use_enable postgres sql` \
+ `use_enable nls` \
+ `use_enable ofx` \
+ `use_enable hbci` \
+ ${myconf} || die "configure failed"
+
+ emake || die "make failed"
+
+ cd ${WORKDIR}/${P}/src/doc/design
+ emake gnucash-design || die "make gnucash-design 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 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
+
+ if ! use quotes; then
+ ewarn
+ einfo "If you wish to enable Online Stock Quotes Retrieval,"
+ einfo "Please re-emerge gnucash with USE=\"quotes\""
+ ewarn
+ fi
+}
+
+pkg_postrm() {
+ if [ -x ${ROOT}/usr/bin/scrollkeeper-update ]; then
+ echo ">>> Updating Scrollkeeper"
+ scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper
+ fi
+}