diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-01-23 01:48:09 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-01-23 01:48:09 +0000 |
commit | 7e6f205a98320722ca8d6965bb561608edce718d (patch) | |
tree | 0c802ec9eb45f595c08d4408b3bbce3178b161e8 /net-libs/aqhbci | |
parent | aqbanking-1.0.2_beta version bump (diff) | |
download | gentoo-2-7e6f205a98320722ca8d6965bb561608edce718d.tar.gz gentoo-2-7e6f205a98320722ca8d6965bb561608edce718d.tar.bz2 gentoo-2-7e6f205a98320722ca8d6965bb561608edce718d.zip |
Version bump.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-libs/aqhbci')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-0.9.19_beta.ebuild | 26 | ||||
-rw-r--r-- | net-libs/aqhbci/files/digest-aqhbci-0.9.19_beta | 1 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index fca6e7b19cce..5d2023ca758f 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.5 2005/01/13 12:09:22 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.6 2005/01/23 01:48:09 hanno Exp $ + +*aqhbci-0.9.19_beta (23 Jan 2005) + + 23 Jan 2005; Hanno Boeck <hanno@gentoo.org> +aqhbci-0.9.19_beta.ebuild: + Version bump. *aqhbci-0.9.16_beta (13 Jan 2005) diff --git a/net-libs/aqhbci/aqhbci-0.9.19_beta.ebuild b/net-libs/aqhbci/aqhbci-0.9.19_beta.ebuild new file mode 100644 index 000000000000..2f94919138a3 --- /dev/null +++ b/net-libs/aqhbci/aqhbci-0.9.19_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.19_beta.ebuild,v 1.1 2005/01/23 01:48:09 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 ~ppc" +IUSE="debug" +DEPEND=">=net-libs/aqbanking-1.0.2_beta" +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.19_beta b/net-libs/aqhbci/files/digest-aqhbci-0.9.19_beta new file mode 100644 index 000000000000..572cc21020f1 --- /dev/null +++ b/net-libs/aqhbci/files/digest-aqhbci-0.9.19_beta @@ -0,0 +1 @@ +MD5 1db248b21ec0066da5580a8c9b39f35d aqhbci-0.9.19beta.tar.gz 611504 |