summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-05-20 07:11:44 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-05-20 07:11:44 +0000
commit6d90f6351230b25846846458545da849b7868099 (patch)
treeeea29a599e24dbc3e7f49a35ba2d83b15ee87fdd /dev-python/twisted-runner
parentBump (diff)
downloadgentoo-2-6d90f6351230b25846846458545da849b7868099.tar.gz
gentoo-2-6d90f6351230b25846846458545da849b7868099.tar.bz2
gentoo-2-6d90f6351230b25846846458545da849b7868099.zip
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r--dev-python/twisted-runner/ChangeLog7
-rw-r--r--dev-python/twisted-runner/twisted-runner-14.0.0.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog
index 310ed4b21117..6d91f542996d 100644
--- a/dev-python/twisted-runner/ChangeLog
+++ b/dev-python/twisted-runner/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted-runner
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.75 2014/01/21 04:54:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.76 2014/05/20 07:11:44 patrick Exp $
+
+*twisted-runner-14.0.0 (20 May 2014)
+
+ 20 May 2014; Patrick Lauer <patrick@gentoo.org> +twisted-runner-14.0.0.ebuild:
+ Bump
21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -twisted-runner-10.2.0.ebuild,
-twisted-runner-11.0.0.ebuild, -twisted-runner-11.1.0.ebuild,
diff --git a/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild
new file mode 100644
index 000000000000..99ccfbd48281
--- /dev/null
+++ b/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild,v 1.1 2014/05/20 07:11:44 patrick Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit twisted-r1
+
+DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"