diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-22 21:53:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-22 21:53:54 +0000 |
commit | d08ae3d2a4ad24e155b959d01f332a7e82c0001a (patch) | |
tree | 8cee72912c286c76105bcba281238513f9389e69 /dev-python/twisted-runner | |
parent | Version bump. (diff) | |
download | gentoo-2-d08ae3d2a4ad24e155b959d01f332a7e82c0001a.tar.gz gentoo-2-d08ae3d2a4ad24e155b959d01f332a7e82c0001a.tar.bz2 gentoo-2-d08ae3d2a4ad24e155b959d01f332a7e82c0001a.zip |
Version bump.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r-- | dev-python/twisted-runner/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-10.2.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index d2e2115bedec..9205c3aeefe3 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-runner # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.39 2010/08/18 23:35:33 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.40 2010/12/22 21:53:54 arfrever Exp $ + +*twisted-runner-10.2.0 (22 Dec 2010) + + 22 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +twisted-runner-10.2.0.ebuild: + Version bump. 18 Aug 2010; Markos Chandras <hwoarang@gentoo.org> twisted-runner-10.1.0.ebuild: diff --git a/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild new file mode 100644 index 000000000000..3de162b51b5c --- /dev/null +++ b/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild,v 1.1 2010/12/22 21:53:54 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" +MY_PACKAGE="Runner" + +inherit twisted versionator + +DESCRIPTION="Twisted Runner is a process management library and inetd replacement." + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-$(get_version_component_range 1)*" +RDEPEND="${DEPEND}" + +PROVIDE="virtual/inetd" + +PYTHON_MODNAME="twisted/runner" |