From b307450e9a8009358d7086485fdbc9d64713e4f2 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Wed, 11 Oct 2006 09:54:24 +0000 Subject: [PATCH] version bump thanks to Bret Towe in irc Package-Manager: portage-2.1.2_pre2-r8 --- app-office/gnucash/ChangeLog | 8 +- app-office/gnucash/files/digest-gnucash-2.0.2 | 6 + app-office/gnucash/gnucash-2.0.2.ebuild | 109 ++++++++++++++++++ 3 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 app-office/gnucash/files/digest-gnucash-2.0.2 create mode 100644 app-office/gnucash/gnucash-2.0.2.ebuild diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index e2eb0a0803fd..f49ccc5b35e6 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gnucash # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.96 2006/10/10 14:56:23 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.97 2006/10/11 09:54:24 seemant Exp $ + +*gnucash-2.0.2 (11 Oct 2006) + + 11 Oct 2006; Seemant Kulleen + -gnucash-2.0.1-r1.ebuild, +gnucash-2.0.2.ebuild: + version bump thanks to Bret Towe in irc 10 Oct 2006; Seemant Kulleen +gnucash-1.8.12.ebuild: re-add 1.8.12 and hopefully stable that for people who prefer the gtk1 diff --git a/app-office/gnucash/files/digest-gnucash-2.0.2 b/app-office/gnucash/files/digest-gnucash-2.0.2 new file mode 100644 index 000000000000..e5faa3b99033 --- /dev/null +++ b/app-office/gnucash/files/digest-gnucash-2.0.2 @@ -0,0 +1,6 @@ +MD5 35da0a03d52a5913b75f6e7d717b58f0 gnucash-2.0.2.tar.bz2 7283507 +RMD160 3a18e1c1ad3a15be666daf37eb91a7e9730860a5 gnucash-2.0.2.tar.bz2 7283507 +SHA256 4c24bc0bdf4f6898c06a313dfbdb0b035c217ad9fefbd5fa641a7a88f02cde42 gnucash-2.0.2.tar.bz2 7283507 +MD5 ffc058efd0283a4b43ca31980c40db49 gnucash-docs-2.0.1.tar.bz2 9262237 +RMD160 f2b00a5ce745921ea4e8a2360baff13aaf3fc083 gnucash-docs-2.0.1.tar.bz2 9262237 +SHA256 f39e6248fef20c761c74b534024869952e26b98879930b3a675178fd3d5260ff gnucash-docs-2.0.1.tar.bz2 9262237 diff --git a/app-office/gnucash/gnucash-2.0.2.ebuild b/app-office/gnucash/gnucash-2.0.2.ebuild new file mode 100644 index 000000000000..b0abf42b9fe7 --- /dev/null +++ b/app-office/gnucash/gnucash-2.0.2.ebuild @@ -0,0 +1,109 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.2.ebuild,v 1.1 2006/10/11 09:54:24 seemant Exp $ + +inherit eutils gnome2 + +DOC_VER="2.0.1" + +DESCRIPTION="A personal finance manager." +HOMEPAGE="http://www.gnucash.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 + mirror://sourceforge/${PN}/${PN}-docs-${DOC_VER}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" + +IUSE="ofx hbci chipcard doc debug quotes nls tetex" + +RDEPEND=">=dev-libs/glib-2.4.0 + >=dev-util/guile-1.6.4-r2 + >=dev-libs/slib-2.3.8 + >=sys-libs/zlib-1.1.4 + >=dev-libs/popt-1.5 + >=x11-libs/gtk+-2.4 + >=gnome-base/libgnomeui-2.4 + >=gnome-base/libgnomeprint-2.10 + >=gnome-base/libgnomeprintui-2.10 + >=gnome-base/libglade-2.4 + >=gnome-extra/gtkhtml-3.10.1 + >=dev-libs/libxml2-2.5.10 + >=dev-libs/g-wrap-1.3.4 + >=gnome-base/gconf-2 + >=app-text/scrollkeeper-0.3 + >=x11-libs/goffice-0.0.4 + gnome-extra/yelp + ofx? ( >=dev-libs/libofx-0.7.0 ) + hbci? ( net-libs/aqbanking + chipcard? ( sys-libs/libchipcard ) + ) + quotes? ( dev-perl/DateManip + >=dev-perl/Finance-Quote-1.11 + dev-perl/HTML-TableExtract ) + app-text/docbook-xsl-stylesheets + =app-text/docbook-xml-dtd-4.1.2* + nls? ( dev-util/intltool ) + tetex? ( app-text/tetex )" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) + dev-util/pkgconfig" + +pkg_setup() { + built_with_use gnome-extra/libgsf gnome || die "gnome-extra/libgsf must be built with gnome" + built_with_use x11-libs/goffice gnome || die "x11-libs/goffice must be built with gnome" +} + +src_compile() { + + local myconf + + if use doc ; then + myconf="$(use_enable graphviz dot)" + myconf="${myconf} $(use_enable tetex latex-docs)" + fi + + econf \ + $(use_enable debug) \ + $(use_enable ofx) \ + $(use_enable doc doxygen) \ + $(use_enable doc html-docs) \ + $(use_enable hbci) \ + --enable-locale-specific-tax \ + ${myconf} || die "econf failed" + + MAKEOPTS="-j1" + emake || die "emake failed" + + cd "${WORKDIR}/gnucash-docs-${DOC_VER}" + econf || die "doc econf failed" + emake || die "doc emake failed" +} + +src_test() { + einfo "Skipping tests because one of the upstream tests is broken" + einfo "Please reference: https://bugs.gentoo.org/show_bug.cgi?id=146769#c1" + einfo "We have a filed a bug upstream. When that is resolved," + einfo "We will re-enable the tests." +} + +# See http://bugs.gentoo.org/show_bug.cgi?id=132862 regarding gconf schema install + +src_install() { + gnome2_src_install || die "gnome2_src_install failed" + dodoc AUTHORS ChangeLog* DOCUMENTERS HACKING INSTALL NEWS TODO README* doc/README* + make_desktop_entry ${P} "GnuCash ${PV}" gnucash-icon.png "GNOME;Office;Finance" + + 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() { + elog "Please note that postgresql support has been removed." + elog "Please see: https://bugs.gentoo.org/show_bug.cgi?id=146769#c9" + elog "for an explanation." +} -- 2.26.2