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
commit36e965c25e87b71ad476a8128bdcf1b03527702c (patch)
treecaadfdf5a733f3f739646178a31e1b9533ebbb68 /dev-python/cherrytemplate
parentFixed ChangeLog header. (diff)
downloadgentoo-2-36e965c25e87b71ad476a8128bdcf1b03527702c.tar.gz
gentoo-2-36e965c25e87b71ad476a8128bdcf1b03527702c.tar.bz2
gentoo-2-36e965c25e87b71ad476a8128bdcf1b03527702c.zip
Initial commit.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/cherrytemplate')
-rw-r--r--dev-python/cherrytemplate/ChangeLog10
-rw-r--r--dev-python/cherrytemplate/Manifest14
-rw-r--r--dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild19
-rw-r--r--dev-python/cherrytemplate/files/digest-cherrytemplate-1.0.01
-rw-r--r--dev-python/cherrytemplate/metadata.xml5
5 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/cherrytemplate/ChangeLog b/dev-python/cherrytemplate/ChangeLog
new file mode 100644
index 000000000000..4db659c383be
--- /dev/null
+++ b/dev-python/cherrytemplate/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/cherrytemplate
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.1 2005/03/15 16:39:29 pythonhead Exp $
+
+*cherrytemplate-1.0.0 (15 Mar 2005)
+
+ 15 Mar 2005; Rob Cakebread <pythonhead@gentoo.org>
+ +cherrytemplate-1.0.0.ebuild:
+ Initial commit.
+
diff --git a/dev-python/cherrytemplate/Manifest b/dev-python/cherrytemplate/Manifest
new file mode 100644
index 000000000000..d55cf327e0e7
--- /dev/null
+++ b/dev-python/cherrytemplate/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 aa6e05ccf00d4ce35a411f0e110269cd cherrytemplate-1.0.0.ebuild 438
+MD5 9ac4199ebe7cd3e7e311274994767f82 metadata.xml 160
+MD5 61eab520a9aa07c84e52321c30919bfd ChangeLog 267
+MD5 897a607d9821fa7f856cfae7008075e2 files/digest-cherrytemplate-1.0.0 70
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCNw+zz2gxt1z4IGYRApONAKCOVX0r3+Q5TLnl3Ukns8VPZayHWACggXH8
+3YLxNL+isBJNxU2sNPLxY1A=
+=xgBT
+-----END PGP SIGNATURE-----
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}
+
diff --git a/dev-python/cherrytemplate/files/digest-cherrytemplate-1.0.0 b/dev-python/cherrytemplate/files/digest-cherrytemplate-1.0.0
new file mode 100644
index 000000000000..1a772e013ca4
--- /dev/null
+++ b/dev-python/cherrytemplate/files/digest-cherrytemplate-1.0.0
@@ -0,0 +1 @@
+MD5 eac64303fbadff0e7af942ef7028d48e CherryTemplate-1.0.0.tar.gz 6227
diff --git a/dev-python/cherrytemplate/metadata.xml b/dev-python/cherrytemplate/metadata.xml
new file mode 100644
index 000000000000..301d2207cc29
--- /dev/null
+++ b/dev-python/cherrytemplate/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+</pkgmetadata>