summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-05-02 07:34:00 +0000
committerTim Harder <radhermit@gentoo.org>2013-05-02 07:34:00 +0000
commita822025ef87ebbf4e2089665fcd1520b2d0448fd (patch)
treecd279ee50578839be3d60083531b8fd4105f31b8 /dev-python/simplejson
parentVersion bump. (diff)
downloadgentoo-2-a822025ef87ebbf4e2089665fcd1520b2d0448fd.tar.gz
gentoo-2-a822025ef87ebbf4e2089665fcd1520b2d0448fd.tar.bz2
gentoo-2-a822025ef87ebbf4e2089665fcd1520b2d0448fd.zip
Remove old.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/ChangeLog8
-rw-r--r--dev-python/simplejson/simplejson-2.6.2.ebuild40
-rw-r--r--dev-python/simplejson/simplejson-3.0.0.ebuild40
-rw-r--r--dev-python/simplejson/simplejson-3.0.4-r1.ebuild29
-rw-r--r--dev-python/simplejson/simplejson-3.0.4.ebuild40
-rw-r--r--dev-python/simplejson/simplejson-3.0.5.ebuild29
-rw-r--r--dev-python/simplejson/simplejson-3.1.0.ebuild28
-rw-r--r--dev-python/simplejson/simplejson-3.1.2.ebuild28
8 files changed, 7 insertions, 235 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog
index 2bb5dec6266d..f0985615fa0f 100644
--- a/dev-python/simplejson/ChangeLog
+++ b/dev-python/simplejson/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/simplejson
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.94 2013/05/02 07:31:40 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.95 2013/05/02 07:34:00 radhermit Exp $
+
+ 02 May 2013; Tim Harder <radhermit@gentoo.org> -simplejson-2.6.2.ebuild,
+ -simplejson-3.0.0.ebuild, -simplejson-3.0.4.ebuild,
+ -simplejson-3.0.4-r1.ebuild, -simplejson-3.0.5.ebuild,
+ -simplejson-3.1.0.ebuild, -simplejson-3.1.2.ebuild:
+ Remove old.
*simplejson-3.2.0 (02 May 2013)
diff --git a/dev-python/simplejson/simplejson-2.6.2.ebuild b/dev-python/simplejson/simplejson-2.6.2.ebuild
deleted file mode 100644
index 0d3908737f0e..000000000000
--- a/dev-python/simplejson/simplejson-2.6.2.ebuild
+++ /dev/null
@@ -1,40 +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.6.2.ebuild,v 1.6 2012/11/20 20:56:30 ago Exp $
-
-EAPI="4"
-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=""
-
-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-3.0.0.ebuild b/dev-python/simplejson/simplejson-3.0.0.ebuild
deleted file mode 100644
index 30646f09de5f..000000000000
--- a/dev-python/simplejson/simplejson-3.0.0.ebuild
+++ /dev/null
@@ -1,40 +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-3.0.0.ebuild,v 1.1 2012/12/31 08:53:14 djc Exp $
-
-EAPI="4"
-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=""
-
-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-3.0.4-r1.ebuild b/dev-python/simplejson/simplejson-3.0.4-r1.ebuild
deleted file mode 100644
index 728d54317d42..000000000000
--- a/dev-python/simplejson/simplejson-3.0.4-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.0.4-r1.ebuild,v 1.1 2013/01/03 19:24:53 floppym Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1 flag-o-matic
-
-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=""
-
-python_compile() {
- if [[ ${EPYTHON} == python2* ]]; then
- local CFLAGS=${CFLAGS}
- append-cflags -fno-strict-aliasing
- fi
- distutils-r1_python_compile
-}
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/simplejson/simplejson-3.0.4.ebuild b/dev-python/simplejson/simplejson-3.0.4.ebuild
deleted file mode 100644
index ebe730f74164..000000000000
--- a/dev-python/simplejson/simplejson-3.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.0.4.ebuild,v 1.1 2013/01/03 07:46:22 radhermit Exp $
-
-EAPI="5"
-PYTHON_DEPEND="2 3:3.3"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.1 3.2"
-
-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=""
-
-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-3.0.5.ebuild b/dev-python/simplejson/simplejson-3.0.5.ebuild
deleted file mode 100644
index e4e4fb1c599f..000000000000
--- a/dev-python/simplejson/simplejson-3.0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.0.5.ebuild,v 1.1 2013/01/09 02:19:50 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1 flag-o-matic
-
-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=""
-
-python_compile() {
- if [[ ${EPYTHON} == python2* ]]; then
- local CFLAGS=${CFLAGS}
- append-cflags -fno-strict-aliasing
- fi
- distutils-r1_python_compile
-}
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/simplejson/simplejson-3.1.0.ebuild b/dev-python/simplejson/simplejson-3.1.0.ebuild
deleted file mode 100644
index 28f797c5f784..000000000000
--- a/dev-python/simplejson/simplejson-3.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.1.0.ebuild,v 1.1 2013/03/07 04:56:08 radhermit Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1 flag-o-matic
-
-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 AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-python_compile() {
- if [[ ${EPYTHON} == python2* ]]; then
- local CFLAGS=${CFLAGS}
- append-cflags -fno-strict-aliasing
- fi
- distutils-r1_python_compile
-}
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/simplejson/simplejson-3.1.2.ebuild b/dev-python/simplejson/simplejson-3.1.2.ebuild
deleted file mode 100644
index 28414fbe4645..000000000000
--- a/dev-python/simplejson/simplejson-3.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.1.2.ebuild,v 1.1 2013/03/26 04:16:06 patrick Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1 flag-o-matic
-
-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 AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-python_compile() {
- if [[ ${EPYTHON} == python2* ]]; then
- local CFLAGS=${CFLAGS}
- append-cflags -fno-strict-aliasing
- fi
- distutils-r1_python_compile
-}
-
-python_test() {
- esetup.py test
-}