Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-conch/
Date: Wed, 03 May 2017 06:15:12
Message-Id: 1493792098.2723c91f3088f07d358d1465c8a0f7ce32078031.mgorny@gentoo
1 commit: 2723c91f3088f07d358d1465c8a0f7ce32078031
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 20:37:56 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 06:14:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2723c91f
7
8 dev-python/twisted-conch: Clean old versions up
9
10 dev-python/twisted-conch/Manifest | 2 --
11 .../twisted-conch/twisted-conch-13.0.0-r1.ebuild | 31 ----------------------
12 .../twisted-conch/twisted-conch-15.1.0.ebuild | 20 --------------
13 3 files changed, 53 deletions(-)
14
15 diff --git a/dev-python/twisted-conch/Manifest b/dev-python/twisted-conch/Manifest
16 index bf5fccfcdfe..7f819aae2aa 100644
17 --- a/dev-python/twisted-conch/Manifest
18 +++ b/dev-python/twisted-conch/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST TwistedConch-13.0.0.tar.bz2 223663 SHA256 7ebbd2ff600a4ee7da3e683b22be4ad97db79ee3b0af0c2758ca3f3788cf9ef2 SHA512 80fc9e2ca1ebd5477964c0de4d0050f1e8ff81ad5f02f836bfa7dd20be487763add83b4df2a038b9cd6066b82cfee2dad932b0f6f7bcbd67428b6babddc3afb0 WHIRLPOOL 2b4b8599f28c0a5980903d0e678a3e05d4bac99a0bc5aa3db6f2fe0bfb3b6336434678f680fc8e3afeb443c470e10e9b08a28dfc7a02cd2ae0a070e7d4258de5
21 DIST TwistedConch-13.2.0.tar.bz2 243977 SHA256 1559f2070e47a8dfb63a387a8d8deb4dae73226429b26bf2983dc7d1df86cc69 SHA512 3e9cfe76b5fdd8e18732d554721d493bed70b757b21029f8e126d486011b41da26a34409062cb5ffe4283a57b6d342434c84959b78b2781f069e22d2da610043 WHIRLPOOL 7ddf201c17f6625cac09197bfc1b532d1f6f8bd01b888668ccb16b5577b235a3379af11e436e0a4ed308218b6fc27e1250841367dc8c191bc420f4a90a7a2a49
22 -DIST TwistedConch-15.1.0.tar.bz2 222091 SHA256 51dc4d3ab3f13e64a196046e3d722689f87c586f3ebe42e287c2063fdd48bb4c SHA512 912d9a288fcc6bb3e8babee75325ea7a384e364d227f0629bbb5af8c813cff75dbeb38755d2f0eb5bd5ac243c45c4ed5f1c9e01bf0d693b027adeeef59ebd691 WHIRLPOOL 09717988167eaf7ed4ed48262ea344342125deae845b3dce0781a84122446922864d189943011d0be9ddc0711a2236637cb9d6c28e049f5e7c3a59440a65512b
23 DIST TwistedConch-15.2.1.tar.bz2 222736 SHA256 77ad3f89fcad8918067e047831c0716a514ff5f9405d6896abf17fd3de05d634 SHA512 d21879801e3cc925345e6528a84fa031f5cc1c8a2b5aebc5d3540fdd356d9743fe827ab8060db13b462a6d8986ac23307feaf78725950cef462f06b4edb93df7 WHIRLPOOL 072a90c66380467354e32af702a0caef71bbd4de469681240e3e91deb74927e5364835d4065a72224433d716763b5eff503adc5205c28a61a07f7ec51c1fb671
24
25 diff --git a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild b/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
26 deleted file mode 100644
27 index 65a2ca05ac7..00000000000
28 --- a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="5"
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit twisted-r1
38 -
39 -DESCRIPTION="Twisted SSHv2 implementation"
40 -
41 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
42 -IUSE=""
43 -
44 -DEPEND="
45 - =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
46 - dev-python/pyasn1[${PYTHON_USEDEP}]
47 - dev-python/pycrypto[${PYTHON_USEDEP}]
48 -"
49 -RDEPEND="${DEPEND}
50 - !dev-python/twisted
51 -"
52 -
53 -python_prepare_all() {
54 - if [[ "${EUID}" -eq 0 ]]; then
55 - # Disable tests failing with root permissions.
56 - sed -e "s/test_checkKeyAsRoot/_&/" -i twisted/conch/test/test_checkers.py
57 - sed -e "s/test_getPrivateKeysAsRoot/_&/" -i twisted/conch/test/test_openssh_compat.py
58 - fi
59 -
60 - distutils-r1_python_prepare_all
61 -}
62
63 diff --git a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
64 deleted file mode 100644
65 index e28a1ad781c..00000000000
66 --- a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
67 +++ /dev/null
68 @@ -1,20 +0,0 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI="5"
73 -PYTHON_COMPAT=( python2_7 )
74 -
75 -inherit twisted-r1
76 -
77 -DESCRIPTION="Twisted SSHv2 implementation"
78 -
79 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86"
80 -IUSE=""
81 -
82 -DEPEND="
83 - =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
84 - dev-python/pyasn1[${PYTHON_USEDEP}]
85 - dev-python/pycrypto[${PYTHON_USEDEP}]"
86 -RDEPEND="${DEPEND}
87 - !dev-python/twisted
88 -"