diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-08-12 21:01:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-08-12 21:01:38 +0000 |
commit | b9bba1e5ed32759e11c2c791542aedcc705abfb5 (patch) | |
tree | 2043ea77c3b9ca313db65b7a3badd643474b81da /app-office | |
parent | Clean old versions. (diff) | |
download | gentoo-2-b9bba1e5ed32759e11c2c791542aedcc705abfb5.tar.gz gentoo-2-b9bba1e5ed32759e11c2c791542aedcc705abfb5.tar.bz2 gentoo-2-b9bba1e5ed32759e11c2c791542aedcc705abfb5.zip |
version bump. thanks to F. Steinel and the fine folks from bug #143012
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-2.0.1 | 6 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.0.1.ebuild | 98 |
3 files changed, 111 insertions, 1 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 3ac570bcb322..1d616488c52d 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.81 2006/07/15 14:17:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.82 2006/08/12 21:01:38 seemant Exp $ + +*gnucash-2.0.1 (12 Aug 2006) + + 12 Aug 2006; Seemant Kulleen <seemant@gentoo.org> + -gnucash-2.0.0-r1.ebuild, +gnucash-2.0.1.ebuild: + version bump. thanks to F. Steinel and the fine folks from bug #143012 *gnucash-2.0.0-r1 (15 Jul 2006) diff --git a/app-office/gnucash/files/digest-gnucash-2.0.1 b/app-office/gnucash/files/digest-gnucash-2.0.1 new file mode 100644 index 000000000000..42989b3345e5 --- /dev/null +++ b/app-office/gnucash/files/digest-gnucash-2.0.1 @@ -0,0 +1,6 @@ +MD5 627bdf6fab9152a1857e5bb8d4887f2a gnucash-2.0.1.tar.gz 10157876 +RMD160 580482709ef338c84f6d7b47f919c5b63ef61440 gnucash-2.0.1.tar.gz 10157876 +SHA256 4c52d0949fa010c1e51576f493903418db9675bbb884fe5d038617079108965e gnucash-2.0.1.tar.gz 10157876 +MD5 9a84f681330aa61ea1aa7448b87e86a4 gnucash-docs-2.0.0.tar.gz 9390564 +RMD160 e9e4ef7175cf2f02b587b0b0c49d34ca4d20fa2c gnucash-docs-2.0.0.tar.gz 9390564 +SHA256 926c94d19865b7da3c49d025ad15d7125c9a5b2a1d05d816234e73678f393cb7 gnucash-docs-2.0.0.tar.gz 9390564 diff --git a/app-office/gnucash/gnucash-2.0.1.ebuild b/app-office/gnucash/gnucash-2.0.1.ebuild new file mode 100644 index 000000000000..6c6cc5c5939d --- /dev/null +++ b/app-office/gnucash/gnucash-2.0.1.ebuild @@ -0,0 +1,98 @@ +# 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.1.ebuild,v 1.1 2006/08/12 21:01:38 seemant Exp $ + +inherit eutils gnome2 + +DOC_VER="2.0.0" + +DESCRIPTION="A personal finance manager." +HOMEPAGE="http://www.gnucash.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz + mirror://sourceforge/${PN}/${PN}-docs-${DOC_VER}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +IUSE="postgres ofx hbci chipcard doc debug quotes nls graphviz 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 + 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 ) + postgres? ( dev-db/postgresql ) + app-text/docbook-xsl-stylesheets + =app-text/docbook-xml-dtd-4.1.2* + nls? ( dev-util/intltool ) + graphviz? ( media-gfx/graphviz ) + 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 postgres sql) \ + $(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" +} + +# 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" +} |