diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-01-20 08:50:37 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-01-20 08:50:37 +0000 |
commit | 1f8256f8fdce52ccb414ad66969cabd66ee451c4 (patch) | |
tree | a5afe0575f71b6d4affcb6fc872a599b38ff0cd3 /dev-python/twisted-pair | |
parent | ppc stable wrt bug #488018 (diff) | |
download | gentoo-2-1f8256f8fdce52ccb414ad66969cabd66ee451c4.tar.gz gentoo-2-1f8256f8fdce52ccb414ad66969cabd66ee451c4.tar.bz2 gentoo-2-1f8256f8fdce52ccb414ad66969cabd66ee451c4.zip |
bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/twisted-pair')
-rw-r--r-- | dev-python/twisted-pair/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/twisted-pair/twisted-pair-13.2.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog index d2d1c0ef1b57..62760a4a8cc8 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.25 2013/11/24 18:37:34 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.26 2014/01/20 08:50:37 idella4 Exp $ + +*twisted-pair-13.2.0 (20 Jan 2014) + + 20 Jan 2014; Ian Delaney <idella4@gentoo.org> +twisted-pair-13.2.0.ebuild: + bump 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> twisted-pair-12.3.0.ebuild: Stable for arm, wrt bug #468150 diff --git a/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild b/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild new file mode 100644 index 000000000000..1d478567ea50 --- /dev/null +++ b/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild @@ -0,0 +1,17 @@ +# 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-13.2.0.ebuild,v 1.1 2014/01/20 08:50:37 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit twisted-r1 + +DESCRIPTION="Twisted low-level networking" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] + dev-python/eunuchs[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |