summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-02-12 11:36:16 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-02-12 11:36:16 +0000
commitb1f33a89c90cd4978744be7dfcee93f01556a6b1 (patch)
tree9990ee5269cbbf4ae63384435a31ddb37777b305 /dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
parentBumped pdns to 2.9.17 and marked stable due to DOS vulnerability reported in ... (diff)
downloadhistorical-b1f33a89c90cd4978744be7dfcee93f01556a6b1.tar.gz
historical-b1f33a89c90cd4978744be7dfcee93f01556a6b1.tar.bz2
historical-b1f33a89c90cd4978744be7dfcee93f01556a6b1.zip
Version bump.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild')
-rw-r--r--dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
new file mode 100644
index 000000000000..bdbcef819f77
--- /dev/null
+++ b/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild,v 1.1 2005/02/12 11:32:32 kloeri Exp $
+
+DESCRIPTION="Documentation for Cheetah templates."
+HOMEPAGE="http://www.cheetahtemplate.org/"
+SRC_URI="mirror://sourceforge/cheetahtemplate/CheetahDocs-${PV/_alpha/a}.tgz"
+
+IUSE=""
+LICENSE="PSF-2.2"
+KEYWORDS="~x86 ~ppc"
+SLOT="0"
+
+DEPEND=""
+
+S=${WORKDIR}/CheetahDocs
+
+src_install() {
+ dodoc *.ps *.pdf *.txt TODO
+ dohtml -r devel_guide_html devel_guide_html_multipage
+ dohtml -r users_guide_html users_guide_html_multipage
+ dohtml OnePageTutorial.html
+
+ # Install the source code.
+ local srcdir=/usr/share/doc/${PF}
+ dodir ${srcdir}
+ mv devel_guide_src users_guide_src ${D}${srcdir}/
+}