summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-01-31 11:42:14 +0000
committerHanno Böck <hanno@gentoo.org>2005-01-31 11:42:14 +0000
commit8524edf159811731700e9b486fcf598e6d3434b5 (patch)
tree33e3ccee53a7041d2ca7b324bc8811107af6192e /net-libs
parentupdated ebuild with dlz support, currently hard masked, testing badly needed (diff)
downloadgentoo-2-8524edf159811731700e9b486fcf598e6d3434b5.tar.gz
gentoo-2-8524edf159811731700e9b486fcf598e6d3434b5.tar.bz2
gentoo-2-8524edf159811731700e9b486fcf598e6d3434b5.zip
aqhbci version bump
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/aqhbci/ChangeLog7
-rw-r--r--net-libs/aqhbci/aqhbci-1.0.2_beta.ebuild26
-rw-r--r--net-libs/aqhbci/files/digest-aqhbci-1.0.2_beta1
3 files changed, 33 insertions, 1 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog
index 68793b2b3c41..2c9dd7f60718 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.7 2005/01/30 21:47:36 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.8 2005/01/31 11:42:14 hanno Exp $
+
+*aqhbci-1.0.2_beta (31 Jan 2005)
+
+ 31 Jan 2005; Hanno Boeck <hanno@gentoo.org> +aqhbci-1.0.2_beta.ebuild:
+ Version bump.
30 Jan 2005; Jason Wever <weeve@gentoo.org> aqhbci-0.9.19_beta.ebuild:
Added ~sparc keyword wrt bug #73702.
diff --git a/net-libs/aqhbci/aqhbci-1.0.2_beta.ebuild b/net-libs/aqhbci/aqhbci-1.0.2_beta.ebuild
new file mode 100644
index 000000000000..fa4f97853baa
--- /dev/null
+++ b/net-libs/aqhbci/aqhbci-1.0.2_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.2_beta.ebuild,v 1.1 2005/01/31 11:42:14 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"
+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-1.0.2_beta b/net-libs/aqhbci/files/digest-aqhbci-1.0.2_beta
new file mode 100644
index 000000000000..fe5dced726b5
--- /dev/null
+++ b/net-libs/aqhbci/files/digest-aqhbci-1.0.2_beta
@@ -0,0 +1 @@
+MD5 a0deacab2e9038518856a39d683aaa96 aqhbci-1.0.2beta.tar.gz 608241