summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2007-11-01 00:02:34 +0000
committerHanno Böck <hanno@gentoo.org>2007-11-01 00:02:34 +0000
commita2216d93ae6f7df69cb82671b17c9986a571cca6 (patch)
tree76b7bbfedda4cd2b8bb1e7e481646de86119de61 /app-misc/ktoblzcheck
parentbring gimp live ebuild up to date (diff)
downloadgentoo-2-a2216d93ae6f7df69cb82671b17c9986a571cca6.tar.gz
gentoo-2-a2216d93ae6f7df69cb82671b17c9986a571cca6.tar.bz2
gentoo-2-a2216d93ae6f7df69cb82671b17c9986a571cca6.zip
remove old ktoblzcheck ebuilds
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r--app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.123
-rw-r--r--app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.133
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.12.ebuild26
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.13.ebuild26
4 files changed, 0 insertions, 58 deletions
diff --git a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.12 b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.12
deleted file mode 100644
index 7daa75ca9bda..000000000000
--- a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.12
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1337e4b7831b71047433c84ace47ed22 ktoblzcheck-1.12.tar.gz 448027
-RMD160 162e93fd03fade0b91e9c12b2e65f30b86aa9dc3 ktoblzcheck-1.12.tar.gz 448027
-SHA256 3555419c594bcafda5fab52c7bfb77448e522f19a4ec1d6ac9cf8c9ae2767dd9 ktoblzcheck-1.12.tar.gz 448027
diff --git a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.13 b/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.13
deleted file mode 100644
index f9fca0218e51..000000000000
--- a/app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.13
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 897e1e7984c1324c619c5adce7d88c04 ktoblzcheck-1.13.tar.gz 465749
-RMD160 31dcdcf779eb55a51d1b8ec9215675a3654a9bdb ktoblzcheck-1.13.tar.gz 465749
-SHA256 4b5bc179768a71b30b2a0d98994be573c1d5df2f4c12a6b6d3deb0894ce5595b ktoblzcheck-1.13.tar.gz 465749
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.12.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.12.ebuild
deleted file mode 100644
index 91b56ed09048..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.12.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.12.ebuild,v 1.3 2007/09/20 14:32:59 armin76 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="~amd64 ~ppc ~sparc ~x86"
-IUSE="python"
-
-DEPEND="sys-apps/gawk
- sys-apps/grep
- sys-devel/libtool
- python? ( dev-python/ctypes )"
-
-src_compile() {
- econf `use_enable python` || die
- emake || die
-}
-
-src_install() {
- einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die
-}
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.13.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.13.ebuild
deleted file mode 100644
index 1df774f73dbc..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.13.ebuild,v 1.2 2007/09/20 14:32:59 armin76 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="~amd64 ~ppc ~sparc ~x86"
-IUSE="python"
-
-DEPEND="sys-apps/gawk
- sys-apps/grep
- sys-devel/libtool
- python? ( dev-python/ctypes )"
-
-src_compile() {
- econf `use_enable python` || die
- emake || die
-}
-
-src_install() {
- einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die
-}