diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 19:35:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 19:35:51 +0000 |
commit | 470404cc9c0385bf60ebb9619c700723f0f692f4 (patch) | |
tree | 4b2d149a9d4bddb2ee0cd6200f580f18ff1d670f /app-office | |
parent | version bump with newer docs (diff) | |
download | gentoo-2-470404cc9c0385bf60ebb9619c700723f0f692f4.tar.gz gentoo-2-470404cc9c0385bf60ebb9619c700723f0f692f4.tar.bz2 gentoo-2-470404cc9c0385bf60ebb9619c700723f0f692f4.zip |
version bump with newer docs
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnucash/Manifest | 4 | ||||
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-1.8.5 | 2 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.8.5.ebuild | 102 |
4 files changed, 113 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 6f0644797365..9fb022347d5e 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,12 @@ # 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.31 2003/07/24 18:43:04 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.32 2003/09/02 19:35:46 liquidx Exp $ + +*gnucash-1.8.5 (02 Sep 2003) + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> : + version bump. made user docs install without doc useflag. updated docs to + version 1.8.3 24 Jul 2003; Tavis Ormandy <taviso@gentoo.org> gnucash-1.8.4.ebuild: ~alpha diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest index 1a2c23a88675..d4cea7e8b9de 100644 --- a/app-office/gnucash/Manifest +++ b/app-office/gnucash/Manifest @@ -1,9 +1,9 @@ -MD5 d996362cfb1a40cddd2c93e56d4061f5 ChangeLog 5190 +MD5 c7fda27807929c3217c063b668adc6b7 ChangeLog 5221 MD5 41f3e83501dd66a9bd46ee1b96cbfdb3 gnucash-1.6.8.ebuild 1894 MD5 19a34d8e7f6711d65b24833c2c2d9ac2 gnucash-1.8.1.ebuild 1454 MD5 2a349155510029fc55b9fa559e5e752d gnucash-1.8.2.ebuild 1564 MD5 0366cb0671505a313786fbf0ac728ba6 gnucash-1.8.4.ebuild 2723 -MD5 efa276ec9b9507f0b1f35061c76d06b6 gnucash-1.8.5.ebuild 2623 +MD5 bacf0f95fa2550c5a5a5661122b4e74b gnucash-1.8.5.ebuild 2630 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.5 b/app-office/gnucash/files/digest-gnucash-1.8.5 new file mode 100644 index 000000000000..d3e9699f27ce --- /dev/null +++ b/app-office/gnucash/files/digest-gnucash-1.8.5 @@ -0,0 +1,2 @@ +MD5 0459714dc63bd08b1b6702470b362a80 gnucash-1.8.5.tar.gz 7299755 +MD5 5344138acf9b6a7bf77d0a06511e11e0 gnucash-docs-1.8.3.tar.gz 1635605 diff --git a/app-office/gnucash/gnucash-1.8.5.ebuild b/app-office/gnucash/gnucash-1.8.5.ebuild new file mode 100644 index 000000000000..e699c5734812 --- /dev/null +++ b/app-office/gnucash/gnucash-1.8.5.ebuild @@ -0,0 +1,102 @@ +# 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.5.ebuild,v 1.1 2003/09/02 19:35:46 liquidx 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="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 + =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 + dev-util/pkgconfig + nls? ( sys-devel/gettext )" + +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" + + 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 +} |