diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-07-12 21:56:07 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-07-12 21:56:07 +0000 |
commit | 6577bc57fddadc7b7152f757086f49e9fd55f744 (patch) | |
tree | b5b4bce55a9e8a24edb94ff37f38ca8e1c309d29 /net-libs | |
parent | loving (diff) | |
download | gentoo-2-6577bc57fddadc7b7152f757086f49e9fd55f744.tar.gz gentoo-2-6577bc57fddadc7b7152f757086f49e9fd55f744.tar.bz2 gentoo-2-6577bc57fddadc7b7152f757086f49e9fd55f744.zip |
aqhbci-qt-tools version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/aqhbci-qt-tools/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild | 27 | ||||
-rw-r--r-- | net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-1.0.6_beta | 1 |
3 files changed, 35 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/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 |