commit:     c6bcaf1a6140e9b803459d97dfb7f091b2419100
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 23:23:08 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 23:23:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bcaf1a

net-libs/stem: remove older versions

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/stem/Manifest          |  3 ---
 net-libs/stem/stem-1.3.0.ebuild | 38 --------------------------------------
 net-libs/stem/stem-1.4.0.ebuild | 37 -------------------------------------
 net-libs/stem/stem-1.4.1.ebuild | 37 -------------------------------------
 4 files changed, 115 deletions(-)

diff --git a/net-libs/stem/Manifest b/net-libs/stem/Manifest
index c5303a8ea35..adf201df160 100644
--- a/net-libs/stem/Manifest
+++ b/net-libs/stem/Manifest
@@ -1,5 +1,2 @@
-DIST stem-1.3.0.tar.bz2 1481513 SHA256 
770e370156e0e92a9862e4670ee3f4ac385742006e578608528ee16cbab9d416 SHA512 
dea65d026a27985432b291614dc3c8da7a628fad945a755abb706177864edd387c8ea96cd8358af60825b342896d57ea1daa96365efd5156bf8885e7a7aa9714
 WHIRLPOOL 
1e3d9f800ed9670a347d41c565250a42e1a166e24c55dc3a0128cd3b2c5d9a8f0e926e73338a4cdd846997911c11db5e2fa98f2b7dd5a259da523951d8bf1626
-DIST stem-1.4.0.tar.bz2 1569644 SHA256 
6c8af06a6fa9553ad4da3e397cffa42d7ddd9396a1425b2757f125e7699ef83c SHA512 
0d93355659ff04d8846133845636c0596e06331b6646a62c597c2d6156be39705ed182d480dde3e49653c4b5341f663e4da83610110383d9d8c395ac1e473191
 WHIRLPOOL 
3eb30be403980a6a446fa0fe666fe628ef1f732e5a7da6ae3db323e4053c7df866142faad979a69cfeecb031077896e4883c58fdb6b3db84f7c5502141b4df7c
-DIST stem-1.4.1.tar.bz2 1570151 SHA256 
f2c460df59d63f60e5046221994be655a361c31b81cda0120e594999587869e8 SHA512 
40ed898efd55d749dad9e02ff00cc4770f588f9d0fd40995d3a0ed4d13ac3bd7cf1fba011a01729668be30ef9627bd6b140d4fbd76cedb5fa5793d9750aa48b7
 WHIRLPOOL 
2a52c1bc4a0acb18ebaf12654f0f4a8c167992f994336db1c16d6e3d49039007a5832fb0e80ac78ba82e789144bb374f7ce1105bba3e5edd14e99e83c2514ebf
 DIST stem-1.5.4.tar.gz 1915722 SHA256 
3649133037ee186e80115650094a2fb2f60a23f006ebddab34d9039be9b2f7c8 SHA512 
1ea74341a1013f1f98d3d5ed1d552e79277cf54a6337d1a8b66bda0baae022d70c4c0c9ce35c843222d183a716466d93e1df3ee55ae6cd16cf10c6cf415d3cf7
 WHIRLPOOL 
df5e1449fc2f7454b5288ed8e02e09388bb47792bae4c78ace8f3046d65967295b601cf28c4c52159663eb285c37d4542ee0b81815b0fad10faeda4023710b64
 DIST stem-1.6.0.tar.gz 2049999 SHA256 
d7fe1fb13ed5a94d610b5ad77e9f1b3404db0ca0586ded7a34afd323e3b849ed SHA512 
499a15b1cbd12d75865c93e253e797507564d5b5f2a9a0f021107d89c85db040e050944a9ac69b629f74e265d350467bef9d36ec52f7ef2e6a97180a7b93e94c
 WHIRLPOOL 
72adead14d41fe67d1d13bd64c3507bf6e1f649ce51c55711d0ba5b1e9b031a65ec0ea96bb9b92e1ff3088ac0ba9663ac87142c07c2cc90a1215c8a59996e6bd

diff --git a/net-libs/stem/stem-1.3.0.ebuild b/net-libs/stem/stem-1.3.0.ebuild
deleted file mode 100644
index 2a386416169..00000000000
--- a/net-libs/stem/stem-1.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# Python3.3 fails to execute the test script
-PYTHON_COMPAT=(python2_7)
-
-inherit vcs-snapshot distutils-r1
-
-DESCRIPTION="Stem is a Python controller library for Tor"
-HOMEPAGE="https://stem.torproject.org";
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
-       net-vpn/tor )
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="net-vpn/tor"
-
-DOCS=( 
docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst}
 )
-
-python_prepare_all() {
-       # Disable failing test
-       sed -i -e "/test_expand_path/a \
-       \ \ \ \ return" test/integ/util/system.py || die
-       sed -i -e "/test_get_connections_by_ss/,+1d"\
-               test/integ/util/connection.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       ${PYTHON} run_tests.py --all --target RUN_ALL || die
-}

diff --git a/net-libs/stem/stem-1.4.0.ebuild b/net-libs/stem/stem-1.4.0.ebuild
deleted file mode 100644
index 63e61e8dbcd..00000000000
--- a/net-libs/stem/stem-1.4.0.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=(python{2_7,3_4})
-
-inherit vcs-snapshot distutils-r1
-
-DESCRIPTION="Stem is a Python controller library for Tor"
-HOMEPAGE="https://stem.torproject.org";
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
-       net-vpn/tor )
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="net-vpn/tor"
-
-DOCS=( 
docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst}
 )
-
-python_prepare_all() {
-       # Disable failing test
-       sed -i -e "/test_expand_path/a \
-               \ \ \ \ return" test/integ/util/system.py || die
-       sed -i -e "/test_get_connections_by_ss/,+1d"\
-               test/integ/util/connection.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       ${PYTHON} run_tests.py --all --target RUN_ALL || die
-}

diff --git a/net-libs/stem/stem-1.4.1.ebuild b/net-libs/stem/stem-1.4.1.ebuild
deleted file mode 100644
index 63e61e8dbcd..00000000000
--- a/net-libs/stem/stem-1.4.1.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=(python{2_7,3_4})
-
-inherit vcs-snapshot distutils-r1
-
-DESCRIPTION="Stem is a Python controller library for Tor"
-HOMEPAGE="https://stem.torproject.org";
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
-       net-vpn/tor )
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="net-vpn/tor"
-
-DOCS=( 
docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst}
 )
-
-python_prepare_all() {
-       # Disable failing test
-       sed -i -e "/test_expand_path/a \
-               \ \ \ \ return" test/integ/util/system.py || die
-       sed -i -e "/test_get_connections_by_ss/,+1d"\
-               test/integ/util/connection.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       ${PYTHON} run_tests.py --all --target RUN_ALL || die
-}

Reply via email to