summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 13:31:05 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 13:31:05 +0000
commit4065e142c4873dbb95ba2d354c0b4e8fe2ab73ba (patch)
tree91b14a920007b9a8c7f3f5ce42a2148f2061add1
parentstable x86, bug 316453 (diff)
downloadgentoo-2-4065e142c4873dbb95ba2d354c0b4e8fe2ab73ba.tar.gz
gentoo-2-4065e142c4873dbb95ba2d354c0b4e8fe2ab73ba.tar.bz2
gentoo-2-4065e142c4873dbb95ba2d354c0b4e8fe2ab73ba.zip
Delete older ebuild.
-rw-r--r--dev-python/turbokid/turbokid-1.0.4.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/turbokid/turbokid-1.0.4.ebuild b/dev-python/turbokid/turbokid-1.0.4.ebuild
deleted file mode 100644
index 640bc168fe0f..000000000000
--- a/dev-python/turbokid/turbokid-1.0.4.ebuild
+++ /dev/null
@@ -1,27 +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/turbokid/turbokid-1.0.4.ebuild,v 1.1 2008/01/04 18:06:51 hawking 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"
-}