diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 22:39:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 22:39:37 +0000 |
commit | b24295a36167163abf65f26bb76a53c2e45cbc53 (patch) | |
tree | cfeac7693a8bc914a9292064b3a5f5b87be1fa07 /dev-python/twisted-runner | |
parent | Remove old (diff) | |
download | gentoo-2-b24295a36167163abf65f26bb76a53c2e45cbc53.tar.gz gentoo-2-b24295a36167163abf65f26bb76a53c2e45cbc53.tar.bz2 gentoo-2-b24295a36167163abf65f26bb76a53c2e45cbc53.zip |
Remove old, add 8.2.0
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r-- | dev-python/twisted-runner/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild | 16 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-8.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-8.2.0.ebuild (renamed from dev-python/twisted-runner/twisted-runner-0.2.0.ebuild) | 12 |
4 files changed, 20 insertions, 25 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index a2406217187b..21a10bc9624b 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/twisted-runner -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.27 2008/12/20 18:32:45 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.28 2009/01/08 22:39:37 patrick Exp $ + +*twisted-runner-8.2.0 (08 Jan 2009) + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> + -twisted-runner-0.1.0-r1.ebuild, -twisted-runner-0.2.0.ebuild, + +twisted-runner-8.2.0.ebuild: + Removing old, bumping to 8.2.0 as this was forgotten 20 Dec 2008; nixnut <nixnut@gentoo.org> twisted-runner-8.0.0.ebuild: Stable on ppc wrt bug 231675 diff --git a/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild b/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild deleted file mode 100644 index e8d836d61567..000000000000 --- a/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild,v 1.9 2006/08/01 15:15:06 blubb Exp $ - -MY_PACKAGE=Runner - -inherit twisted - -DESCRIPTION="Twisted Runner is a process management library and inetd replacement." - -KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" - -DEPEND=">=dev-python/twisted-2 - <dev-python/twisted-2.4" - -PROVIDE="virtual/inetd" diff --git a/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild index 31040ae7c07a..a5f5a9b8836b 100644 --- a/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild,v 1.7 2008/12/20 18:32:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild,v 1.8 2009/01/08 22:39:37 patrick Exp $ MY_PACKAGE=Runner @@ -13,3 +13,5 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" DEPEND="=dev-python/twisted-$(get_version_component_range 1)*" PROVIDE="virtual/inetd" + +IUSE="" diff --git a/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild index 819e34e21f0d..af92636f2b31 100644 --- a/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.2.0.ebuild,v 1.8 2007/07/24 18:44:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild,v 1.1 2009/01/08 22:39:37 patrick Exp $ MY_PACKAGE=Runner -inherit twisted +inherit twisted versionator DESCRIPTION="Twisted Runner is a process management library and inetd replacement." -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -DEPEND=">=dev-python/twisted-2.4" +DEPEND="=dev-python/twisted-$(get_version_component_range 1)*" PROVIDE="virtual/inetd" + +IUSE="" |