diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-01-13 12:09:22 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-01-13 12:09:22 +0000 |
commit | da3b783eb4cb337c5621b29e51247d1948eaf47a (patch) | |
tree | a7b2efc380fa5784bbf2d30fda5c8bb298e11462 /net-libs/aqhbci | |
parent | see comment #14 of bug #24373 (diff) | |
download | gentoo-2-da3b783eb4cb337c5621b29e51247d1948eaf47a.tar.gz gentoo-2-da3b783eb4cb337c5621b29e51247d1948eaf47a.tar.bz2 gentoo-2-da3b783eb4cb337c5621b29e51247d1948eaf47a.zip |
aqhbci bump
Diffstat (limited to 'net-libs/aqhbci')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-0.9.16_beta.ebuild | 26 | ||||
-rw-r--r-- | net-libs/aqhbci/files/digest-aqhbci-0.9.16_beta | 1 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index 6d1be51292e7..fca6e7b19cce 100644 --- a/net-libs/aqhbci/ChangeLog +++ b/net-libs/aqhbci/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/aqhbci # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.4 2005/01/03 03:29:58 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.5 2005/01/13 12:09:22 hanno Exp $ + +*aqhbci-0.9.16_beta (13 Jan 2005) + + 13 Jan 2005; Hanno Boeck <hanno@gentoo.org> +aqhbci-0.9.16_beta.ebuild: + Version bump. 03 Jan 2005; Chris White <chriswhite@gentoo.org> aqhbci-0.9.14_beta.ebuild: diff --git a/net-libs/aqhbci/aqhbci-0.9.16_beta.ebuild b/net-libs/aqhbci/aqhbci-0.9.16_beta.ebuild new file mode 100644 index 000000000000..e47a0e06dae8 --- /dev/null +++ b/net-libs/aqhbci/aqhbci-0.9.16_beta.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-0.9.16_beta.ebuild,v 1.1 2005/01/13 12:09:22 hanno Exp $ + +DESCRIPTION="HBCI backend for AqBanking" +HOMEPAGE="http://www.aquamaniac.de/aqbanking/" +SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~alpha ~ppc" +IUSE="debug" +DEPEND=">=net-libs/aqbanking-0.9.9" +S=${WORKDIR}/${P/_/} + +# Fails with parallel make +MAKEOPTS="-j1" + +src_compile() { + econf `use_enable debug` || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS README TODO README COPYING NEWS +} diff --git a/net-libs/aqhbci/files/digest-aqhbci-0.9.16_beta b/net-libs/aqhbci/files/digest-aqhbci-0.9.16_beta new file mode 100644 index 000000000000..a39035a94cbf --- /dev/null +++ b/net-libs/aqhbci/files/digest-aqhbci-0.9.16_beta @@ -0,0 +1 @@ +MD5 84c9997c018a06b1da8fa4d758a90f20 aqhbci-0.9.16beta.tar.gz 605654 |