summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-26 13:43:30 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-27 10:49:08 -0700
commit562aeadb3be62528fa02c3d2374b32793b3ef877 (patch)
tree28506859c8ea4cce6a703cd2c829caac18a4cab2 /dev-python/twisted-pair/twisted-pair-14.0.0.ebuild
parentdev-python/twisted-news: Clean old versions (diff)
downloadgentoo-562aeadb3be62528fa02c3d2374b32793b3ef877.tar.gz
gentoo-562aeadb3be62528fa02c3d2374b32793b3ef877.tar.bz2
gentoo-562aeadb3be62528fa02c3d2374b32793b3ef877.zip
dev-python/twisted-pair: Clean old versions
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/twisted-pair/twisted-pair-14.0.0.ebuild')
-rw-r--r--dev-python/twisted-pair/twisted-pair-14.0.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild b/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild
deleted file mode 100644
index bdba2e0afbe0..000000000000
--- a/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild
+++ /dev/null
@@ -1,20 +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 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted low-level networking"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
- dev-python/eunuchs[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-# https://twistedmatrix.com/trac/ticket/7433
-PATCHES=( "${FILESDIR}"/${PV}-tests.patch )