diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-23 03:47:40 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-23 03:47:40 +0000 |
commit | 28ef7df97a4471249eaf2fa7cca02c8ab702e7af (patch) | |
tree | c5cd7b42b4131fabd0b1501e5305156383c7f284 /dev-python | |
parent | keyword ~ppc64, bug #379651 (diff) | |
download | gentoo-2-28ef7df97a4471249eaf2fa7cca02c8ab702e7af.tar.gz gentoo-2-28ef7df97a4471249eaf2fa7cca02c8ab702e7af.tar.bz2 gentoo-2-28ef7df97a4471249eaf2fa7cca02c8ab702e7af.zip |
Remove old.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.3.0.ebuild | 43 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.5.0.ebuild | 43 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.5.2.ebuild | 43 |
4 files changed, 5 insertions, 130 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 04020a4f3b86..178042f2e822 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.74 2012/09/23 03:45:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.75 2012/09/23 03:47:40 radhermit Exp $ + + 23 Sep 2012; Tim Harder <radhermit@gentoo.org> -simplejson-2.3.0.ebuild, + -simplejson-2.5.0.ebuild, -simplejson-2.5.2.ebuild: + Remove old. *simplejson-2.6.2 (23 Sep 2012) diff --git a/dev-python/simplejson/simplejson-2.3.0.ebuild b/dev-python/simplejson/simplejson-2.3.0.ebuild deleted file mode 100644 index 0421f85d7244..000000000000 --- a/dev-python/simplejson/simplejson-2.3.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.3.0.ebuild,v 1.5 2012/03/02 19:38:23 maekke Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python" -HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_test() { - testing() { - if [[ "$(python_get_implementation)" != "Jython" ]]; then - ln -fs ../$(ls -d build-${PYTHON_ABI}/lib*)/simplejson/_speedups.so simplejson/_speedups.so || return 1 - fi - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" simplejson/tests/__init__.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/simplejson/tests" - } - python_execute_function -q delete_tests -} diff --git a/dev-python/simplejson/simplejson-2.5.0.ebuild b/dev-python/simplejson/simplejson-2.5.0.ebuild deleted file mode 100644 index 397f61b77b12..000000000000 --- a/dev-python/simplejson/simplejson-2.5.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.5.0.ebuild,v 1.5 2012/05/29 19:58:34 ranger Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python" -HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_test() { - testing() { - if [[ "$(python_get_implementation)" != "Jython" ]]; then - ln -fs ../$(ls -d build-${PYTHON_ABI}/lib*)/simplejson/_speedups.so simplejson/_speedups.so || return 1 - fi - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" simplejson/tests/__init__.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/simplejson/tests" - } - python_execute_function -q delete_tests -} diff --git a/dev-python/simplejson/simplejson-2.5.2.ebuild b/dev-python/simplejson/simplejson-2.5.2.ebuild deleted file mode 100644 index 3f8215d18656..000000000000 --- a/dev-python/simplejson/simplejson-2.5.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.5.2.ebuild,v 1.1 2012/05/21 07:16:34 patrick Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python" -HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_test() { - testing() { - if [[ "$(python_get_implementation)" != "Jython" ]]; then - ln -fs ../$(ls -d build-${PYTHON_ABI}/lib*)/simplejson/_speedups.so simplejson/_speedups.so || return 1 - fi - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" simplejson/tests/__init__.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/simplejson/tests" - } - python_execute_function -q delete_tests -} |