diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2008-03-13 04:00:57 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2008-03-13 04:00:57 +0000 |
commit | c08445c4c8f57642fdaadc1e7bc5b02918628b40 (patch) | |
tree | 8cc6de40a6fafd6b7d1971076db9adcba3a22d60 /dev-python | |
parent | Version bump, bug 207328 (diff) | |
download | gentoo-2-c08445c4c8f57642fdaadc1e7bc5b02918628b40.tar.gz gentoo-2-c08445c4c8f57642fdaadc1e7bc5b02918628b40.tar.bz2 gentoo-2-c08445c4c8f57642fdaadc1e7bc5b02918628b40.zip |
Version bump, dropped old version. Thanks Oldrich Jedlicka <oldium.pro@seznam.cz> bug #213058
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-openid/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/python-openid/python-openid-2.1.1.ebuild (renamed from dev-python/python-openid/python-openid-2.0.1.ebuild) | 7 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-python/python-openid/ChangeLog b/dev-python/python-openid/ChangeLog index 037aed384e87..54f1677c10de 100644 --- a/dev-python/python-openid/ChangeLog +++ b/dev-python/python-openid/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/python-openid -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.6 2007/06/23 08:07:33 lucass Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.7 2008/03/13 04:00:57 pythonhead Exp $ + +*python-openid-2.1.1 (13 Mar 2008) + + 13 Mar 2008; Rob Cakebread <pythonhead@gentoo.org> + -python-openid-2.0.1.ebuild, +python-openid-2.1.1.ebuild: + Version bump, dropped old version. Thanks Oldrich Jedlicka + <oldium.pro@seznam.cz> bug #213058 *python-openid-2.0.1 (23 Jun 2007) diff --git a/dev-python/python-openid/python-openid-2.0.1.ebuild b/dev-python/python-openid/python-openid-2.1.1.ebuild index 9568c9476ee7..170eab3f1b60 100644 --- a/dev-python/python-openid/python-openid-2.0.1.ebuild +++ b/dev-python/python-openid/python-openid-2.1.1.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/python-openid/python-openid-2.0.1.ebuild,v 1.1 2007/06/23 08:07:33 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.1.1.ebuild,v 1.1 2008/03/13 04:00:57 pythonhead Exp $ NEED_PYTHON=2.3 @@ -8,7 +8,7 @@ inherit distutils DESCRIPTION="OpenID support for servers and consumers." HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/" -SRC_URI="http://www.openidenabled.com/resources/downloads/${PN}/${P}.tar.bz2" +SRC_URI="http://www.openidenabled.com/files/${PN}/packages/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" @@ -51,3 +51,4 @@ src_test() { "${python}" admin/runtests || die "tests failed" } + |