--- gnucash-1.8.9.ebuild 2004-12-18 13:38:40.929107112 +0100 +++ gnucash-1.8.10.ebuild 2004-12-18 13:41:02.559576008 +0100 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.10 2004/12/12 05:14:50 weeve Exp $ +# $Header: $ inherit flag-o-matic libtool eutils @@ -9,8 +9,8 @@ # gnucash uses GLIB_INLINE, this will break it filter-flags -fno-inline -DOC_VER="1.8.4" -IUSE="nls postgres ofx hbci quotes" +DOC_VER="1.8.5" +IUSE="nls postgres ofx hbci quotes chipcard" DESCRIPTION="A personal finance manager" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz @@ -33,15 +33,16 @@ >=gnome-extra/gtkhtml-0.14.0 =dev-libs/libxml-1.8.3 - >=dev-libs/g-wrap-1.3.3 + >=dev-libs/g-wrap-1.3.4 >=gnome-extra/guppi-0.35.5-r2 >=dev-libs/popt-1.5 >=app-text/scrollkeeper-0.3.1 app-text/docbook-xsl-stylesheets =app-text/docbook-xml-dtd-4.1.2* =sys-libs/db-1* - ofx? ( >=dev-libs/libofx-0.6.4 ) - hbci? ( >=net-libs/openhbci-0.9.13 ) + ofx? ( >=dev-libs/libofx-0.7.0 ) + hbci? ( >=net-libs/aqhbci ) + chipcard? ( sys-libs/libchipcard net-libs/aqhbci_ddvcard ) quotes? ( dev-perl/DateManip dev-perl/Finance-Quote dev-perl/HTML-TableExtract )