diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-05 13:57:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-05 13:57:46 +0000 |
commit | 4b73aade1bb84014ced3df1220b5a59773f351d5 (patch) | |
tree | cdb09e351c7e9407335736fd6066c3924a125214 /dev-python/demjson | |
parent | Bump to 1.7, remove old (diff) | |
download | historical-4b73aade1bb84014ced3df1220b5a59773f351d5.tar.gz historical-4b73aade1bb84014ced3df1220b5a59773f351d5.tar.bz2 historical-4b73aade1bb84014ced3df1220b5a59773f351d5.zip |
Remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-python/demjson')
-rw-r--r-- | dev-python/demjson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/demjson/demjson-1.1.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-python/demjson/ChangeLog b/dev-python/demjson/ChangeLog index a3cdcdea3797..b970bede69a0 100644 --- a/dev-python/demjson/ChangeLog +++ b/dev-python/demjson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/demjson # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.4 2009/04/23 00:39:20 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.5 2009/09/05 13:57:46 patrick Exp $ + + 05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -demjson-1.1.ebuild: + Remove old *demjson-1.4 (23 Apr 2009) diff --git a/dev-python/demjson/demjson-1.1.ebuild b/dev-python/demjson/demjson-1.1.ebuild deleted file mode 100644 index e9e1a28a79b7..000000000000 --- a/dev-python/demjson/demjson-1.1.ebuild +++ /dev/null @@ -1,28 +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/demjson/demjson-1.1.ebuild,v 1.2 2009/02/15 22:10:38 patrick Exp $ - -NEED_PYTHON=2.3 - -inherit distutils - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Read and write JSON-encoded data, compliant with RFC 4627" -HOMEPAGE="http://deron.meranda.us/python/demjson/" -SRC_URI="http://deron.meranda.us/python/demjson/dist/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="test" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -src_install() { - distutils_src_install - dohtml -r docs/* -} - -src_test() { - cd test && PYTHONPATH=.. python test_demjson.py || die "test failed" -} |