diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-04-18 12:09:59 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-04-18 12:09:59 +0000 |
commit | 643ce88be7132b25aabbbe22704ad13ce0534305 (patch) | |
tree | 3cbbafe1b899b0969f327da43d3c02846917d6cc /dev-python/paste | |
parent | Add ~sparc keyword. (diff) | |
download | gentoo-2-643ce88be7132b25aabbbe22704ad13ce0534305.tar.gz gentoo-2-643ce88be7132b25aabbbe22704ad13ce0534305.tar.bz2 gentoo-2-643ce88be7132b25aabbbe22704ad13ce0534305.zip |
Version bump, fixes bug 168715. Added long description. Drop old.
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/paste/metadata.xml | 9 | ||||
-rw-r--r-- | dev-python/paste/paste-1.6.ebuild (renamed from dev-python/paste/paste-1.2.1.ebuild) | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-python/paste/ChangeLog b/dev-python/paste/ChangeLog index dc31217f5429..6a229ab9896d 100644 --- a/dev-python/paste/ChangeLog +++ b/dev-python/paste/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/paste -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.1 2007/02/27 23:40:20 dev-zero Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.2 2008/04/18 12:09:59 hawking Exp $ + +*paste-1.6 (18 Apr 2008) + + 18 Apr 2008; Ali Polatel <hawking@gentoo.org> metadata.xml, + -paste-1.2.1.ebuild, +paste-1.6.ebuild: + Version bump, fixes bug 168715. Added long description. Drop old. 04 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> paste-1.2.1.ebuild: Added ~amd64 keyword. diff --git a/dev-python/paste/metadata.xml b/dev-python/paste/metadata.xml index de483c53568f..cfb6a4e46a5a 100644 --- a/dev-python/paste/metadata.xml +++ b/dev-python/paste/metadata.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> + <herd>python</herd> + <longdescription lang="en"> + This package provides several pieces of "middleware" (or filters) that can + be nested to build web applications. Each piece of middleware uses the WSGI + (PEP 333) interface, and should be compatible with other middleware based on + those interfaces. + </longdescription> </pkgmetadata> + diff --git a/dev-python/paste/paste-1.2.1.ebuild b/dev-python/paste/paste-1.6.ebuild index 822d3eb2f026..40c9e3922590 100644 --- a/dev-python/paste/paste-1.2.1.ebuild +++ b/dev-python/paste/paste-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.2.1.ebuild,v 1.1 2007/02/27 23:40:20 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.6.ebuild,v 1.1 2008/04/18 12:09:59 hawking Exp $ NEED_PYTHON=2.4 |