diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-04 20:25:53 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-04 20:25:53 +0000 |
commit | 1affda423ea516105aa785bf2bab24bb82cae5dd (patch) | |
tree | 58367d5c8cdfa8eb76d73b48ec1937b3bee25b04 /dev-python/twisted-conch | |
parent | Version bump. (diff) | |
download | historical-1affda423ea516105aa785bf2bab24bb82cae5dd.tar.gz historical-1affda423ea516105aa785bf2bab24bb82cae5dd.tar.bz2 historical-1affda423ea516105aa785bf2bab24bb82cae5dd.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/twisted-conch')
4 files changed, 0 insertions, 110 deletions
diff --git a/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild deleted file mode 100644 index 5875bee757dd..000000000000 --- a/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-10.0.0.ebuild,v 1.2 2010/06/19 18:02:38 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" -MY_PACKAGE="Conch" - -inherit twisted versionator - -DESCRIPTION="Twisted SSHv2 implementation" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* - dev-python/pyasn1 - >=dev-python/pycrypto-1.9_alpha6" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="twisted/conch twisted/plugins" - -src_prepare() { - distutils_src_prepare - # These tests sometimes fail with "reason 11, desc: disconnected by user". - sed -e "s/test_extendedAttributes/_&/" -i twisted/conch/test/test_cftp.py || die "sed failed" - sed -e "s/test_exec/_&/" -i twisted/conch/test/test_conch.py || die "sed failed" -} diff --git a/dev-python/twisted-conch/twisted-conch-10.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-10.1.0.ebuild deleted file mode 100644 index 80eb50182aab..000000000000 --- a/dev-python/twisted-conch/twisted-conch-10.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-10.1.0.ebuild,v 1.4 2010/12/23 23:44:17 tomka Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -MY_PACKAGE="Conch" - -inherit twisted versionator - -DESCRIPTION="Twisted SSHv2 implementation" - -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" -IUSE="" - -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* - dev-python/pyasn1 - >=dev-python/pycrypto-1.9_alpha6" -RDEPEND="${DEPEND}" - -PYTHON_MODNAME="twisted/conch twisted/plugins" diff --git a/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild deleted file mode 100644 index b03cb800bd48..000000000000 --- a/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v 1.10 2009/12/20 16:39:46 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" -MY_PACKAGE="Conch" - -inherit twisted versionator - -DESCRIPTION="Twisted SSHv2 implementation" - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* - >=dev-python/pycrypto-1.9_alpha6" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="twisted/conch twisted/plugins" - -src_prepare() { - distutils_src_prepare - sed -e "s/test_extendedAttributes/_&/" -i twisted/conch/test/test_cftp.py || die "sed failed" - sed -e "s/test_checkKeyAsRoot/_&/" -i twisted/conch/test/test_checkers.py || die "sed failed" - sed -e "s/test_exec/_&/" -i twisted/conch/test/test_conch.py || die "sed failed" - sed -e "s/test_getPrivateKeysAsRoot/_&/" -i twisted/conch/test/test_openssh_compat.py || die "sed failed" -} diff --git a/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild deleted file mode 100644 index 4dff9243e0c9..000000000000 --- a/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild,v 1.6 2010/06/19 18:02:38 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" -MY_PACKAGE="Conch" - -inherit twisted versionator - -DESCRIPTION="Twisted SSHv2 implementation" - -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* - dev-python/pyasn1 - >=dev-python/pycrypto-1.9_alpha6" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="twisted/conch twisted/plugins" - -src_prepare() { - distutils_src_prepare - # These tests sometimes fail with "reason 11, desc: disconnected by user". - sed -e "s/test_extendedAttributes/_&/" -i twisted/conch/test/test_cftp.py || die "sed failed" - sed -e "s/test_exec/_&/" -i twisted/conch/test/test_conch.py || die "sed failed" -} |