summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-01-20 13:21:32 +0000
committerIan Delaney <idella4@gentoo.org>2014-01-20 13:21:32 +0000
commitc18e9c74746c93cebd45ae61f3929398fc9a361f (patch)
tree025d4366a850f21c1e2b2088fc6beef87a15098f /dev-python/twisted-runner
parentAdjust media-libs/opus dependency (bug #487888). Drop old. (diff)
downloadgentoo-2-c18e9c74746c93cebd45ae61f3929398fc9a361f.tar.gz
gentoo-2-c18e9c74746c93cebd45ae61f3929398fc9a361f.tar.bz2
gentoo-2-c18e9c74746c93cebd45ae61f3929398fc9a361f.zip
bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r--dev-python/twisted-runner/ChangeLog9
-rw-r--r--dev-python/twisted-runner/twisted-runner-13.2.0.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog
index 57802e6cc590..540bf3f85b48 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.73 2013/11/24 18:37:37 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.74 2014/01/20 13:21:32 idella4 Exp $
+
+*twisted-runner-13.2.0 (20 Jan 2014)
+
+ 20 Jan 2014; Ian Delaney <idella4@gentoo.org> +twisted-runner-13.2.0.ebuild:
+ bump
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> twisted-runner-12.3.0.ebuild:
Stable for arm, wrt bug #468150
diff --git a/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
new file mode 100644
index 000000000000..923cd1217963
--- /dev/null
+++ b/dev-python/twisted-runner/twisted-runner-13.2.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-13.2.0.ebuild,v 1.1 2014/01/20 13:21:32 idella4 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}"