From 21759fddca6a70397d57983af1153f78c41c814e Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sun, 26 Apr 2009 08:56:16 +0000 Subject: Bump to 1.2.2, dep for bug #260168 (Portage version: 2.2_rc31/cvs/Linux x86_64) --- dev-python/beaker/ChangeLog | 9 +++++++-- dev-python/beaker/beaker-1.2.2.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 dev-python/beaker/beaker-1.2.2.ebuild (limited to 'dev-python/beaker') 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 +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} -- cgit v1.2.3-65-gdbad