summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-05-13 08:05:49 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-05-13 08:05:49 +0000
commit77f53475fdb0891f9953d7a0783cb49bfebc32fb (patch)
tree93d6c7a55acba5685cd65cfa58b282475a2ff0de /dev-python/twisted-runner
parentBump (diff)
downloadgentoo-2-77f53475fdb0891f9953d7a0783cb49bfebc32fb.tar.gz
gentoo-2-77f53475fdb0891f9953d7a0783cb49bfebc32fb.tar.bz2
gentoo-2-77f53475fdb0891f9953d7a0783cb49bfebc32fb.zip
Bump
(Portage version: 2.2.18/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-15.1.0.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog
index dfc2ebf1edd4..a6d13a2eb53f 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.95 2015/04/14 12:51:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.96 2015/05/13 08:05:49 patrick Exp $
+
+*twisted-runner-15.1.0 (13 May 2015)
+
+ 13 May 2015; Patrick Lauer <patrick@gentoo.org> +twisted-runner-15.1.0.ebuild:
+ Bump
14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> twisted-runner-13.2.0.ebuild:
Stable for ia64, wrt bug #540290
diff --git a/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild b/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
new file mode 100644
index 000000000000..ba0310345bcd
--- /dev/null
+++ b/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild,v 1.1 2015/05/13 08:05:49 patrick Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit twisted-r1
+
+DESCRIPTION="Twisted Runner is a process management library and inetd replacement"
+
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"