summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-07 18:45:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-07 18:45:56 +0000
commit84f4a34265e78c415515d2437ea9fd09ddd8adf2 (patch)
tree99bb39fde17b7a0ecf364c271119306b6ecffc31 /app-misc/ktoblzcheck
parentRemove old (diff)
downloadgentoo-2-84f4a34265e78c415515d2437ea9fd09ddd8adf2.tar.gz
gentoo-2-84f4a34265e78c415515d2437ea9fd09ddd8adf2.tar.bz2
gentoo-2-84f4a34265e78c415515d2437ea9fd09ddd8adf2.zip
old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r--app-misc/ktoblzcheck/ChangeLog6
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.28.ebuild46
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.31.ebuild59
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.37.ebuild54
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.38.ebuild54
5 files changed, 5 insertions, 214 deletions
diff --git a/app-misc/ktoblzcheck/ChangeLog b/app-misc/ktoblzcheck/ChangeLog
index bb4d4f7d4e62..8571822f9fbc 100644
--- a/app-misc/ktoblzcheck/ChangeLog
+++ b/app-misc/ktoblzcheck/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/ktoblzcheck
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.81 2012/06/03 17:48:45 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.82 2012/08/07 18:45:56 ssuominen Exp $
+
+ 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> -ktoblzcheck-1.28.ebuild,
+ -ktoblzcheck-1.31.ebuild, -ktoblzcheck-1.37.ebuild, -ktoblzcheck-1.38.ebuild:
+ old
*ktoblzcheck-1.39 (03 Jun 2012)
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.28.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.28.ebuild
deleted file mode 100644
index f510001f8b42..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.28.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.28.ebuild,v 1.4 2011/03/13 15:40:48 xarthisius Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="python? 2:2.6"
-
-inherit python
-
-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="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
-IUSE="python"
-
-RDEPEND="app-text/recode
- sys-apps/gawk
- sys-apps/grep
- sys-apps/sed
- || ( net-misc/wget www-client/lynx )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable python)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-
- find "${D}" -name '*.la' -exec rm -f '{}' +
-}
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.31.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.31.ebuild
deleted file mode 100644
index 431bae909d28..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.31.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.31.ebuild,v 1.1 2011/02/28 20:49:56 ssuominen Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="python? 2:2.6"
-
-inherit python
-
-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="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="python"
-
-RDEPEND="app-text/recode
- sys-apps/gawk
- sys-apps/grep
- sys-apps/sed
- || ( net-misc/wget www-client/lynx )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- rm -f py-compile
- ln -s $(type -P true) py-compile || die
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable python)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-
- find "${D}" -name '*.la' -exec rm -f {} +
-}
-
-pkg_postinst() {
- use python && python_mod_optimize ktoblzcheck.py
-}
-
-pkg_postrm() {
- use python && python_mod_cleanup ktoblzcheck.py
-}
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.37.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.37.ebuild
deleted file mode 100644
index e988e8c28ecb..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.37.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.37.ebuild,v 1.1 2012/01/06 08:43:50 ssuominen Exp $
-
-EAPI=4
-PYTHON_DEPEND="python? 2:2.6"
-inherit python
-
-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="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="python"
-
-RDEPEND="app-text/recode
- sys-apps/gawk
- sys-apps/grep
- sys-apps/sed
- || ( net-misc/wget www-client/lynx )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2.6b"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- >py-compile
-}
-
-src_configure() {
- econf $(use_enable python)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
-
-pkg_postinst() {
- use python && python_mod_optimize ktoblzcheck.py
-}
-
-pkg_postrm() {
- use python && python_mod_cleanup ktoblzcheck.py
-}
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.38.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.38.ebuild
deleted file mode 100644
index 18f58b3554a0..000000000000
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.38.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.38.ebuild,v 1.1 2012/05/10 10:13:40 hanno Exp $
-
-EAPI=4
-PYTHON_DEPEND="python? 2:2.6"
-inherit python
-
-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="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="python"
-
-RDEPEND="app-text/recode
- sys-apps/gawk
- sys-apps/grep
- sys-apps/sed
- || ( net-misc/wget www-client/lynx )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2.6b"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- >py-compile
-}
-
-src_configure() {
- econf $(use_enable python)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
-
-pkg_postinst() {
- use python && python_mod_optimize ktoblzcheck.py
-}
-
-pkg_postrm() {
- use python && python_mod_cleanup ktoblzcheck.py
-}