diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2011-05-06 08:01:01 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2011-05-06 08:01:01 +0000 |
commit | 95611e2231e868018c2d32a0a6f9e51b065298a7 (patch) | |
tree | 472e6218ec06d569516f0cbfa6ba7cfe92bba5db | |
parent | x86 stable per bug 355757 (diff) | |
download | gentoo-2-95611e2231e868018c2d32a0a6f9e51b065298a7.tar.gz gentoo-2-95611e2231e868018c2d32a0a6f9e51b065298a7.tar.bz2 gentoo-2-95611e2231e868018c2d32a0a6f9e51b065298a7.zip |
Remove old versions.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
-rw-r--r-- | dev-python/oauth2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/oauth2/oauth2-1.2.1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/oauth2/oauth2-1.5.169.ebuild | 31 |
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-python/oauth2/ChangeLog b/dev-python/oauth2/ChangeLog index 5a333ba25395..b5502a55eb8d 100644 --- a/dev-python/oauth2/ChangeLog +++ b/dev-python/oauth2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/oauth2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/ChangeLog,v 1.4 2011/05/05 16:41:43 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/ChangeLog,v 1.5 2011/05/06 08:01:00 djc Exp $ + + 06 May 2011; Dirkjan Ochtman <djc@gentoo.org> -oauth2-1.2.1.ebuild, + -oauth2-1.5.169.ebuild: + Remove old versions. *oauth2-1.5.170 (05 May 2011) diff --git a/dev-python/oauth2/oauth2-1.2.1.ebuild b/dev-python/oauth2/oauth2-1.2.1.ebuild deleted file mode 100644 index 514ebb8e09ff..000000000000 --- a/dev-python/oauth2/oauth2-1.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/oauth2-1.2.1.ebuild,v 1.3 2010/10/29 07:43:49 djc Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Library for OAuth version 1.0a." -HOMEPAGE="http://pypi.python.org/pypi/oauth2" -SRC_URI="http://github.com/simplegeo/python-oauth2/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-python/httplib2 - test? ( dev-python/mox dev-python/coverage )" -RDEPEND="" - -S="${WORKDIR}/simplegeo-python-${PN}-d8cdf31" diff --git a/dev-python/oauth2/oauth2-1.5.169.ebuild b/dev-python/oauth2/oauth2-1.5.169.ebuild deleted file mode 100644 index 4477bca37646..000000000000 --- a/dev-python/oauth2/oauth2-1.5.169.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2/oauth2-1.5.169.ebuild,v 1.1 2011/05/04 07:25:31 djc Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Library for OAuth version 1.0a." -HOMEPAGE="http://pypi.python.org/pypi/oauth2" -SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-python/httplib2 - dev-python/setuptools - test? ( dev-python/mox dev-python/coverage )" -RDEPEND="" - -src_test() { - testing() { - "$(PYTHON)" setup.py test - } - python_execute_function testing -} |