From 43df5a8876c87ecadc169c42b471b1a491e10db0 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 11 May 2004 17:53:17 +0000 Subject: added quotes local USE flag to enable online stock quote retrieval --- app-office/gnucash/ChangeLog | 6 +++++- app-office/gnucash/gnucash-1.8.9.ebuild | 18 ++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'app-office') diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index d95d6acee5dd..cf2b95b2289b 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/gnucash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.43 2004/05/11 09:38:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.44 2004/05/11 17:53:17 seemant Exp $ + + 11 May 2004; Seemant Kulleen gnucash-1.8.9.ebuild: + added quotes local USE flag to enable online stock quote retrieval. Closes + bug #29083 by SpanKY *gnucash-1.8.9 (11 May 2004) diff --git a/app-office/gnucash/gnucash-1.8.9.ebuild b/app-office/gnucash/gnucash-1.8.9.ebuild index 04a6b6ae894f..4125d210879c 100644 --- a/app-office/gnucash/gnucash-1.8.9.ebuild +++ b/app-office/gnucash/gnucash-1.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.9.ebuild,v 1.1 2004/05/11 09:38:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.9.ebuild,v 1.2 2004/05/11 17:53:17 seemant Exp $ inherit flag-o-matic libtool @@ -10,14 +10,14 @@ filter-flags -fomit-frame-pointer filter-flags -fno-inline DOC_VER="1.8.4" -IUSE="nls postgres ofx hbci" +IUSE="nls postgres ofx hbci quotes" 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 ~sparc" +KEYWORDS="~x86 ~alpha ~ppc ~sparc" SLOT="0" LICENSE="GPL-2" @@ -39,8 +39,11 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 app-text/docbook-xsl-stylesheets =app-text/docbook-xml-dtd-4.1.2* =sys-libs/db-1* - hbci? ( >=net-libs/openhbci-0.9.13 ) ofx? ( >=dev-libs/libofx-0.6.4 ) + hbci? ( >=net-libs/openhbci-0.9.13 ) + quotes? ( dev-perl/DateManip + dev-perl/Finance-Quote + dev-perl/HTML-TableExtract ) postgres? ( dev-db/postgresql )" DEPEND="${RDEPEND} @@ -92,6 +95,13 @@ pkg_postinst() { echo ">>> Updating Scrollkeeper" scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper fi + + if [ -z "`use quotes`" ]; then + ewarn + einfo "If you wish to enable Online Stock Quotes Retrieval," + einfo "Please re-emerge gnucash with USE=\"quotes\"" + ewarn + fi } pkg_postrm() { -- cgit v1.2.3-65-gdbad