diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-03-14 11:36:24 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-03-14 11:36:24 +0000 |
commit | 7b26c1279cc5814e485d5434c9e5b74c267df760 (patch) | |
tree | d1d39115f10f082cc407fe5029cb67aa333f8054 /net-libs | |
parent | Bad mirror line - thanks ferringb (diff) | |
download | gentoo-2-7b26c1279cc5814e485d5434c9e5b74c267df760.tar.gz gentoo-2-7b26c1279cc5814e485d5434c9e5b74c267df760.tar.bz2 gentoo-2-7b26c1279cc5814e485d5434c9e5b74c267df760.zip |
aqhbci 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.3_beta.ebuild | 26 | ||||
-rw-r--r-- | net-libs/aqhbci/files/digest-aqhbci-1.0.3_beta | 1 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index b6334e3b247c..64977ea6e795 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.10 2005/02/14 17:17:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.11 2005/03/14 11:36:24 hanno Exp $ + +*aqhbci-1.0.3_beta (14 Mar 2005) + + 14 Mar 2005; Hanno Boeck <hanno@gentoo.org> +aqhbci-1.0.3_beta.ebuild: + Version bump. 14 Feb 2005; Simon Stelling <blubb@gentoo.org> aqhbci-1.0.2_beta.ebuild: added ~amd64 diff --git a/net-libs/aqhbci/aqhbci-1.0.3_beta.ebuild b/net-libs/aqhbci/aqhbci-1.0.3_beta.ebuild new file mode 100644 index 000000000000..fb68a62f3824 --- /dev/null +++ b/net-libs/aqhbci/aqhbci-1.0.3_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-1.0.3_beta.ebuild,v 1.1 2005/03/14 11:36:24 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.6" +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.3_beta b/net-libs/aqhbci/files/digest-aqhbci-1.0.3_beta new file mode 100644 index 000000000000..157c2b9be570 --- /dev/null +++ b/net-libs/aqhbci/files/digest-aqhbci-1.0.3_beta @@ -0,0 +1 @@ +MD5 75868d09827b86a06ead69affb5fea4c aqhbci-1.0.3beta.tar.gz 606432 |