diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:10:56 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:31:34 +0100 |
commit | d470009af2b091b28d272b317797cb824116521e (patch) | |
tree | 1801c32b33c013ed79e6d78ddf2ed296ff619a69 /app-misc/ktoblzcheck | |
parent | app-misc/iguanaIR: Drop old (diff) | |
download | gentoo-d470009af2b091b28d272b317797cb824116521e.tar.gz gentoo-d470009af2b091b28d272b317797cb824116521e.tar.bz2 gentoo-d470009af2b091b28d272b317797cb824116521e.zip |
app-misc/ktoblzcheck: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r-- | app-misc/ktoblzcheck/Manifest | 2 | ||||
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.39.ebuild | 54 | ||||
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.45.ebuild | 41 |
3 files changed, 0 insertions, 97 deletions
diff --git a/app-misc/ktoblzcheck/Manifest b/app-misc/ktoblzcheck/Manifest index 81cf00595bc4..83eeb8196181 100644 --- a/app-misc/ktoblzcheck/Manifest +++ b/app-misc/ktoblzcheck/Manifest @@ -1,3 +1 @@ -DIST ktoblzcheck-1.39.tar.gz 547649 SHA256 c7017be79b58d0b6c2e919877b7d320da5dcba92d558f36f437da34d9b2dcb41 SHA512 d393fef7aba5af7a0f3901b9a646f5869e66116c1ac065f091d0c6d10bb8fd305ade2acdc1ad64c3f4cecd1ed4162a0b1b5ddc92cd557aa0f9bdfa3dd6225734 WHIRLPOOL 33fd63878ff88c15090aa4eceed30c8edc4021a7bed851068fe6d244b6ce26714616c75ab8821568e13b27a5dec4e4ed8b2b2be8834b24c7ce8c2b42f930496e -DIST ktoblzcheck-1.45.tar.gz 572929 SHA256 f5be987c7f7c6935ad8ef80349beea6852f16dd9e16fd1494c9864ce3394a289 SHA512 07c8ed763961c245f55e739d6d821d09d7fe8965365dd74f1e14d5a634eb55dcb8e7abc50700a905450510c2491a1776cc03bf343391147e373e238d30fbb5d8 WHIRLPOOL 2a9304e4052c79d76708823bfdd21b90d7c5206ca6612b6e3b79b5965612d6b4eb7f25b6a45284aafe8b7ac860e6185f3bedd1df4b195cbc7c135d1faf317fba DIST ktoblzcheck-1.48.tar.gz 561054 SHA256 0f4e66d3a880355b1afc88870d224755e078dfaf192242d9c6acb8853f5bcf58 SHA512 897a98b7f39cee43f46fb34009e5d51b06fc0734f4c6e50adf888e9663114c7f927ba5b34cfe8786cb4558621828a580076cd975512a253f247b1e4ce5cfb089 WHIRLPOOL 71a4734aecc042ac2ca6a1cea84fbd70303df3666a76b09696c53ff883c7e0de7588b7eb393774327dd601fb6a4e23aa13b116da2995d006f6b8777f4de8f42d diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.39.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.39.ebuild deleted file mode 100644 index 83015d8a81a8..000000000000 --- a/app-misc/ktoblzcheck/ktoblzcheck-1.39.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 - virtual/awk - 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.45.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.45.ebuild deleted file mode 100644 index ef4c0fd303e7..000000000000 --- a/app-misc/ktoblzcheck/ktoblzcheck-1.45.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 - -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 - virtual/awk - sys-apps/grep - sys-apps/sed - || ( net-misc/wget www-client/lynx ) - python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - >=sys-devel/libtool-2.2.6b" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - econf $(use_enable python) -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + -} |