summaryrefslogtreecommitdiff
blob: 3ab906cf3c13398caf3ed7f69a8d2e36c13245af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/Cheetah/Cheetah-0.9.15.ebuild,v 1.3 2003/06/21 22:30:23 drobbins Exp $

inherit distutils

IUSE=""
DESCRIPTION="Python-powered template engine and code generator."
HOMEPAGE="http://www.cheetahtemplate.org/"
LICENSE="PSF-2.2"

KEYWORDS="x86 amd64 ~sparc ~alpha"
SLOT="0"

RDEPEND=">=dev-lang/python-2.2"
DEPEND="${RDEPEND}"

SRC_URI="mirror://sourceforge/cheetahtemplate/${P}.tar.gz"


src_install() {
	distutils_src_install 
	
	# What's the best way to deal with the examples?
	insinto /usr/share/doc/${PF}/examples
	doins examples/webware_examples/cheetahSite/*
}