summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/Manifest1
-rw-r--r--dev-python/simplejson/simplejson-2.0.9.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index f1deafe13184..613844816e9e 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,5 +1,4 @@
DIST simplejson-2.0.9.tar.gz 115443 RMD160 814a0b7aa11a361ba5eda0be93e30505c44409ad SHA1 b5b26059adbe677b06c299bed30557fcb0c7df8c SHA256 abcdf460778beff48ba13faf5b5810cf3803e5c8d872b5fc529226aa56ec93ee
EBUILD simplejson-2.0.9-r1.ebuild 918 RMD160 8d88063f1ed4b8f52a0620b413045a17e99939f3 SHA1 e6919f8a2eaf04d434deaa8833c1d7003793b1db SHA256 76186503e9abc04a500b21a0c7cfcd9bae84c10ca5c5fb451c43e568e0841851
-EBUILD simplejson-2.0.9.ebuild 784 RMD160 76716e99d34b6f70cdfffe1cc5a0879a1848a395 SHA1 c5743dc899a274bf31a8b43bb8b7f82d21385395 SHA256 886740dfba7e7a5148d38797c04549ea574dd0a978c39ec1cc48bdf048f3be51
MISC ChangeLog 3041 RMD160 18cc59326116e4c6214bcfd7166513322b79a5fc SHA1 ae05aa429d057635e142c620701e54ecb8684de0 SHA256 bf27acaceb94673382b18555323fd5bd08eab4f9cecf0d68b719538b855e2e0a
MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4
diff --git a/dev-python/simplejson/simplejson-2.0.9.ebuild b/dev-python/simplejson/simplejson-2.0.9.ebuild
deleted file mode 100644
index ee96a65f71a6..000000000000
--- a/dev-python/simplejson/simplejson-2.0.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9.ebuild,v 1.5 2009/07/20 00:26:49 darkside Exp $
-
-inherit distutils
-
-KEYWORDS="amd64 ppc x86"
-
-DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
-HOMEPAGE="http://undefined.org/python/#simplejson"
-SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc test"
-
-RDEPEND="dev-lang/python"
-DEPEND="dev-python/setuptools
- ${RDEPEND}"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dohtml -r docs/*
- fi
-}
-
-src_test() {
- PYTHONPATH=. "${python}" simplejson/tests/__init__.py || die "test failed"
-}