summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-07 17:00:00 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-07 17:00:00 +0000
commitbee5a5134597547accc4eb7bdf47ed29af1f9127 (patch)
tree7263ccc7f55c29daf23fc3dfd3ec4035c2c30678 /dev-python/simplejson
parentDelete older ebuilds. (diff)
downloadhistorical-bee5a5134597547accc4eb7bdf47ed29af1f9127.tar.gz
historical-bee5a5134597547accc4eb7bdf47ed29af1f9127.tar.bz2
historical-bee5a5134597547accc4eb7bdf47ed29af1f9127.zip
Delete older ebuild.
Package-Manager: portage-2.2.0_alpha14/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.1.1.ebuild38
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog
index f29278172fda..24b67e7672d6 100644
--- a/dev-python/simplejson/ChangeLog
+++ b/dev-python/simplejson/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/simplejson
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.32 2011/01/07 16:34:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.33 2011/01/07 16:58:16 arfrever Exp $
+
+ 07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -simplejson-2.1.1.ebuild:
+ Delete.
07 Jan 2011; Brent Baude <ranger@gentoo.org> simplejson-2.1.2.ebuild:
Marking simplejson-2.1.2 ppc for bug 348082
diff --git a/dev-python/simplejson/simplejson-2.1.1.ebuild b/dev-python/simplejson/simplejson-2.1.1.ebuild
deleted file mode 100644
index e96a13d8249e..000000000000
--- a/dev-python/simplejson/simplejson-2.1.1.ebuild
+++ /dev/null
@@ -1,38 +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/simplejson/simplejson-2.1.1.ebuild,v 1.7 2010/06/04 10:26:19 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
-HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_test() {
- testing() {
- ln -fs ../$(ls -d build-${PYTHON_ABI}/lib*)/simplejson/_speedups.so simplejson/_speedups.so
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" simplejson/tests/__init__.py
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dohtml -r docs/*
- fi
-}