diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2008-05-02 02:39:57 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2008-05-02 02:39:57 +0000 |
commit | e4b996fa1720b2e7789f5c3f42386a52a03be205 (patch) | |
tree | ae3484b37c98718b117a909cf6c04d3de0a22cc9 /dev-python | |
parent | Revert the libdrm dependency change. 7.0.3 does not compile with current libd... (diff) | |
download | gentoo-2-e4b996fa1720b2e7789f5c3f42386a52a03be205.tar.gz gentoo-2-e4b996fa1720b2e7789f5c3f42386a52a03be205.tar.bz2 gentoo-2-e4b996fa1720b2e7789f5c3f42386a52a03be205.zip |
Version bump. Removed old ebuilds with security problems. bug #215951 Thanks Felix Schwarz <felix.schwarz@oss.schwarz.eu>
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beaker/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/beaker/beaker-0.6.3.ebuild | 25 | ||||
-rw-r--r-- | dev-python/beaker/beaker-0.9.4.ebuild (renamed from dev-python/beaker/beaker-0.7.3.ebuild) | 4 |
3 files changed, 11 insertions, 29 deletions
diff --git a/dev-python/beaker/ChangeLog b/dev-python/beaker/ChangeLog index dad8baf4c292..b367d77326a1 100644 --- a/dev-python/beaker/ChangeLog +++ b/dev-python/beaker/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/beaker -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.4 2007/07/04 17:13:02 pythonhead Exp $ +# 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 $ + +*beaker-0.9.4 (02 May 2008) + + 02 May 2008; Rob Cakebread <pythonhead@gentoo.org> -beaker-0.6.3.ebuild, + -beaker-0.7.3.ebuild, +beaker-0.9.4.ebuild: + Version bump. Removed old ebuilds with security problems. bug #215951 + Thanks Felix Schwarz <felix.schwarz@oss.schwarz.eu> 04 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> beaker-0.6.3.ebuild: Removed setuptools sed. bug# 184039 diff --git a/dev-python/beaker/beaker-0.6.3.ebuild b/dev-python/beaker/beaker-0.6.3.ebuild deleted file mode 100644 index 795e93e79718..000000000000 --- a/dev-python/beaker/beaker-0.6.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-0.6.3.ebuild,v 1.3 2007/07/11 06:19:47 mr_bones_ Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -KEYWORDS="~amd64 ~x86" - -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" -IUSE="test" - -RDEPEND="dev-python/myghtyutils" -DEPEND="${RDEPEND} - >=dev-python/setuptools-0.6_rc3" - -S=${WORKDIR}/${MY_P} diff --git a/dev-python/beaker/beaker-0.7.3.ebuild b/dev-python/beaker/beaker-0.9.4.ebuild index ef6e55159a42..87ee047a6a38 100644 --- a/dev-python/beaker/beaker-0.7.3.ebuild +++ b/dev-python/beaker/beaker-0.9.4.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/beaker/beaker-0.7.3.ebuild,v 1.2 2007/06/30 21:42:38 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-0.9.4.ebuild,v 1.1 2008/05/02 02:39:57 pythonhead Exp $ NEED_PYTHON=2.4 |