diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-12-05 20:01:47 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-12-05 20:01:47 +0000 |
commit | 7b6a628f1d0ea2b9eba45a8690e67c2d672736c3 (patch) | |
tree | 55e161887376f95a53bac5964d0378af55207912 /dev-python/cheetah/cheetah-1.0.ebuild | |
parent | Make amd64 keywords match qemu-softmmu (diff) | |
download | gentoo-2-7b6a628f1d0ea2b9eba45a8690e67c2d672736c3.tar.gz gentoo-2-7b6a628f1d0ea2b9eba45a8690e67c2d672736c3.tar.bz2 gentoo-2-7b6a628f1d0ea2b9eba45a8690e67c2d672736c3.zip |
Version bump. Marked x86 stable.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-python/cheetah/cheetah-1.0.ebuild')
-rw-r--r-- | dev-python/cheetah/cheetah-1.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/cheetah/cheetah-1.0.ebuild b/dev-python/cheetah/cheetah-1.0.ebuild new file mode 100644 index 000000000000..b3ecb8fb03a7 --- /dev/null +++ b/dev-python/cheetah/cheetah-1.0.ebuild @@ -0,0 +1,25 @@ +# 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-1.0.ebuild,v 1.1 2005/12/05 20:01:47 pythonhead Exp $ + +inherit distutils + +MY_P=${P/ch/Ch} + +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="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86" +SLOT="0" +DEPEND=">=dev-lang/python-2.2" +S=${WORKDIR}/${MY_P} + +PYTHON_MODNAME="Cheetah" +DOCS="README CHANGES TODO" + +pkg_postinst() { + ewarn "If you use compiled templates, they must be re-compiled if" + ewarn "uou are upgrading from ${PN} <=0.9.18 to >=1.0" +} |