diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-11-18 03:23:09 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-11-18 03:23:09 +0000 |
commit | f786dad372f92f9145ccc7513864a92235082ca5 (patch) | |
tree | 67658c4f58fc0c63dbf1c59bcc68da7ef1794ddb /dev-python/twisted-pair | |
parent | Bump (diff) | |
download | gentoo-2-f786dad372f92f9145ccc7513864a92235082ca5.tar.gz gentoo-2-f786dad372f92f9145ccc7513864a92235082ca5.tar.bz2 gentoo-2-f786dad372f92f9145ccc7513864a92235082ca5.zip |
Bump
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-pair')
-rw-r--r-- | dev-python/twisted-pair/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-pair/twisted-pair-14.0.2.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog index bd69680d2a20..8ded120c8108 100644 --- a/dev-python/twisted-pair/ChangeLog +++ b/dev-python/twisted-pair/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-pair # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.32 2014/11/12 05:05:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.33 2014/11/18 03:23:09 patrick Exp $ + +*twisted-pair-14.0.2 (18 Nov 2014) + + 18 Nov 2014; Patrick Lauer <patrick@gentoo.org> +twisted-pair-14.0.2.ebuild: + Bump *twisted-pair-14.0.1 (12 Nov 2014) diff --git a/dev-python/twisted-pair/twisted-pair-14.0.2.ebuild b/dev-python/twisted-pair/twisted-pair-14.0.2.ebuild new file mode 100644 index 000000000000..8ad1e7d9cd6d --- /dev/null +++ b/dev-python/twisted-pair/twisted-pair-14.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.2.ebuild,v 1.1 2014/11/18 03:23:09 patrick Exp $ + +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}"/14.0.0-tests.patch ) |