summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2005-01-13 12:14:45 +0000
committerHanno Boeck <hanno@gentoo.org>2005-01-13 12:14:45 +0000
commit6bad166cf01a4d552bc784a9310063697e05d567 (patch)
tree7e682b3bbf7e5b5971b2a951d4b7d1bdd620da24 /net-libs
parentaqhbci bump (diff)
downloadhistorical-6bad166cf01a4d552bc784a9310063697e05d567.tar.gz
historical-6bad166cf01a4d552bc784a9310063697e05d567.tar.bz2
historical-6bad166cf01a4d552bc784a9310063697e05d567.zip
aqhbci-qt-wizard (formerly aqhbci-wizard-kde) bumped
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/aqhbci-qt-wizard/ChangeLog28
-rw-r--r--net-libs/aqhbci-qt-wizard/Manifest4
-rw-r--r--net-libs/aqhbci-qt-wizard/aqhbci-qt-wizard-0.9.14_beta.ebuild27
-rw-r--r--net-libs/aqhbci-qt-wizard/files/digest-aqhbci-qt-wizard-0.9.14_beta1
-rw-r--r--net-libs/aqhbci-qt-wizard/metadata.xml6
5 files changed, 66 insertions, 0 deletions
diff --git a/net-libs/aqhbci-qt-wizard/ChangeLog b/net-libs/aqhbci-qt-wizard/ChangeLog
new file mode 100644
index 000000000000..3492eaccc822
--- /dev/null
+++ b/net-libs/aqhbci-qt-wizard/ChangeLog
@@ -0,0 +1,28 @@
+# ChangeLog for net-libs/aqhbci-qt-wizard
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-wizard/ChangeLog,v 1.1 2005/01/13 12:14:45 hanno Exp $
+
+*aqhbci-qt-wizard-0.9.14_beta (13 Jan 2005)
+
+ 13 Jan 2005; Hanno Boeck <hanno@gentoo.org> +metadata.xml,
+ +aqhbci-qt-wizard-0.9.14_beta.ebuild:
+ Version bump and name change.
+
+ 02 Jan 2005; Bryan Østergaard <kloeri@gentoo.org>
+ aqhbci-wizard-kde-0.9.13_beta.ebuild:
+ ~alpha keyword, bug 73702.
+
+ 03 Jan 2005; Chris White <chriswhite@gentoo.org>
+ aqhbci-wizard-kde-0.9.13_beta.ebuild:
+ ~ppc towards bug #73702.
+
+ 30 Dec 2004; Jason Wever <weeve@gentoo.org>
+ aqhbci-wizard-kde-0.9.13_beta.ebuild:
+ Added ~sparc keyword wrt bug #73702.
+
+*aqhbci-wizard-kde-0.9.13_beta (21 Dec 2004)
+
+ 21 Dec 2004; Hanno Boeck <hanno@gentoo.org>
+ +aqhbci-wizard-kde-0.9.13_beta.ebuild:
+ Initial commit.
+
diff --git a/net-libs/aqhbci-qt-wizard/Manifest b/net-libs/aqhbci-qt-wizard/Manifest
new file mode 100644
index 000000000000..785c8e767c18
--- /dev/null
+++ b/net-libs/aqhbci-qt-wizard/Manifest
@@ -0,0 +1,4 @@
+MD5 e7ef22c713a832dbaf57609b1d41939b ChangeLog 921
+MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217
+MD5 fe966fcba45c50942b2dcfa7d74c9e99 aqhbci-qt-wizard-0.9.14_beta.ebuild 738
+MD5 14735392a819dd3f6feee2b2bebf2568 files/digest-aqhbci-qt-wizard-0.9.14_beta 79
diff --git a/net-libs/aqhbci-qt-wizard/aqhbci-qt-wizard-0.9.14_beta.ebuild b/net-libs/aqhbci-qt-wizard/aqhbci-qt-wizard-0.9.14_beta.ebuild
new file mode 100644
index 000000000000..525690956e6c
--- /dev/null
+++ b/net-libs/aqhbci-qt-wizard/aqhbci-qt-wizard-0.9.14_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-wizard/aqhbci-qt-wizard-0.9.14_beta.ebuild,v 1.1 2005/01/13 12:14:45 hanno Exp $
+
+inherit eutils kde-functions
+need-qt 3
+
+DESCRIPTION="KDE wizard for aqhbci"
+HOMEPAGE="http://www.aquamaniacs.de/aqbanking/"
+SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha"
+IUSE="debug"
+DEPEND=">=net-libs/aqhbci-0.9.16_beta
+ >=x11-libs/qt-3.0"
+S=${WORKDIR}/${P/_/}
+
+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-qt-wizard/files/digest-aqhbci-qt-wizard-0.9.14_beta b/net-libs/aqhbci-qt-wizard/files/digest-aqhbci-qt-wizard-0.9.14_beta
new file mode 100644
index 000000000000..ce23d3affe5e
--- /dev/null
+++ b/net-libs/aqhbci-qt-wizard/files/digest-aqhbci-qt-wizard-0.9.14_beta
@@ -0,0 +1 @@
+MD5 2b088e0bff33b21af78cf4bbbdd2b689 aqhbci-qt-wizard-0.9.14beta.tar.gz 496087
diff --git a/net-libs/aqhbci-qt-wizard/metadata.xml b/net-libs/aqhbci-qt-wizard/metadata.xml
new file mode 100644
index 000000000000..efa54454de71
--- /dev/null
+++ b/net-libs/aqhbci-qt-wizard/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>hanno@gentoo.org</email></maintainer>
+</pkgmetadata>