summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-03-15 16:39:29 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-03-15 16:39:29 +0000
commit918771e27f64b3487c139598aceb5911d3b6f68a (patch)
tree70c239a791e207f2254bc24425719d2510bd576d /dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild
parentFixed broken Manifest. (diff)
downloadhistorical-918771e27f64b3487c139598aceb5911d3b6f68a.tar.gz
historical-918771e27f64b3487c139598aceb5911d3b6f68a.tar.bz2
historical-918771e27f64b3487c139598aceb5911d3b6f68a.zip
Initial commit.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild')
-rw-r--r--dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild
new file mode 100644
index 000000000000..e362e45499c6
--- /dev/null
+++ b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild,v 1.1 2005/03/15 16:39:29 pythonhead Exp $
+
+inherit distutils
+
+MY_P="CherryTemplate-${PV}"
+DESCRIPTION="Easy and powerful templating module for Python"
+HOMEPAGE="http://sourceforge.net/projects/cherrypy"
+SRC_URI="mirror://sourceforge/cherrypy/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND=">=dev-lang/python-2.3"
+S=${WORKDIR}/${MY_P}
+