From: Manuel RĂ¼ger Date: Mon, 31 Aug 2015 22:27:10 +0000 (+0200) Subject: dev-python/demjson: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbc5764113d592f7fc33a83ed2106669d7d46f68;p=gentoo.git dev-python/demjson: Remove old Package-Manager: portage-2.2.20.1 --- diff --git a/dev-python/demjson/Manifest b/dev-python/demjson/Manifest index d9917c95f89c..212052419072 100644 --- a/dev-python/demjson/Manifest +++ b/dev-python/demjson/Manifest @@ -1,3 +1,2 @@ -DIST demjson-1.6.tar.gz 64299 SHA256 1d989c310e33569ecc178b8182e53bde8f748bf5ea10cfbc0e331f8c313f6e29 SHA512 aad21fb11998fc2bd6d9ce6cf3be448d0cb6636716109384dcf268aa3b5c6e37f20e579e51d72e554de3e9e4857b7ea850727009bf72bf020ee0f305e3c258f9 WHIRLPOOL efef0bd9e180b52c8d176e65302f0e9850cd30e8eae28323e7a3abe60319a81f1f1f5019ba5835937544816bea8965746276b6597dce610224193dfc5d415a65 DIST demjson-2.2.2.tar.gz 130874 SHA256 5114563dd3a0324b6c9c74250528660adbb6a095b2a015038149e31a9b5727d5 SHA512 c5df57fdc286b33fbceada0ff8531d559fb183b29ca114fbfef7dfd0615ad5bae3882da91b6818ad58be5e20d3c2091db7cb75b1c31285b8ed5f466984b5fc15 WHIRLPOOL 6ca4e599128a896df098514d2b1983b025122ac07ee5ffa2f673c2d441482e32b7fa013a3896c2efedfcea9114dbe2049927b1754d4db9127bdf1ab9f32ddda3 DIST demjson-2.2.3.tar.gz 131263 SHA256 9fb0f3c02fe500104680af2889a64d1637b395aebdb37341ae2309d77854f40c SHA512 058f8429967e21b30a9e28ec7790c372f5eb3126d7ab05c17d6f0548002650314048bf2f4eb3e2c8f75bb91169722c90eeeddb815ca166dfb14b2d1385504b14 WHIRLPOOL b665e19c5c28afd4636b2f33959f7a14d04706c8e8d7c77ef790fb12e3aff56a1cea35420caf7eceb06de8b001cab07a3e38d4252b7f67a3dbba99fcc4f1d476 diff --git a/dev-python/demjson/demjson-1.6.ebuild b/dev-python/demjson/demjson-1.6.ebuild deleted file mode 100644 index 6de8a177d524..000000000000 --- a/dev-python/demjson/demjson-1.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627" -HOMEPAGE="http://deron.meranda.us/python/demjson/ https://pypi.python.org/pypi/demjson" -SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DOCS="AUTHORS.txt CHANGES.txt NEWS.txt THANKS.txt docs/*.txt" -PYTHON_MODNAME="demjson.py" - -src_test() { - cd test - - testing() { - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" test_demjson.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml docs/*.html || die "Installation of documentation failed" - fi -}