You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1....

33 lines
866 B

# Copyright 1999-2013 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.8 2013/05/10 03:46:22 patrick Exp $
DESCRIPTION="Documentation for Cheetah templates."
HOMEPAGE="http://www.cheetahtemplate.org/"
SRC_URI="mirror://sourceforge/cheetahtemplate/CheetahDocs-${PV/_alpha/a}.tgz"
IUSE=""
LICENSE="OPL"
KEYWORDS="~amd64 ~ia64 ppc x86"
SLOT="0"
DEPEND=""
RDEPEND=""
S=${WORKDIR}/CheetahDocs
src_install() {
find . -name CVS -or -iname "*~" -exec rm -rf '{}' \;
dodoc *.txt TODO
dohtml -r devel_guide_html devel_guide_html_multipage \
users_guide_html users_guide_html_multipage \
OnePageTutorial.html
# Install the source code.
insinto /usr/share/doc/${PF}
doins -r devel_guide_src users_guide_src
doins *.ps *.pdf
}