From cf2bb799fbff23587a0a7890e98dbe6d4a3c3b87 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Wed, 14 May 2003 09:18:06 +0000 Subject: version bump --- app-office/gnucash/ChangeLog | 7 +- app-office/gnucash/Manifest | 4 +- app-office/gnucash/files/digest-gnucash-1.8.3 | 2 + app-office/gnucash/gnucash-1.8.3.ebuild | 104 ++++++++++++++++++++++++++ 4 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 app-office/gnucash/files/digest-gnucash-1.8.3 create mode 100644 app-office/gnucash/gnucash-1.8.3.ebuild (limited to 'app-office/gnucash') diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 0248f17122af..0c3146e1de35 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.21 2003/05/01 15:49:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.22 2003/05/14 09:17:58 liquidx Exp $ + +*gnucash-1.8.3 (14 May 2003) + + 14 May 2003; Alastair Tse gnucash-1.8.3.ebuild: + version bump 01 May 2003; Alastair Tse gnucash-1.8.2-r1.ebuild: fixed scrollkeeper problem and digest diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest index bebcd64bafcc..a9b24b48718c 100644 --- a/app-office/gnucash/Manifest +++ b/app-office/gnucash/Manifest @@ -1,9 +1,9 @@ -MD5 9f4a5a811c75c2c9dcef011f79527cb3 ChangeLog 3655 +MD5 1057acc12696670b26ab32f7b7b931df ChangeLog 3772 MD5 b8e0eec1a6bcd963f2ce26db9abf9b9f gnucash-1.8.1.ebuild 1455 MD5 54902cd500c04f0659cd9a7d3438f1cd gnucash-1.8.2.ebuild 1546 MD5 4800e560c499c667d2c95a7e3b01c42b gnucash-1.6.8.ebuild 1882 MD5 283f9e5907c2337f6516e9fa81cbc48c gnucash-1.8.2-r1.ebuild 2718 -MD5 2de2c7ae16c6ef2fad682c889e9c34cf gnucash-1.8.3.ebuild 2628 +MD5 2a97bc12123ccf1ddeb1fdc94330e758 gnucash-1.8.3.ebuild 2625 MD5 e298b9154a60df27ab519e6b88dd4c47 files/digest-gnucash-1.8.1 66 MD5 cdaa1f2adfbd3112916a8c2076fa04bd files/digest-gnucash-1.8.2 66 MD5 ab8939bf0268b9ac866d99709c22f420 files/digest-gnucash-1.8.2-r1 137 diff --git a/app-office/gnucash/files/digest-gnucash-1.8.3 b/app-office/gnucash/files/digest-gnucash-1.8.3 new file mode 100644 index 000000000000..cd2101d5a6b3 --- /dev/null +++ b/app-office/gnucash/files/digest-gnucash-1.8.3 @@ -0,0 +1,2 @@ +MD5 aa299733e3827800077e6352d025bbae gnucash-1.8.3.tar.gz 6805055 +MD5 c547c36737ae189ab7ad516d132b807e gnucash-docs-1.8.1.tar.gz 1256883 diff --git a/app-office/gnucash/gnucash-1.8.3.ebuild b/app-office/gnucash/gnucash-1.8.3.ebuild new file mode 100644 index 000000000000..9dbfdc45a6a8 --- /dev/null +++ b/app-office/gnucash/gnucash-1.8.3.ebuild @@ -0,0 +1,104 @@ +# 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.3.ebuild,v 1.1 2003/05/14 09:17:58 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 + + =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 + =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 +} -- cgit v1.2.3-65-gdbad