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

dev-python/globre: Clean old versions up

 dev-python/globre/Manifest               |  2 --
 dev-python/globre/globre-0.1.2-r1.ebuild | 35 --------------------------------
 dev-python/globre/globre-0.1.3.ebuild    | 28 -------------------------
 3 files changed, 65 deletions(-)

diff --git a/dev-python/globre/Manifest b/dev-python/globre/Manifest
index 04321913f33..44378f11ec6 100644
--- a/dev-python/globre/Manifest
+++ b/dev-python/globre/Manifest
@@ -1,3 +1 @@
-DIST globre-0.1.2.tar.gz 18465 SHA256 
64203a0caca50cf2048cc4cc18b8abf452dfb7822b79ea9950f7c0ee03f51d9b SHA512 
1e1a406b2a07ae551ba9b1b18dc92fc0728d2e0ad01c63a2108736430d893c427011b74883f5c84040426603ac8f46346a672e50a96502b315c02f81e6dff82c
 WHIRLPOOL 
eb4d5017438a946577d19ec2e2a2208a0edd5b4dd6136ce4aa71f73bd866b893396cc4b6cc4b9f592307d1116e2c04d54c83f3a47bc42e4738c29bbf915256dc
-DIST globre-0.1.3.tar.gz 19205 SHA256 
482527dc342a88945edfbfe4d78b0c546b163b2a6579863ebfd6b3b5df222e5a SHA512 
430c09cd459a9131da4ae086cff608c269445219fce5c86fa344e038eb3fa0cac1bbdf3d153d099083fc3ea1b45135a800420c230d44f5503beaf910d494cb37
 WHIRLPOOL 
35735832cad2bd4c00ddb211cb80a0f99b37a32d5914a1f87c9c32117f34a81e2b079a9e9bd052eee8c134c83eedefd4a3c9c446796ee2933050e241d7e774a7
 DIST globre-0.1.4.tar.gz 19274 SHA256 
eab210811e7dbdf8ef698cc6b8d9e4b218cfe16e8286520cea78a509de4fbd91 SHA512 
288b2a6e9e1b7e646f7b06db73b255f9710007c0305466a8d4e26245ab73efb14e5b543291937edb3f0d1dd9205391a08a073d106f4ed687e2a21d181a83840b
 WHIRLPOOL 
67ecc9a99f82dbb7e0c0b85530b0b8d6e151360de518ca2fc93bc554daf5d8d5578631a3cb89b87509c3a9a56b69da57097a2149f884b7d604a5d135ce02de13

diff --git a/dev-python/globre/globre-0.1.2-r1.ebuild 
b/dev-python/globre/globre-0.1.2-r1.ebuild
deleted file mode 100644
index 9c3a3bcf70b..00000000000
--- a/dev-python/globre/globre-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,35 +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 glob matching library, providing an interface similar to the 
're' module"
-HOMEPAGE="https://pypi.python.org/pypi/globre 
https://github.com/metagriffin/globre";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-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
-}

diff --git a/dev-python/globre/globre-0.1.3.ebuild 
b/dev-python/globre/globre-0.1.3.ebuild
deleted file mode 100644
index e5ac006fd75..00000000000
--- a/dev-python/globre/globre-0.1.3.ebuild
+++ /dev/null
@@ -1,28 +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 glob matching library, providing an interface similar to the 
're' module"
-HOMEPAGE="https://pypi.python.org/pypi/globre 
https://github.com/metagriffin/globre";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
-       )"
-
-python_test() {
-       nosetests --verbose || die
-}

Reply via email to