diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-01-23 02:01:16 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-01-23 02:01:16 +0000 |
commit | f5b7e67e69a6ad00058d6434b5bb68b14d340adc (patch) | |
tree | ffda093ccb2605f69602f1c85f57cf8e2568b44e /net-libs/aqhbci-qt-tools | |
parent | Version bump. (diff) | |
download | gentoo-2-f5b7e67e69a6ad00058d6434b5bb68b14d340adc.tar.gz gentoo-2-f5b7e67e69a6ad00058d6434b5bb68b14d340adc.tar.bz2 gentoo-2-f5b7e67e69a6ad00058d6434b5bb68b14d340adc.zip |
Added old version, because new one is missing keywords.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-libs/aqhbci-qt-tools')
-rw-r--r-- | net-libs/aqhbci-qt-tools/aqhbci-qt-tools-0.9.14_beta.ebuild | 27 | ||||
-rw-r--r-- | net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-0.9.14_beta | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-0.9.14_beta.ebuild b/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-0.9.14_beta.ebuild new file mode 100644 index 000000000000..27ecbc1438dc --- /dev/null +++ b/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-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-tools/aqhbci-qt-tools-0.9.14_beta.ebuild,v 1.1 2005/01/23 02:01:16 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/aqhbci-qt-wizard-${PV/_/}.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}/aqhbci-qt-wizard-${PV/_/} + +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-tools/files/digest-aqhbci-qt-tools-0.9.14_beta b/net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-0.9.14_beta new file mode 100644 index 000000000000..ce23d3affe5e --- /dev/null +++ b/net-libs/aqhbci-qt-tools/files/digest-aqhbci-qt-tools-0.9.14_beta @@ -0,0 +1 @@ +MD5 2b088e0bff33b21af78cf4bbbdd2b689 aqhbci-qt-wizard-0.9.14beta.tar.gz 496087 |