summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 23:37:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 23:37:59 +0000
commitdd26cd21f88d459be42782709f44ab0ea46fa1ec (patch)
treeaa4f50a4676c2a1fadf202ca9aa2d5cca55f58df /dev-python/turbojson
parentReadding 1.2.0 (diff)
downloadhistorical-dd26cd21f88d459be42782709f44ab0ea46fa1ec.tar.gz
historical-dd26cd21f88d459be42782709f44ab0ea46fa1ec.tar.bz2
historical-dd26cd21f88d459be42782709f44ab0ea46fa1ec.zip
Remove old
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'dev-python/turbojson')
-rw-r--r--dev-python/turbojson/ChangeLog8
-rw-r--r--dev-python/turbojson/turbojson-1.0.ebuild31
-rw-r--r--dev-python/turbojson/turbojson-1.1.2.ebuild32
3 files changed, 6 insertions, 65 deletions
diff --git a/dev-python/turbojson/ChangeLog b/dev-python/turbojson/ChangeLog
index b239d4bee772..dfb45367f805 100644
--- a/dev-python/turbojson/ChangeLog
+++ b/dev-python/turbojson/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/turbojson
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.3 2008/07/02 05:35:57 pythonhead Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.4 2009/01/08 23:37:59 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -turbojson-1.0.ebuild,
+ -turbojson-1.1.2.ebuild:
+ Remove old
*turbojson-1.1.3 (02 Jul 2008)
diff --git a/dev-python/turbojson/turbojson-1.0.ebuild b/dev-python/turbojson/turbojson-1.0.ebuild
deleted file mode 100644
index b7c850df9d15..000000000000
--- a/dev-python/turbojson/turbojson-1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.0.ebuild,v 1.1 2007/02/28 00:22:28 dev-zero Exp $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=TurboJson
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="TurboGears JSON file format support plugin"
-HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html"
-SRC_URI="http://files.turbogears.org/eggs/${MY_P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="dev-python/ruledispatch
- dev-python/simplejson"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-S=${WORKDIR}/${MY_P}
-
-src_test() {
- PYTHONPATH=. "${python}" setup.py test || die "tests failed"
-}
diff --git a/dev-python/turbojson/turbojson-1.1.2.ebuild b/dev-python/turbojson/turbojson-1.1.2.ebuild
deleted file mode 100644
index 60e9bd063dee..000000000000
--- a/dev-python/turbojson/turbojson-1.1.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.2.ebuild,v 1.1 2008/01/04 17:29:27 hawking Exp $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=TurboJson
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="TurboGears JSON file format support plugin"
-HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html"
-#SRC_URI="http://files.turbogears.org/eggs/${MY_P}.tar.gz"
-SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="dev-python/ruledispatch
- dev-python/simplejson"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-S=${WORKDIR}/${MY_P}
-
-src_test() {
- PYTHONPATH=. "${python}" setup.py test || die "tests failed"
-}