diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-02-01 13:42:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-02-01 13:42:25 +0000 |
commit | 855f33c8b01fb5eee52a06a32cb88cfa6942db20 (patch) | |
tree | 0a4f3d21149503f5e6df0855bde7923af1aa89e5 /dev-python | |
parent | Stable on sparc wrt security #118875 (diff) | |
download | gentoo-2-855f33c8b01fb5eee52a06a32cb88cfa6942db20.tar.gz gentoo-2-855f33c8b01fb5eee52a06a32cb88cfa6942db20.tar.bz2 gentoo-2-855f33c8b01fb5eee52a06a32cb88cfa6942db20.zip |
Mark 0.5.0-r1 ~alpha/~ia64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-web/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/twisted-web/ChangeLog b/dev-python/twisted-web/ChangeLog index 7001af80c0be..dab748a36c28 100644 --- a/dev-python/twisted-web/ChangeLog +++ b/dev-python/twisted-web/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-web -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.5 2005/11/30 22:16:36 marienz Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.6 2006/02/01 13:42:25 agriffis Exp $ + + 01 Feb 2006; Aron Griffis <agriffis@gentoo.org> + twisted-web-0.5.0-r1.ebuild: + Mark 0.5.0-r1 ~alpha/~ia64 30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-web-0.5.0.ebuild: Remove old ebuild. diff --git a/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild b/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild index 47df4c687334..d228cc68e023 100644 --- a/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild +++ b/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild,v 1.2 2006/01/06 05:38:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild,v 1.3 2006/02/01 13:42:25 agriffis Exp $ MY_PACKAGE=Web @@ -8,6 +8,6 @@ inherit twisted DESCRIPTION="Twisted web server, programmable in Python" -KEYWORDS="~amd64 ~ppc ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sh ~sparc ~x86" DEPEND=">=dev-python/twisted-2" |