diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 22:37:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-03 08:14:58 +0200 |
commit | 2723c91f3088f07d358d1465c8a0f7ce32078031 (patch) | |
tree | ea60099ffa947697824a7743805de48dae98322a /dev-python | |
parent | dev-python/twisted-web: Clean old versions up (diff) | |
download | gentoo-2723c91f3088f07d358d1465c8a0f7ce32078031.tar.gz gentoo-2723c91f3088f07d358d1465c8a0f7ce32078031.tar.bz2 gentoo-2723c91f3088f07d358d1465c8a0f7ce32078031.zip |
dev-python/twisted-conch: Clean old versions up
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-conch/Manifest | 2 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild | 31 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-15.1.0.ebuild | 20 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/twisted-conch/Manifest b/dev-python/twisted-conch/Manifest index bf5fccfcdfec..7f819aae2aa6 100644 --- a/dev-python/twisted-conch/Manifest +++ b/dev-python/twisted-conch/Manifest @@ -1,4 +1,2 @@ -DIST TwistedConch-13.0.0.tar.bz2 223663 SHA256 7ebbd2ff600a4ee7da3e683b22be4ad97db79ee3b0af0c2758ca3f3788cf9ef2 SHA512 80fc9e2ca1ebd5477964c0de4d0050f1e8ff81ad5f02f836bfa7dd20be487763add83b4df2a038b9cd6066b82cfee2dad932b0f6f7bcbd67428b6babddc3afb0 WHIRLPOOL 2b4b8599f28c0a5980903d0e678a3e05d4bac99a0bc5aa3db6f2fe0bfb3b6336434678f680fc8e3afeb443c470e10e9b08a28dfc7a02cd2ae0a070e7d4258de5 DIST TwistedConch-13.2.0.tar.bz2 243977 SHA256 1559f2070e47a8dfb63a387a8d8deb4dae73226429b26bf2983dc7d1df86cc69 SHA512 3e9cfe76b5fdd8e18732d554721d493bed70b757b21029f8e126d486011b41da26a34409062cb5ffe4283a57b6d342434c84959b78b2781f069e22d2da610043 WHIRLPOOL 7ddf201c17f6625cac09197bfc1b532d1f6f8bd01b888668ccb16b5577b235a3379af11e436e0a4ed308218b6fc27e1250841367dc8c191bc420f4a90a7a2a49 -DIST TwistedConch-15.1.0.tar.bz2 222091 SHA256 51dc4d3ab3f13e64a196046e3d722689f87c586f3ebe42e287c2063fdd48bb4c SHA512 912d9a288fcc6bb3e8babee75325ea7a384e364d227f0629bbb5af8c813cff75dbeb38755d2f0eb5bd5ac243c45c4ed5f1c9e01bf0d693b027adeeef59ebd691 WHIRLPOOL 09717988167eaf7ed4ed48262ea344342125deae845b3dce0781a84122446922864d189943011d0be9ddc0711a2236637cb9d6c28e049f5e7c3a59440a65512b DIST TwistedConch-15.2.1.tar.bz2 222736 SHA256 77ad3f89fcad8918067e047831c0716a514ff5f9405d6896abf17fd3de05d634 SHA512 d21879801e3cc925345e6528a84fa031f5cc1c8a2b5aebc5d3540fdd356d9743fe827ab8060db13b462a6d8986ac23307feaf78725950cef462f06b4edb93df7 WHIRLPOOL 072a90c66380467354e32af702a0caef71bbd4de469681240e3e91deb74927e5364835d4065a72224433d716763b5eff503adc5205c28a61a07f7ec51c1fb671 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 deleted file mode 100644 index 65a2ca05ac74..000000000000 --- a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit twisted-r1 - -DESCRIPTION="Twisted SSHv2 implementation" - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" - -DEPEND=" - =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND} - !dev-python/twisted -" - -python_prepare_all() { - if [[ "${EUID}" -eq 0 ]]; then - # Disable tests failing with root permissions. - sed -e "s/test_checkKeyAsRoot/_&/" -i twisted/conch/test/test_checkers.py - sed -e "s/test_getPrivateKeysAsRoot/_&/" -i twisted/conch/test/test_openssh_compat.py - fi - - distutils-r1_python_prepare_all -} diff --git a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild deleted file mode 100644 index e28a1ad781cf..000000000000 --- a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit twisted-r1 - -DESCRIPTION="Twisted SSHv2 implementation" - -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" -IUSE="" - -DEPEND=" - =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - !dev-python/twisted -" |