diff options
author | 2004-12-21 17:27:32 +0000 | |
---|---|---|
committer | 2004-12-21 17:27:32 +0000 | |
commit | 5e2f539a13dcb7482062244421166089d3ce9201 (patch) | |
tree | 4e54499ffb9af1ea8982db8ec216db4a3a767540 /net-libs | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-5e2f539a13dcb7482062244421166089d3ce9201.tar.gz gentoo-2-5e2f539a13dcb7482062244421166089d3ce9201.tar.bz2 gentoo-2-5e2f539a13dcb7482062244421166089d3ce9201.zip |
aqhbci-wizard-kde ebuild
Diffstat (limited to 'net-libs')
4 files changed, 45 insertions, 0 deletions
diff --git a/net-libs/aqhbci-wizard-kde/ChangeLog b/net-libs/aqhbci-wizard-kde/ChangeLog new file mode 100644 index 000000000000..3eb30574abbb --- /dev/null +++ b/net-libs/aqhbci-wizard-kde/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/aqhbci-wizard-kde +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-wizard-kde/ChangeLog,v 1.1 2004/12/21 17:27:32 hanno Exp $ + +*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-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild b/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild new file mode 100644 index 000000000000..4cc9405b08f2 --- /dev/null +++ b/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild,v 1.1 2004/12/21 17:27:32 hanno Exp $ + +inherit eutils kde-functions +need-qt 3 + +MY_P=${PN/aqhbci-/}-${PV/_/} +DESCRIPTION="KDE wizard for aqhbci" +HOMEPAGE="http://www.aqmaniacs.de/aqbanking/" +SRC_URI="mirror://sourceforge/aqhbci/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="debug" +DEPEND=">=net-libs/aqhbci-0.9.14_beta + >=x11-libs/qt-3.0" +S=${WORKDIR}/${MY_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-wizard-kde/files/digest-aqhbci-wizard-kde-0.9.13_beta b/net-libs/aqhbci-wizard-kde/files/digest-aqhbci-wizard-kde-0.9.13_beta new file mode 100644 index 000000000000..9b10c1001941 --- /dev/null +++ b/net-libs/aqhbci-wizard-kde/files/digest-aqhbci-wizard-kde-0.9.13_beta @@ -0,0 +1 @@ +MD5 f28bc4585ffe4cbf0ab616fd62d00dd2 wizard-kde-0.9.13beta.tar.gz 490188 diff --git a/net-libs/aqhbci-wizard-kde/metadata.xml b/net-libs/aqhbci-wizard-kde/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/net-libs/aqhbci-wizard-kde/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> |