diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-04 20:54:29 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-04 20:54:29 +0000 |
commit | 6af29c73f6c0068889d2615c9daeb7df06104c15 (patch) | |
tree | c69da83a5f0fd3f5d113163bf38fb41cc4b42a1b /dev-python/twisted-runner | |
parent | Bump to 0.10.7, remove old (diff) | |
download | historical-6af29c73f6c0068889d2615c9daeb7df06104c15.tar.gz historical-6af29c73f6c0068889d2615c9daeb7df06104c15.tar.bz2 historical-6af29c73f6c0068889d2615c9daeb7df06104c15.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha29_p8/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-11.0.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 fd8ebf21512f..e036235d265a 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.46 2011/01/21 08:33:04 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.47 2011/04/04 20:54:29 arfrever Exp $ + +*twisted-runner-11.0.0 (04 Apr 2011) + + 04 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +twisted-runner-11.0.0.ebuild: + Version bump. 21 Jan 2011; Thomas Kahle <tomka@gentoo.org> twisted-runner-10.2.0.ebuild: x86 stable per bug 350894 diff --git a/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild new file mode 100644 index 000000000000..c21ba248ca37 --- /dev/null +++ b/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-11.0.0.ebuild,v 1.1 2011/04/04 20:54:29 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" |