diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-04-13 07:04:49 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-04-13 07:04:49 +0000 |
commit | 241c5c9261942a51bc14895fefdfa2e0908d086d (patch) | |
tree | 2a729ca535d3f6a84b7916ee8eb78d0ba39fe091 /net-libs | |
parent | aqbanking version bump (diff) | |
download | gentoo-2-241c5c9261942a51bc14895fefdfa2e0908d086d.tar.gz gentoo-2-241c5c9261942a51bc14895fefdfa2e0908d086d.tar.bz2 gentoo-2-241c5c9261942a51bc14895fefdfa2e0908d086d.zip |
aqhbci version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-1.0.6.ebuild | 26 | ||||
-rw-r--r-- | net-libs/aqhbci/files/digest-aqhbci-1.0.6 | 1 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index 64977ea6e795..d505d442c1af 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.11 2005/03/14 11:36:24 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.12 2005/04/13 07:04:49 hanno Exp $ + +*aqhbci-1.0.6 (13 Apr 2005) + + 13 Apr 2005; Hanno Boeck <hanno@gentoo.org> +aqhbci-1.0.6.ebuild: + Version bump. *aqhbci-1.0.3_beta (14 Mar 2005) diff --git a/net-libs/aqhbci/aqhbci-1.0.6.ebuild b/net-libs/aqhbci/aqhbci-1.0.6.ebuild new file mode 100644 index 000000000000..8f2cfd23ee3f --- /dev/null +++ b/net-libs/aqhbci/aqhbci-1.0.6.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-1.0.6.ebuild,v 1.1 2005/04/13 07:04:49 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 ~sparc ~alpha ~amd64" +IUSE="debug" +DEPEND=">=net-libs/aqbanking-1.0.8" +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-1.0.6 b/net-libs/aqhbci/files/digest-aqhbci-1.0.6 new file mode 100644 index 000000000000..f02bfe131e82 --- /dev/null +++ b/net-libs/aqhbci/files/digest-aqhbci-1.0.6 @@ -0,0 +1 @@ +MD5 b69a2a193f6fa7585c0a4186a65a558b aqhbci-1.0.6.tar.gz 616049 |