diff options
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r-- | app-misc/ktoblzcheck/files/digest-ktoblzcheck-0.7-r1 | 1 | ||||
-rw-r--r-- | app-misc/ktoblzcheck/files/digest-ktoblzcheck-1.2 | 1 | ||||
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-0.7-r1.ebuild | 28 | ||||
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.2.ebuild | 23 |
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 -} |