summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-05-20 07:10:35 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-05-20 07:10:35 +0000
commit8ee038f8630a725787ff5dc219c51a2a636a67ec (patch)
treecd528f51acf034265b1c0d299b7462e342b166b9 /dev-python/twisted-pair
parentBump (diff)
downloadgentoo-2-8ee038f8630a725787ff5dc219c51a2a636a67ec.tar.gz
gentoo-2-8ee038f8630a725787ff5dc219c51a2a636a67ec.tar.bz2
gentoo-2-8ee038f8630a725787ff5dc219c51a2a636a67ec.zip
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-pair')
-rw-r--r--dev-python/twisted-pair/ChangeLog7
-rw-r--r--dev-python/twisted-pair/twisted-pair-14.0.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog
index 24f4521d073c..75b3425d8fa1 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.27 2014/01/21 04:54:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.28 2014/05/20 07:10:35 patrick Exp $
+
+*twisted-pair-14.0.0 (20 May 2014)
+
+ 20 May 2014; Patrick Lauer <patrick@gentoo.org> +twisted-pair-14.0.0.ebuild:
+ Bump
21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -twisted-pair-11.1.0.ebuild,
-twisted-pair-12.0.0.ebuild, -twisted-pair-12.2.0.ebuild:
diff --git a/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild b/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild
new file mode 100644
index 000000000000..a52d9d6c90dc
--- /dev/null
+++ b/dev-python/twisted-pair/twisted-pair-14.0.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-14.0.0.ebuild,v 1.1 2014/05/20 07:10:35 patrick 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}"