diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-26 08:56:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-26 08:56:16 +0000 |
commit | 21759fddca6a70397d57983af1153f78c41c814e (patch) | |
tree | 1b45e46dfed9dbbec5129080b4809939d914c951 /dev-python/beaker | |
parent | Bump to 2.7.0, fixes #267493 (diff) | |
download | gentoo-2-21759fddca6a70397d57983af1153f78c41c814e.tar.gz gentoo-2-21759fddca6a70397d57983af1153f78c41c814e.tar.bz2 gentoo-2-21759fddca6a70397d57983af1153f78c41c814e.zip |
Bump to 1.2.2, dep for bug #260168
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beaker')
-rw-r--r-- | dev-python/beaker/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/beaker/beaker-1.2.2.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-python/beaker/ChangeLog b/dev-python/beaker/ChangeLog index b367d77326a1..cc20ed52fd5a 100644 --- a/dev-python/beaker/ChangeLog +++ b/dev-python/beaker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/beaker -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.5 2008/05/02 02:39:57 pythonhead Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.6 2009/04/26 08:56:16 patrick Exp $ + +*beaker-1.2.2 (26 Apr 2009) + + 26 Apr 2009; Patrick Lauer <patrick@gentoo.org> +beaker-1.2.2.ebuild: + Bump to 1.2.2, dep for bug #260168 *beaker-0.9.4 (02 May 2008) diff --git a/dev-python/beaker/beaker-1.2.2.ebuild b/dev-python/beaker/beaker-1.2.2.ebuild new file mode 100644 index 000000000000..e1ac43e11283 --- /dev/null +++ b/dev-python/beaker/beaker-1.2.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.2.2.ebuild,v 1.1 2009/04/26 08:56:16 patrick Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +MY_PN=Beaker +MY_P=${MY_PN}-${PV} + +DESCRIPTION="A simple WSGI middleware to use the Myghty Container API" +HOMEPAGE="http://beaker.groovie.org/" +SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" + +S=${WORKDIR}/${MY_P} |