summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-02-02 16:45:30 +0000
committerHanno Böck <hanno@gentoo.org>2005-02-02 16:45:30 +0000
commite1399c67bb073b5108ee2cac082191a77f2a9ba6 (patch)
tree0fbebefe13040e9bd4dfe5461292ef0a3b87c063 /net-libs/openhbci
parentadded ~amd64 to KEYWORDS. fixes #80447 (diff)
downloadgentoo-2-e1399c67bb073b5108ee2cac082191a77f2a9ba6.tar.gz
gentoo-2-e1399c67bb073b5108ee2cac082191a77f2a9ba6.tar.bz2
gentoo-2-e1399c67bb073b5108ee2cac082191a77f2a9ba6.zip
mark openhbci-0.9.17 stable and remove outdated versions.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-libs/openhbci')
-rw-r--r--net-libs/openhbci/ChangeLog5
-rw-r--r--net-libs/openhbci/files/digest-openhbci-0.9.131
-rw-r--r--net-libs/openhbci/files/digest-openhbci-0.9.141
-rw-r--r--net-libs/openhbci/openhbci-0.9.13.ebuild25
-rw-r--r--net-libs/openhbci/openhbci-0.9.14.ebuild25
-rw-r--r--net-libs/openhbci/openhbci-0.9.17.ebuild4
6 files changed, 6 insertions, 55 deletions
diff --git a/net-libs/openhbci/ChangeLog b/net-libs/openhbci/ChangeLog
index 1bf5c3ab5592..7e329f2128c2 100644
--- a/net-libs/openhbci/ChangeLog
+++ b/net-libs/openhbci/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/openhbci
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci/ChangeLog,v 1.21 2005/01/10 19:25:46 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci/ChangeLog,v 1.22 2005/02/02 16:45:30 hanno Exp $
+
+ 02 Feb 2005; Hanno Boeck <hanno@gentoo.org> openhbci-0.9.17.ebuild:
+ Mark stable on x86.
*openhbci-0.9.17 (10 Jan 2005)
diff --git a/net-libs/openhbci/files/digest-openhbci-0.9.13 b/net-libs/openhbci/files/digest-openhbci-0.9.13
deleted file mode 100644
index 0cbaf9f515f0..000000000000
--- a/net-libs/openhbci/files/digest-openhbci-0.9.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 725605239b260ba04c808a9a280d6e85 openhbci-0.9.13.tar.gz 638799
diff --git a/net-libs/openhbci/files/digest-openhbci-0.9.14 b/net-libs/openhbci/files/digest-openhbci-0.9.14
deleted file mode 100644
index f9f8b93be8da..000000000000
--- a/net-libs/openhbci/files/digest-openhbci-0.9.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ae97513913683dbb921c0391760a59b1 openhbci-0.9.14.tar.gz 736210
diff --git a/net-libs/openhbci/openhbci-0.9.13.ebuild b/net-libs/openhbci/openhbci-0.9.13.ebuild
deleted file mode 100644
index 1eecf19092f4..000000000000
--- a/net-libs/openhbci/openhbci-0.9.13.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/openhbci/openhbci-0.9.13.ebuild,v 1.6 2005/01/10 19:25:46 hanno Exp $
-
-DESCRIPTION="Implementation of the HBCI protocol used by some banks"
-HOMEPAGE="http://openhbci.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openhbci/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 alpha ppc"
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.9.6
- >=sys-libs/libchipcard-0.8"
-
-src_compile() {
- econf --with-chipcard=/usr || die "configure failed"
- emake || die "parallel make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS README TODO
-}
diff --git a/net-libs/openhbci/openhbci-0.9.14.ebuild b/net-libs/openhbci/openhbci-0.9.14.ebuild
deleted file mode 100644
index ec0a67e5e5e6..000000000000
--- a/net-libs/openhbci/openhbci-0.9.14.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/openhbci/openhbci-0.9.14.ebuild,v 1.8 2005/01/10 19:25:46 hanno Exp $
-
-DESCRIPTION="Implementation of the HBCI protocol used by some banks"
-HOMEPAGE="http://openhbci.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openhbci/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 alpha ppc ~sparc"
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.9.6
- >=sys-libs/libchipcard-0.8"
-
-src_compile() {
- econf --with-chipcard=/usr || die "configure failed"
- emake || die "parallel make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS README TODO
-}
diff --git a/net-libs/openhbci/openhbci-0.9.17.ebuild b/net-libs/openhbci/openhbci-0.9.17.ebuild
index 3b4290dbe590..11bab74eacaa 100644
--- a/net-libs/openhbci/openhbci-0.9.17.ebuild
+++ b/net-libs/openhbci/openhbci-0.9.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci/openhbci-0.9.17.ebuild,v 1.1 2005/01/10 19:25:46 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci/openhbci-0.9.17.ebuild,v 1.2 2005/02/02 16:45:30 hanno Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/openhbci/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64"
+KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64"
IUSE=""
DEPEND=">=dev-libs/openssl-0.9.6"