diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-08-12 21:07:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-08-12 21:07:27 +0000 |
commit | 3032c86cd106f84acf266b14a6d2c031ad650b4e (patch) | |
tree | 266ba764767ce555bf6b45bf92e2cc1b5b665b6b /app-office | |
parent | removing gnucash-2.0.0-r1 from mask, as it's outta portage now (diff) | |
download | gentoo-2-3032c86cd106f84acf266b14a6d2c031ad650b4e.tar.gz gentoo-2-3032c86cd106f84acf266b14a6d2c031ad650b4e.tar.bz2 gentoo-2-3032c86cd106f84acf266b14a6d2c031ad650b4e.zip |
adding yelp as a runtime dep, as gnucash now uses it fully. Thanks to Urs Joss in bug #140256
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.0.0.ebuild | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.0.1.ebuild | 3 |
3 files changed, 11 insertions, 4 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index b3315051d1e2..b2e503dcd01f 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,11 @@ # 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.83 2006/08/12 21:04:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.84 2006/08/12 21:07:27 seemant Exp $ + + 12 Aug 2006; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.0.ebuild, + gnucash-2.0.1.ebuild: + adding yelp as a runtime dep, as gnucash now uses it fully. Thanks to Urs + Joss in bug #140256 12 Aug 2006; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.1.ebuild: Removing graphviz USE flag and dep, since doxygen takes care of that. Thanks diff --git a/app-office/gnucash/gnucash-2.0.0.ebuild b/app-office/gnucash/gnucash-2.0.0.ebuild index 8a2b4ef6c0d2..06eec793fd5b 100644 --- a/app-office/gnucash/gnucash-2.0.0.ebuild +++ b/app-office/gnucash/gnucash-2.0.0.ebuild @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.3 2006/07/15 14:17:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.0.ebuild,v 1.4 2006/08/12 21:07:27 seemant Exp $ inherit eutils gnome2 @@ -42,7 +42,8 @@ RDEPEND=">=dev-libs/glib-2.4.0 dev-perl/HTML-TableExtract ) postgres? ( dev-db/postgresql ) app-text/docbook-xsl-stylesheets - =app-text/docbook-xml-dtd-4.1.2*" + =app-text/docbook-xml-dtd-4.1.2* + gnome-extra/yelp" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) diff --git a/app-office/gnucash/gnucash-2.0.1.ebuild b/app-office/gnucash/gnucash-2.0.1.ebuild index 6d00c40aea7a..160992a5230b 100644 --- a/app-office/gnucash/gnucash-2.0.1.ebuild +++ b/app-office/gnucash/gnucash-2.0.1.ebuild @@ -1,6 +1,6 @@ # 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.2 2006/08/12 21:04:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.1.ebuild,v 1.3 2006/08/12 21:07:27 seemant Exp $ inherit eutils gnome2 @@ -33,6 +33,7 @@ RDEPEND=">=dev-libs/glib-2.4.0 >=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 ) |