summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cheetah/cheetah-0.9.16_alpha2.ebuild')
-rw-r--r--dev-python/cheetah/cheetah-0.9.16_alpha2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/cheetah/cheetah-0.9.16_alpha2.ebuild b/dev-python/cheetah/cheetah-0.9.16_alpha2.ebuild
deleted file mode 100644
index fe01c186a7c0..000000000000
--- a/dev-python/cheetah/cheetah-0.9.16_alpha2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.16_alpha2.ebuild,v 1.2 2005/02/19 06:20:31 gongloo Exp $
-
-inherit distutils
-
-MY_P=${P/ch/Ch}
-MY_P=${MY_P/_alpha/a}
-
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Python-powered template engine and code generator."
-HOMEPAGE="http://www.cheetahtemplate.org/"
-SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.2"
-IUSE=""
-KEYWORDS="~x86 ~sparc ~alpha ~ppc ppc-macos"
-SLOT="0"
-
-DEPEND=">=dev-lang/python-2.2"
-
-PYTHON_MODNAME="Cheetah"
-
-src_install() {
- DOCS="README CHANGES LICENSE TODO"
- distutils_src_install
-
- insinto /usr/share/doc/${PF}/examples
- doins examples/webware_examples/cheetahSite/*
-}