summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2005-07-12 21:56:07 +0000
committerHanno Boeck <hanno@gentoo.org>2005-07-12 21:56:07 +0000
commit3ee7d18f68901ac89f22e58d5bbd670b254a092f (patch)
tree61756fb0838731eb93711d4b1802fa555aebe970 /net-libs
parentloving (diff)
downloadhistorical-3ee7d18f68901ac89f22e58d5bbd670b254a092f.tar.gz
historical-3ee7d18f68901ac89f22e58d5bbd670b254a092f.tar.bz2
historical-3ee7d18f68901ac89f22e58d5bbd670b254a092f.zip
aqhbci-qt-tools version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/aqhbci-qt-tools/ChangeLog8
-rw-r--r--net-libs/aqhbci-qt-tools/Manifest10
-rw-r--r--net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild27
-rw-r--r--net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-1.0.6_beta1
4 files changed, 45 insertions, 1 deletions
diff --git a/net-libs/aqhbci-qt-tools/ChangeLog b/net-libs/aqhbci-qt-tools/ChangeLog
index 87eddb7ee274..c8aaf223812d 100644
--- a/net-libs/aqhbci-qt-tools/ChangeLog
+++ b/net-libs/aqhbci-qt-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/aqhbci-qt-tools
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-tools/ChangeLog,v 1.6 2005/07/07 04:55:46 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-tools/ChangeLog,v 1.7 2005/07/12 21:56:07 hanno Exp $
+
+*aqhbci-qt-tools-1.0.6_beta (12 Jul 2005)
+
+ 12 Jul 2005; Hanno Boeck <hanno@gentoo.org>
+ +aqhbci-qt-tools-1.0.6_beta.ebuild:
+ Version bump.
07 Jul 2005; Caleb Tennis <caleb@gentoo.org>
aqhbci-qt-tools-0.9.14_beta.ebuild, aqhbci-qt-tools-0.9.17_beta.ebuild,
diff --git a/net-libs/aqhbci-qt-tools/Manifest b/net-libs/aqhbci-qt-tools/Manifest
index 202997dd72c0..f525b1790782 100644
--- a/net-libs/aqhbci-qt-tools/Manifest
+++ b/net-libs/aqhbci-qt-tools/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 297061ed07916c1c9246448b4127d3e5 ChangeLog 2040
MD5 5cea9eb51313cd2025f6d9788058a887 aqhbci-qt-tools-0.9.14_beta.ebuild 769
MD5 ebbe3559ebe2966780b39c7231913038 aqhbci-qt-tools-0.9.17_beta.ebuild 726
@@ -12,3 +15,10 @@ MD5 c74f8a7c0acd0e10dbcf41e8c48dc9ce files/digest-aqhbci-qt-tools-1.0.1_beta 77
MD5 5071f652618d4a591537c79db5de43c6 files/digest-aqhbci-qt-tools-1.0.2_beta 77
MD5 31c4b7d10b76d0d8ed702665fb3e33a2 files/digest-aqhbci-qt-tools-1.0.4_beta 77
MD5 2baeaf25c98f300e5af53dfa6105bbc5 files/digest-aqhbci-qt-tools-1.0.6_beta 77
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC1Dydr2QksT29OyARAvR7AKCcHNJy83HqE7Wf063jT0fLNgqj3ACfW9tm
+utn2Cu5G13VaZYnu+620I+U=
+=TUcd
+-----END PGP SIGNATURE-----
diff --git a/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild b/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild
new file mode 100644
index 000000000000..d8558ae8f807
--- /dev/null
+++ b/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild,v 1.1 2005/07/12 21:56:07 hanno Exp $
+
+inherit eutils kde-functions
+need-qt 3
+
+DESCRIPTION="KDE wizard for aqhbci"
+HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
+SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE="debug"
+DEPEND=">=net-libs/aqhbci-1.1.0
+ >=x11-libs/qt-3.0.0"
+S=${WORKDIR}/${P/_/}
+
+src_compile() {
+ econf `use_enable debug` || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog
+}
diff --git a/net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-1.0.6_beta b/net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-1.0.6_beta
new file mode 100644
index 000000000000..4c5637a699da
--- /dev/null
+++ b/net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-1.0.6_beta
@@ -0,0 +1 @@
+MD5 93449711843313ec4a121c6d0ba5f484 aqhbci-qt-tools-1.0.6beta.tar.gz 537837