2014-08-12 13:29:40 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-08-12 13:29:40 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah-docs/cheetah-docs-0.9.16_alpha1.ebuild,v 1.9 2014/08/10 21:08:40 slyfox Exp $
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-08-12 13:29:40 +04:00
|
|
|
DESCRIPTION="Documentation for Cheetah templates"
|
2012-02-06 16:39:49 +04:00
|
|
|
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=""
|
2013-05-10 18:53:08 +04:00
|
|
|
RDEPEND=""
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|