diff options
author | Hanno Boeck <hanno@gentoo.org> | 2004-12-21 17:27:32 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2004-12-21 17:27:32 +0000 |
commit | 98af8c3207eb23da0f306a78ab455e4a186a19b6 (patch) | |
tree | d99149c613ec60dcae32b98bd7e99f85c594b13d /net-libs | |
parent | Stable on alpha. (diff) | |
download | historical-98af8c3207eb23da0f306a78ab455e4a186a19b6.tar.gz historical-98af8c3207eb23da0f306a78ab455e4a186a19b6.tar.bz2 historical-98af8c3207eb23da0f306a78ab455e4a186a19b6.zip |
aqhbci-wizard-kde ebuild
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/aqhbci-wizard-kde/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/aqhbci-wizard-kde/Manifest | 4 | ||||
-rw-r--r-- | net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild | 28 | ||||
-rw-r--r-- | net-libs/aqhbci-wizard-kde/files/digest-aqhbci-wizard-kde-0.9.13_beta | 1 | ||||
-rw-r--r-- | net-libs/aqhbci-wizard-kde/metadata.xml | 6 |
5 files changed, 49 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/Manifest b/net-libs/aqhbci-wizard-kde/Manifest new file mode 100644 index 000000000000..861b8bb57655 --- /dev/null +++ b/net-libs/aqhbci-wizard-kde/Manifest @@ -0,0 +1,4 @@ +MD5 c34ab12ccb1955c773635e16eab1f761 aqhbci-wizard-kde-0.9.13_beta.ebuild 748 +MD5 9c42be30424fb5638759ce7e55e3efb9 ChangeLog 376 +MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217 +MD5 6d67c913213803fc8950f9ac7fa23cd2 files/digest-aqhbci-wizard-kde-0.9.13_beta 73 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> |