diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-03-17 10:42:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-03-17 10:42:19 +0000 |
commit | 51b2627f5acac0d31533ad3ca4313c5ddfe5baf6 (patch) | |
tree | b34ef10e3fdfc1e0cc373a2f7cf3e3338dddc765 /dev-python/twisted-runner | |
parent | Automated update of use.local.desc (diff) | |
download | historical-51b2627f5acac0d31533ad3ca4313c5ddfe5baf6.tar.gz historical-51b2627f5acac0d31533ad3ca4313c5ddfe5baf6.tar.bz2 historical-51b2627f5acac0d31533ad3ca4313c5ddfe5baf6.zip |
Bump
Package-Manager: portage-2.2_rc67/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.0.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index 62be0e23651e..ac109b3739ea 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.36 2010/02/13 17:43:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.37 2010/03/17 10:41:34 patrick Exp $ + +*twisted-runner-10.0.0 (17 Mar 2010) + + 17 Mar 2010; Patrick Lauer <patrick@gentoo.org> + +twisted-runner-10.0.0.ebuild: + Bump 13 Feb 2010; Raúl Porcel <armin76@gentoo.org> twisted-runner-9.0.0.ebuild: diff --git a/dev-python/twisted-runner/twisted-runner-10.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-10.0.0.ebuild new file mode 100644 index 000000000000..15e521d49221 --- /dev/null +++ b/dev-python/twisted-runner/twisted-runner-10.0.0.ebuild @@ -0,0 +1,22 @@ +# 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.0.0.ebuild,v 1.1 2010/03/17 10:41:34 patrick Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" +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}" +RESTRICT_PYTHON_ABIS="3.*" + +PROVIDE="virtual/inetd" + +PYTHON_MODNAME="twisted/runner" |