diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 23:33:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 23:33:25 +0000 |
commit | ea45dba041a09e823d409822635f25891ed278ee (patch) | |
tree | a4c179b445ef8655a8ad62dbe3394f4d4d7b2206 /dev-python/turbokid | |
parent | Missing manifest (diff) | |
download | gentoo-2-ea45dba041a09e823d409822635f25891ed278ee.tar.gz gentoo-2-ea45dba041a09e823d409822635f25891ed278ee.tar.bz2 gentoo-2-ea45dba041a09e823d409822635f25891ed278ee.zip |
Remove old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/turbokid')
-rw-r--r-- | dev-python/turbokid/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/turbokid/turbokid-1.0.2.ebuild | 27 |
2 files changed, 5 insertions, 29 deletions
diff --git a/dev-python/turbokid/ChangeLog b/dev-python/turbokid/ChangeLog index 419c1f8caf30..92d61fd9269e 100644 --- a/dev-python/turbokid/ChangeLog +++ b/dev-python/turbokid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/turbokid -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/ChangeLog,v 1.5 2008/01/04 18:06:51 hawking Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/ChangeLog,v 1.6 2009/01/08 23:33:25 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -turbokid-1.0.2.ebuild: + Remove old *turbokid-1.0.4 (04 Jan 2008) diff --git a/dev-python/turbokid/turbokid-1.0.2.ebuild b/dev-python/turbokid/turbokid-1.0.2.ebuild deleted file mode 100644 index 2f4009005692..000000000000 --- a/dev-python/turbokid/turbokid-1.0.2.ebuild +++ /dev/null @@ -1,27 +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/turbokid/turbokid-1.0.2.ebuild,v 1.2 2007/07/23 17:42:53 mr_bones_ Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -MY_PN="TurboKid" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python template plugin that supports Kid templates" -HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html" -SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" -S="${WORKDIR}/${MY_P}" -RDEPEND=">=dev-python/kid-0.9.6" -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( dev-python/nose )" - -src_test() { - PYTHONPATH=. "${python}" setup.py test || die "tests failed" -} |