summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-11-28 23:53:29 +0000
committerHanno Böck <hanno@gentoo.org>2005-11-28 23:53:29 +0000
commit4398ccc4a0cf6213438a244dd66eb6bd9c431d89 (patch)
tree623c3e887f13175f2792d92aac181928234c5981 /app-misc/ktoblzcheck
parentqbankmanager bump and gcc41 fix (diff)
downloadgentoo-2-4398ccc4a0cf6213438a244dd66eb6bd9c431d89.tar.gz
gentoo-2-4398ccc4a0cf6213438a244dd66eb6bd9c431d89.tar.bz2
gentoo-2-4398ccc4a0cf6213438a244dd66eb6bd9c431d89.zip
remove old ktoblzcheck ebuilds
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r--app-misc/ktoblzcheck/files/digest-ktoblzcheck-0.7-r11
-rw-r--r--app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.21
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-0.7-r1.ebuild28
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild23
4 files changed, 0 insertions, 53 deletions
diff --git a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-0.7-r1 b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-0.7-r1
deleted file mode 100644
index 97b5c578ff84..000000000000
--- a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-0.7-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f282d953c3e480ddf60441f248df07fd ktoblzcheck-0.7.tar.gz 389026
diff --git a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.2 b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.2
deleted file mode 100644
index 5d6e698eea0f..000000000000
--- a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9c67a4ec329e9b51c5c54c8a8eacbf9b ktoblzcheck-1.2.tar.gz 399205
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-0.7-r1.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-0.7-r1.ebuild
deleted file mode 100644
index b5621a72372c..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-0.7-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-0.7-r1.ebuild,v 1.6 2005/01/01 15:09:54 eradicator Exp $
-
-DESCRIPTION="Library to check account numbers and bank codes of German banks"
-HOMEPAGE="http://ktoblzcheck.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ktoblzcheck/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- sys-apps/gawk
- sys-apps/grep
- sys-devel/libtool
- sys-devel/gcc"
-
-src_install() {
- einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die
-}
-
-src_test() {
- cd src/bin
- ./check_ktoblzcheck || die "self check of accounts failed"
-}
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild
deleted file mode 100644
index c95b2d9786a5..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild,v 1.10 2005/11/11 14:29:13 gustavoz Exp $
-
-DESCRIPTION="Library to check account numbers and bank codes of German banks"
-HOMEPAGE="http://ktoblzcheck.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ktoblzcheck/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- sys-apps/gawk
- sys-apps/grep
- sys-devel/libtool
- sys-devel/gcc"
-
-src_install() {
- einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die
-}