summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-10-27 12:48:50 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-10-27 12:48:50 +0000
commit3829c6ae169e9681bffa0a90e55e323a4e12dbe9 (patch)
treed475666cbecb4e13cd8b61b90b7e1b618cda9e7a /app-office/gnucash
parentInitial import (diff)
downloadgentoo-2-3829c6ae169e9681bffa0a90e55e323a4e12dbe9.tar.gz
gentoo-2-3829c6ae169e9681bffa0a90e55e323a4e12dbe9.tar.bz2
gentoo-2-3829c6ae169e9681bffa0a90e55e323a4e12dbe9.zip
version bump thanks to: Sascha Silbe for opening bug #109920 and Brian Dolbec for debugging the version bump extensively
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/ChangeLog8
-rw-r--r--app-office/gnucash/Manifest16
-rw-r--r--app-office/gnucash/files/digest-gnucash-1.8.122
-rw-r--r--app-office/gnucash/gnucash-1.8.12.ebuild146
4 files changed, 159 insertions, 13 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index ae8d6e68ff17..60220c489c07 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,12 @@
# 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.71 2005/09/17 15:22:17 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.72 2005/10/27 12:48:50 seemant Exp $
+
+*gnucash-1.8.12 (27 Oct 2005)
+
+ 27 Oct 2005; Seemant Kulleen <seemant@gentoo.org> +gnucash-1.8.12.ebuild:
+ version bump thanks to: Sascha Silbe for opening bug #109920 and Brian
+ Dolbec for debugging the version bump extensively
16 Sep 2005; Seemant Kulleen <seemant@gentoo.org> -gnucash-1.8.8.ebuild:
remove old cruft version
diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index 2adc10c9e7e1..4dc85a555826 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 b663c630a0122f1668eb91365d8b93eb ChangeLog 11244
+MD5 c9962cd943ec225b72ff0b1c8a40f84c files/digest-gnucash-1.8.11 138
+MD5 1b3addbc18910fb6369f03587ff0e1ef files/digest-gnucash-1.8.12 138
+MD5 401c4d468ff7625a2832b89fde8c4aa4 files/digest-gnucash-1.8.9 137
MD5 7982aedf84ec1463507c054a079bbb10 gnucash-1.8.11.ebuild 3533
+MD5 1f7ea71418481cf544c7fb95d9ad4f39 gnucash-1.8.12.ebuild 3439
MD5 62c0823f30b3adcfc14258f393231dae gnucash-1.8.9.ebuild 3511
MD5 3c20dccad7b705d7e9a379e6831149f9 metadata.xml 252
-MD5 c9962cd943ec225b72ff0b1c8a40f84c files/digest-gnucash-1.8.11 138
-MD5 401c4d468ff7625a2832b89fde8c4aa4 files/digest-gnucash-1.8.9 137
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDOoW2r2QksT29OyARArg/AKCII1VsypZ4umcHu0PpiwWbZLr/FgCfYyrF
-pSkMmmPHoRvtcjn9LAXoDsU=
-=XlKv
------END PGP SIGNATURE-----
diff --git a/app-office/gnucash/files/digest-gnucash-1.8.12 b/app-office/gnucash/files/digest-gnucash-1.8.12
new file mode 100644
index 000000000000..ea30cc67fc53
--- /dev/null
+++ b/app-office/gnucash/files/digest-gnucash-1.8.12
@@ -0,0 +1,2 @@
+MD5 81e7c703db56bb203e106664157779cc gnucash-1.8.12.tar.gz 8290229
+MD5 9758d8e523530c2509912761e327a9d5 gnucash-docs-1.8.5.tar.gz 1680438
diff --git a/app-office/gnucash/gnucash-1.8.12.ebuild b/app-office/gnucash/gnucash-1.8.12.ebuild
new file mode 100644
index 000000000000..d1807c365227
--- /dev/null
+++ b/app-office/gnucash/gnucash-1.8.12.ebuild
@@ -0,0 +1,146 @@
+# 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.12.ebuild,v 1.1 2005/10/27 12:48:50 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+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/aqbanking
+ chipcard? ( sys-libs/libchipcard )
+ )
+ 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 virtual/x11 bitmap-fonts
+ then
+ einfo "bitmap-fonts support is enabled in virtual/x11, continuing..."
+ else
+ eerror "Please rebuild virtual/x11 with bitmap font support!"
+ eerror "To do so: USE=\"bitmap-fonts\" emerge virtual/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 virtual/x11"
+ fi
+
+ if use postgres; then
+ echo
+ ewarn "The postgreSQL backend is badly out of date, and will"
+ ewarn "probably go away in future releases of gnucash, in favour"
+ ewarn "of sqlite (at least initially). Please see bug #109920"
+ echo
+ 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}/${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 postgres; then
+ echo
+ ewarn "The postgreSQL backend is badly out of date, and will"
+ ewarn "probably go away in future releases of gnucash, in favour"
+ ewarn "of sqlite (at least initially). Please see bug #109920"
+ echo
+ 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
+}