commit:     9a797728b53fd5e44b393a130f3b375e90c25ce6
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 09:44:52 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 09:45:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a797728

dev-python/wcwidth: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/wcwidth/Manifest                |  3 ---
 dev-python/wcwidth/wcwidth-0.1.4.ebuild    | 18 ------------------
 dev-python/wcwidth/wcwidth-0.1.5.ebuild    | 28 ----------------------------
 dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild | 28 ----------------------------
 dev-python/wcwidth/wcwidth-0.1.6.ebuild    | 28 ----------------------------
 5 files changed, 105 deletions(-)

diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest
index d4af6f0..83bc871 100644
--- a/dev-python/wcwidth/Manifest
+++ b/dev-python/wcwidth/Manifest
@@ -1,4 +1 @@
-DIST wcwidth-0.1.4.tar.gz 19584 SHA256 
906d3123045d77027b49fe912458e1a1e1d6ca1a51558a4bd9168d143b129d2b SHA512 
3882d7a4309b868593586e7bc52ce5328504db2f37a4152d53a8b7b8632375866cc07900965d1dd9c84d22c4e2b5cb161b3091c6b3ce4a37d51aeca9c76fe36d
 WHIRLPOOL 
432cff1f6e206c9daf35406d485436c9f7b9a3e7c48f14384f9804d69c6a39099bb9ca4ee99547504c4fa2db8f70259796019f008d1c678c6b73c7de9c09cf60
-DIST wcwidth-0.1.5.tar.gz 19553 SHA256 
66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d SHA512 
1235a3fecea0a18d0c3fe160fd3518e05b37b64a232ce3e8a17dee102d6a6d06095c395b07bbd6a812723a78c44df5afaae19c479dae591b6c9aecb3d0001173
 WHIRLPOOL 
16e2efdf99700c3f04e6c2bab9f429e4df0db78ef248041ea0fbddd5934fed53e55611fec9bd0a7cb7b24a461ede574df991d422ca86ebf0739877993c13dbad
-DIST wcwidth-0.1.6.tar.gz 20483 SHA256 
dcb3ec4771066cc15cf6aab5d5c4a499a5f01c677ff5aeb46cf20500dccd920b SHA512 
da22fbbd8172673532b47d07f5285fbbb1c9e5d72f6593c5e194af6c94520653025805ff94b9cd829cd2d44e263349eb9896ebd3c2982059d1b2772850863ab3
 WHIRLPOOL 
a852fc3a0b22be683b5bfabecd47ecc051e3bc3a3ea134ca7c1b26edc5a14ef5c0a72d5cf192e6918d3ae43f122aafdccf24f76c10c2edb70b9f2fb5b7029632
 DIST wcwidth-0.1.7.tar.gz 22884 SHA256 
3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e SHA512 
5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368
 WHIRLPOOL 
3e45d689500952b69fdd78190454bae95b0f124206ad43d3bad9aa1e41d54885c326de60b67290e8ffe60dd4330a65b286f534d0bbb52572da30c958a9dfe10a

diff --git a/dev-python/wcwidth/wcwidth-0.1.4.ebuild 
b/dev-python/wcwidth/wcwidth-0.1.4.ebuild
deleted file mode 100644
index 5367f2c..00000000
--- a/dev-python/wcwidth/wcwidth-0.1.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ 
https://github.com/jquast/wcwidth";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""

diff --git a/dev-python/wcwidth/wcwidth-0.1.5.ebuild 
b/dev-python/wcwidth/wcwidth-0.1.5.ebuild
deleted file mode 100644
index c0c6c3f..00000000
--- a/dev-python/wcwidth/wcwidth-0.1.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ 
https://github.com/jquast/wcwidth";
-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=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-       py.test -rs --strict wcwidth/tests || die
-}

diff --git a/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild 
b/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild
deleted file mode 100644
index bbc123d..00000000
--- a/dev-python/wcwidth/wcwidth-0.1.6-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ 
https://github.com/jquast/wcwidth";
-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=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-       py.test -v -rs --strict wcwidth/tests || die
-}

diff --git a/dev-python/wcwidth/wcwidth-0.1.6.ebuild 
b/dev-python/wcwidth/wcwidth-0.1.6.ebuild
deleted file mode 100644
index b659265..00000000
--- a/dev-python/wcwidth/wcwidth-0.1.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ 
https://github.com/jquast/wcwidth";
-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=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-       py.test -v -rs --strict wcwidth/tests || die
-}

Reply via email to