summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2012-05-14 09:07:05 +0000
committerDirkjan Ochtman <djc@gentoo.org>2012-05-14 09:07:05 +0000
commit9ca4d5a37363644eabd7d17664f8733e159529fc (patch)
treee5a0358e6065aa38120b44eb5a1ec0a003ae0b9c /dev-python/simplejson
parentVersion bump (bug #415189). (diff)
downloadgentoo-2-9ca4d5a37363644eabd7d17664f8733e159529fc.tar.gz
gentoo-2-9ca4d5a37363644eabd7d17664f8733e159529fc.tar.bz2
gentoo-2-9ca4d5a37363644eabd7d17664f8733e159529fc.zip
Remove old versions of simplejson.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/ChangeLog6
-rw-r--r--dev-python/simplejson/simplejson-2.3.2.ebuild43
-rw-r--r--dev-python/simplejson/simplejson-2.3.3.ebuild43
-rw-r--r--dev-python/simplejson/simplejson-2.4.0.ebuild43
4 files changed, 5 insertions, 130 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog
index 5350ff30fd53..7096359c0ccf 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.61 2012/04/19 09:44:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.62 2012/05/14 09:07:05 djc Exp $
+
+ 14 May 2012; Dirkjan Ochtman <djc@gentoo.org> -simplejson-2.3.2.ebuild,
+ -simplejson-2.3.3.ebuild, -simplejson-2.4.0.ebuild:
+ Remove old versions.
*simplejson-2.5.0 (19 Apr 2012)
diff --git a/dev-python/simplejson/simplejson-2.3.2.ebuild b/dev-python/simplejson/simplejson-2.3.2.ebuild
deleted file mode 100644
index b5413626b141..000000000000
--- a/dev-python/simplejson/simplejson-2.3.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.3.2.ebuild,v 1.1 2012/02/12 11:54:22 djc 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.3.3.ebuild b/dev-python/simplejson/simplejson-2.3.3.ebuild
deleted file mode 100644
index 7f5747ac1f5c..000000000000
--- a/dev-python/simplejson/simplejson-2.3.3.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.3.ebuild,v 1.1 2012/03/02 09:08:46 djc 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.4.0.ebuild b/dev-python/simplejson/simplejson-2.4.0.ebuild
deleted file mode 100644
index f44757d11a8c..000000000000
--- a/dev-python/simplejson/simplejson-2.4.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.4.0.ebuild,v 1.1 2012/03/29 08:38:35 djc 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
-}