From a1ee58a313b434ed55c63a7d490562be108418c8 Mon Sep 17 00:00:00 2001 From: Hanno Boeck Date: Thu, 23 Dec 2004 02:56:18 +0000 Subject: initial aqhbci-ddvcard ebuild --- net-libs/aqhbci-ddvcard/ChangeLog | 10 +++++++++ net-libs/aqhbci-ddvcard/Manifest | 4 ++++ .../aqhbci-ddvcard-0.9.4_beta.ebuild | 24 ++++++++++++++++++++++ .../files/digest-aqhbci-ddvcard-0.9.4_beta | 1 + net-libs/aqhbci-ddvcard/metadata.xml | 6 ++++++ 5 files changed, 45 insertions(+) create mode 100644 net-libs/aqhbci-ddvcard/ChangeLog create mode 100644 net-libs/aqhbci-ddvcard/Manifest create mode 100644 net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild create mode 100644 net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta create mode 100644 net-libs/aqhbci-ddvcard/metadata.xml (limited to 'net-libs') diff --git a/net-libs/aqhbci-ddvcard/ChangeLog b/net-libs/aqhbci-ddvcard/ChangeLog new file mode 100644 index 000000000000..7361d843906f --- /dev/null +++ b/net-libs/aqhbci-ddvcard/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/aqhbci-ddvcard +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-ddvcard/ChangeLog,v 1.1 2004/12/23 02:56:18 hanno Exp $ + +*aqhbci-ddvcard-0.9.4_beta (23 Dec 2004) + + 23 Dec 2004; Hanno Boeck + +aqhbci-ddvcard-0.9.4_beta.ebuild: + Initial commit (from bug #44720). + diff --git a/net-libs/aqhbci-ddvcard/Manifest b/net-libs/aqhbci-ddvcard/Manifest new file mode 100644 index 000000000000..0d55a86b4bf7 --- /dev/null +++ b/net-libs/aqhbci-ddvcard/Manifest @@ -0,0 +1,4 @@ +MD5 052121694ca1e7bc5fcfa20669db772d aqhbci-ddvcard-0.9.4_beta.ebuild 671 +MD5 3469db56087f7d16e9ac3c295463c80f ChangeLog 380 +MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217 +MD5 63af4c68607028121457eda080c9a69f files/digest-aqhbci-ddvcard-0.9.4_beta 76 diff --git a/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild b/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild new file mode 100644 index 000000000000..47f90554277c --- /dev/null +++ b/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild,v 1.1 2004/12/23 02:56:18 hanno Exp $ + +DESCRIPTION="DDV-Card plugin for aqhbci" +HOMEPAGE="http://www.aquamaniac.de/aqbanking/" +SRC_URI="mirror://sourceforge/aqhbci/${PN/-/_}-${PV/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="debug" +DEPEND="net-libs/aqhbci + sys-libs/chipcard-client" +S=${WORKDIR}/${PN/-/_}-${PV/_/} + +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-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta b/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta new file mode 100644 index 000000000000..5bd9d937dd52 --- /dev/null +++ b/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta @@ -0,0 +1 @@ +MD5 bb22a74fb752282270fae58e429b5d94 aqhbci_ddvcard-0.9.4beta.tar.gz 321724 diff --git a/net-libs/aqhbci-ddvcard/metadata.xml b/net-libs/aqhbci-ddvcard/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/net-libs/aqhbci-ddvcard/metadata.xml @@ -0,0 +1,6 @@ + + + +no-herd +hanno@gentoo.org + -- cgit v1.2.3-65-gdbad