summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-30 18:26:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-30 18:26:53 +0000
commitb2e393cc9b73acac78af2ccaf3f3565accb0dc63 (patch)
treeb3cd820d7205706d1e628e50b23ddfb1e98c2b40 /app-misc/ktoblzcheck
parentsparc stable wrt #299535 (diff)
downloadhistorical-b2e393cc9b73acac78af2ccaf3f3565accb0dc63.tar.gz
historical-b2e393cc9b73acac78af2ccaf3f3565accb0dc63.tar.bz2
historical-b2e393cc9b73acac78af2ccaf3f3565accb0dc63.zip
old
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r--app-misc/ktoblzcheck/Manifest4
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.17.ebuild27
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.21.ebuild27
3 files changed, 0 insertions, 58 deletions
diff --git a/app-misc/ktoblzcheck/Manifest b/app-misc/ktoblzcheck/Manifest
index fa280f143d88..2cfa35f997b3 100644
--- a/app-misc/ktoblzcheck/Manifest
+++ b/app-misc/ktoblzcheck/Manifest
@@ -1,8 +1,4 @@
-DIST ktoblzcheck-1.17.tar.gz 625577 RMD160 4c74ce3282270c8dd154e7ff7de73242aeecc475 SHA1 32024459b91449bc02294b09a3a65823da21da92 SHA256 d1685b736a547d6e93611b3e8792bb47d839a8f0004a15f16e4d7a84282b9109
-DIST ktoblzcheck-1.21.tar.gz 626609 RMD160 0cbcf76f3f961d5daf3faa2ea8a8c26d18d1a8e5 SHA1 9849d339d2f7e4d7e4511cabcf6f26b4914dc9f3 SHA256 243587487ae6d45e9b7a79c87a235eb1b135f6ce07d26d7d6e59c38feded38b5
DIST ktoblzcheck-1.24.tar.gz 579882 RMD160 a03d73f14a86cd5d66699e875cd867e41a9fc895 SHA1 e77990a92dca3c4c357cdd1d526c99d9d6f75f2a SHA256 ea5973542bc44f4c1d25362072ffe9563b04c8551dbf57981020297c4bb00f66
-EBUILD ktoblzcheck-1.17.ebuild 814 RMD160 abb454ea1f01fce7dbd06d4838aadfccabecd935 SHA1 c2b4f9f6594a6d1d19f69fb86cc2332cd17c5852 SHA256 915e3dc64962dbd8602c7a45f7924ddd5fada2fb5e9841f929ae93c595b9a780
-EBUILD ktoblzcheck-1.21.ebuild 815 RMD160 c50f4c8d44198f96e72e39679cba5ab3f16631c1 SHA1 b96eb539c2605aaa37606f98dd54a1d03e932fc7 SHA256 d70245483b00114020f00d81c89b90f368bbb0b4de7955f3edf6c6ab1e1e0ed6
EBUILD ktoblzcheck-1.24.ebuild 784 RMD160 5ea6938baeef3386df203d8bd68504d96f2e55ea SHA1 d65ffa98f70080756cdebb58e08762342b03d66c SHA256 59d449b2416c611d93957589c6cda7752c1ced1c1fba4bd755847770a8effbe6
MISC ChangeLog 7746 RMD160 578983898282c6958060011bfdf89aa1cdd47059 SHA1 36537791f5bfd00e8e93e5b13dc4c717f4b478d5 SHA256 0bfe79ab37be3bfd4c8cb2011b6c8f5a379d4f917e036a8f254cb5be0b6a2c07
MISC metadata.xml 217 RMD160 3b01d5dab901ee93217f72b711954d3cccbb1717 SHA1 e304788b60dd2cf214d360a21d267e8635474d98 SHA256 2f5dfc1eb79d2d9ee02663da6e1449f499c3a37b7f4cc2391e18d7789a314669
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.17.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.17.ebuild
deleted file mode 100644
index cf4b1c6fb4ca..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.17.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.17.ebuild,v 1.5 2008/11/14 13:20:40 fmccor Exp $
-
-DESCRIPTION="Library to check account numbers and bank codes of German banks"
-HOMEPAGE="http://ktoblzcheck.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
-IUSE="python"
-
-RDEPEND="sys-apps/gawk
- sys-apps/grep
- python? ( || ( dev-python/ctypes >=dev-lang/python-2.5 ) )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_compile() {
- econf `use_enable python` || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die "install failed"
-}
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.21.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.21.ebuild
deleted file mode 100644
index 69d3f05b42d8..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.21.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.21.ebuild,v 1.4 2009/09/27 14:24:22 nixnut Exp $
-
-DESCRIPTION="Library to check account numbers and bank codes of German banks"
-HOMEPAGE="http://ktoblzcheck.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
-IUSE="python"
-
-RDEPEND="sys-apps/gawk
- sys-apps/grep
- python? ( || ( dev-python/ctypes >=dev-lang/python-2.5 ) )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_compile() {
- econf `use_enable python` || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die "install failed"
-}