diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-09-28 10:11:32 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-09-28 10:11:32 +0000 |
commit | 3c810b87d16077731cb3ccbacdb4b4a63b43a24d (patch) | |
tree | bade448885638fa5f1882acc51f6bf2226933e7a /net-libs | |
parent | Remove version with font issues. (diff) | |
download | gentoo-2-3c810b87d16077731cb3ccbacdb4b4a63b43a24d.tar.gz gentoo-2-3c810b87d16077731cb3ccbacdb4b4a63b43a24d.tar.bz2 gentoo-2-3c810b87d16077731cb3ccbacdb4b4a63b43a24d.zip |
removing aqhbci-ddvcard (replaced by aqbanking/libchipcard)
Diffstat (limited to 'net-libs')
9 files changed, 0 insertions, 132 deletions
diff --git a/net-libs/aqhbci-ddvcard/ChangeLog b/net-libs/aqhbci-ddvcard/ChangeLog deleted file mode 100644 index cea2ea75721c..000000000000 --- a/net-libs/aqhbci-ddvcard/ChangeLog +++ /dev/null @@ -1,42 +0,0 @@ -# ChangeLog for net-libs/aqhbci-ddvcard -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-ddvcard/ChangeLog,v 1.8 2005/08/26 18:54:59 agriffis Exp $ - - 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> - aqhbci-ddvcard-1.0.1_beta.ebuild: - add ~ia64 - - 14 Feb 2005; Simon Stelling <blubb@gentoo.org> - aqhbci-ddvcard-1.0.1_beta.ebuild: - added ~amd64 - -*aqhbci-ddvcard-1.0.1_beta (02 Feb 2005) - - 02 Feb 2005; Hanno Boeck <hanno@gentoo.org> - +aqhbci-ddvcard-1.0.1_beta.ebuild: - Version bump. - -*aqhbci-ddvcard-0.9.5_beta (13 Jan 2005) - - 13 Jan 2005; Hanno Boeck <hanno@gentoo.org> - +aqhbci-ddvcard-0.9.5_beta.ebuild: - Version bump. - - 03 Jan 2005; Chris White <chriswhite@gentoo.org> - aqhbci-ddvcard-0.9.4_beta.ebuild: - ~ppc towards bug #73702. - - 27 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> - aqhbci-ddvcard-0.9.4_beta.ebuild: - ~alpha keyword. - - 26 Dec 2004; Jason Wever <weeve@gentoo.org> - aqhbci-ddvcard-0.9.4_beta.ebuild: - Added ~sparc keyword wrt bug #73702. - -*aqhbci-ddvcard-0.9.4_beta (23 Dec 2004) - - 23 Dec 2004; Hanno Boeck <hanno@gentoo.org> - +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 deleted file mode 100644 index a20d26afc759..000000000000 --- a/net-libs/aqhbci-ddvcard/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -MD5 a3f91f4cda77cccfc264e074bcc3c778 aqhbci-ddvcard-0.9.4_beta.ebuild 699 -MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217 -MD5 094396d616bd43592d19f2a0344887a9 aqhbci-ddvcard-1.0.1_beta.ebuild 721 -MD5 22a9fab0137694fac4c069abc349802c ChangeLog 1212 -MD5 d1edd46178066cdc0946b9889a6d9376 aqhbci-ddvcard-0.9.5_beta.ebuild 690 -MD5 63af4c68607028121457eda080c9a69f files/digest-aqhbci-ddvcard-0.9.4_beta 76 -MD5 76758f158bd81430ba28908e098bee21 files/digest-aqhbci-ddvcard-1.0.1_beta 76 -MD5 2118cad5b6902e0143c1036d85dae761 files/digest-aqhbci-ddvcard-0.9.5_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 deleted file mode 100644 index 88925bffd408..000000000000 --- a/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 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.5 2005/02/01 23:50:28 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 ~sparc ~alpha ~ppc" -IUSE="debug" -DEPEND="net-libs/aqhbci - >=sys-libs/libchipcard-1.9.9_beta" -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/aqhbci-ddvcard-0.9.5_beta.ebuild b/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.5_beta.ebuild deleted file mode 100644 index 168c4020076b..000000000000 --- a/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.5_beta.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 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.5_beta.ebuild,v 1.2 2005/02/01 23:50:28 hanno Exp $ - -DESCRIPTION="DDV-Card plugin for aqhbci" -HOMEPAGE="http://www.aquamaniac.de/aqbanking/" -SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" -IUSE="debug" -DEPEND=">=net-libs/aqhbci-0.9.6_beta - >=sys-libs/libchipcard-0.9.9_beta" -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-ddvcard/aqhbci-ddvcard-1.0.1_beta.ebuild b/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-1.0.1_beta.ebuild deleted file mode 100644 index 9c69efab70c6..000000000000 --- a/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-1.0.1_beta.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-1.0.1_beta.ebuild,v 1.3 2005/08/26 18:54:59 agriffis Exp $ - -DESCRIPTION="DDV-Card plugin for aqhbci" -HOMEPAGE="http://www.aquamaniac.de/aqbanking/" -SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="debug" -DEPEND=">=net-libs/aqhbci-0.9.6_beta - >=sys-libs/libchipcard-0.9.9_beta" -S=${WORKDIR}/${P/_/} -MAKEOPTS="-j1" - -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 deleted file mode 100644 index 5bd9d937dd52..000000000000 --- a/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta +++ /dev/null @@ -1 +0,0 @@ -MD5 bb22a74fb752282270fae58e429b5d94 aqhbci_ddvcard-0.9.4beta.tar.gz 321724 diff --git a/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.5_beta b/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.5_beta deleted file mode 100644 index b9abd4a8c6b4..000000000000 --- a/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.5_beta +++ /dev/null @@ -1 +0,0 @@ -MD5 e705acb2cfad5db5c4051684bae1a503 aqhbci-ddvcard-0.9.5beta.tar.gz 323688 diff --git a/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-1.0.1_beta b/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-1.0.1_beta deleted file mode 100644 index 712c4b493ee0..000000000000 --- a/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-1.0.1_beta +++ /dev/null @@ -1 +0,0 @@ -MD5 e033d4adda2e6972e20c0f79def3f83b aqhbci-ddvcard-1.0.1beta.tar.gz 329698 diff --git a/net-libs/aqhbci-ddvcard/metadata.xml b/net-libs/aqhbci-ddvcard/metadata.xml deleted file mode 100644 index efa54454de71..000000000000 --- a/net-libs/aqhbci-ddvcard/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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> |