diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 17:40:11 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 17:40:11 +0000 |
commit | 685e75e738bb04de788ff4f9a647676b30f06860 (patch) | |
tree | a39aab40f18ae4244db99a9d366272d365290d85 /dev-python/rope | |
parent | Remove old (diff) | |
download | gentoo-2-685e75e738bb04de788ff4f9a647676b30f06860.tar.gz gentoo-2-685e75e738bb04de788ff4f9a647676b30f06860.tar.bz2 gentoo-2-685e75e738bb04de788ff4f9a647676b30f06860.zip |
Bump to 0.9.2, remove 0.8.4
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/rope/rope-0.9.2.ebuild (renamed from dev-python/rope/rope-0.8.4.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/rope/ChangeLog b/dev-python/rope/ChangeLog index 8c2392dd0dd1..d56696ba9c7d 100644 --- a/dev-python/rope/ChangeLog +++ b/dev-python/rope/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/rope # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.3 2009/02/15 15:03:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.4 2009/09/04 17:40:11 patrick Exp $ + +*rope-0.9.2 (04 Sep 2009) + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -rope-0.8.4.ebuild, + +rope-0.9.2.ebuild: + Bump to 0.9.2, remove 0.8.4 *rope-0.9.1 (15 Feb 2009) diff --git a/dev-python/rope/rope-0.8.4.ebuild b/dev-python/rope/rope-0.9.2.ebuild index acbf0572db84..f2c529e9a629 100644 --- a/dev-python/rope/rope-0.8.4.ebuild +++ b/dev-python/rope/rope-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.8.4.ebuild,v 1.1 2008/09/02 21:16:31 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.2.ebuild,v 1.1 2009/09/04 17:40:11 patrick Exp $ NEED_PYTHON=2.5 @@ -11,7 +11,7 @@ HOMEPAGE="http://rope.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" src_install() { |