commit:     2c865c41b9ad841a62e759537bab9a3739295795
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 12:16:05 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 13:11:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c865c41

dev-python/passwordmeter: Clean old versions up

 dev-python/passwordmeter/Manifest                  |  1 -
 .../passwordmeter/passwordmeter-0.1.7-r1.ebuild    | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/passwordmeter/Manifest 
b/dev-python/passwordmeter/Manifest
index 4da8b336c6d..cf585d7af3d 100644
--- a/dev-python/passwordmeter/Manifest
+++ b/dev-python/passwordmeter/Manifest
@@ -1,2 +1 @@
-DIST passwordmeter-0.1.7.tar.gz 51122 SHA256 
7342315ea145cc22c5403c93f59e6b87c3643767646ad86039c7e2a2000eeace SHA512 
a5911af9a1caed35ecc881d324ab0514de54babc41b9fd2ba91542fdef3d0875a737d181023caeb81537006777b71d63806e5fd2118c6e5b74d8b87c7d6866bf
 WHIRLPOOL 
fe2b6025ffbee53109f5aac7ea11c3a5075fe4e22690e3e94636c10cf31131cb5e5d0b0be9e74bf95a0494d0ef00ec61a1d7e8f4f7f2b83be9c1d26a356a6521
 DIST passwordmeter-0.1.8.tar.gz 51904 SHA256 
f4f7df54182072a137bca3e396f2dad354770ba596dd41f6646cd1f0665fee12 SHA512 
c7604054812576ab8144523c174f3d1543da3ccc192420a9ce8fe596887d1e53a596c255b9f1ffb9a7ab5e3952f53ff8fde11966a58a2ccb2210f891e43b4ac4
 WHIRLPOOL 
e13a360a4b3398ee6289bd39f1bc17bd20ca259c14fef91d2e93f1f2d0c224e34bd0f06189b0be7595fb7c580872eda431ef240b6e0037cc88171208d561d636

diff --git a/dev-python/passwordmeter/passwordmeter-0.1.7-r1.ebuild 
b/dev-python/passwordmeter/passwordmeter-0.1.7-r1.ebuild
deleted file mode 100644
index 380a7714c27..00000000000
--- a/dev-python/passwordmeter/passwordmeter-0.1.7-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A password strength measuring library"
-HOMEPAGE="https://pypi.python.org/pypi/passwordmeter/ 
https://github.com/cadithealth/passwordmeter";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-       >=dev-python/asset-0.6.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       sed \
-               -e '/distribute/d' \
-               -i setup.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests --verbose || die
-}

Reply via email to