diff options
-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" -} |