summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Knight <tomk@gentoo.org>2005-04-08 15:00:37 +0000
committerTom Knight <tomk@gentoo.org>2005-04-08 15:00:37 +0000
commit9faa3eb8e7914f3d093584d6fba15d212d996d68 (patch)
tree9f0da8452331d937bbcbd92c332a8a80b1714b21 /dev-php/smarty-docs/smarty-docs-2.6.9.ebuild
parentMarked stable on amd64 and x86. (diff)
downloadgentoo-2-9faa3eb8e7914f3d093584d6fba15d212d996d68.tar.gz
gentoo-2-9faa3eb8e7914f3d093584d6fba15d212d996d68.tar.bz2
gentoo-2-9faa3eb8e7914f3d093584d6fba15d212d996d68.zip
Version bump for security release
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/smarty-docs/smarty-docs-2.6.9.ebuild')
-rw-r--r--dev-php/smarty-docs/smarty-docs-2.6.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.9.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.9.ebuild
new file mode 100644
index 000000000000..a4ce31ef5523
--- /dev/null
+++ b/dev-php/smarty-docs/smarty-docs-2.6.9.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-php/smarty-docs/smarty-docs-2.6.9.ebuild,v 1.1 2005/04/08 15:00:36 tomk Exp $
+
+MY_P=Smarty-${PV}-docs
+DESCRIPTION="A template engine for PHP"
+HOMEPAGE="http://smarty.php.net/"
+SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~hppa ~ppc ~sparc x86 amd64"
+DEPEND=""
+
+S=${WORKDIR}/manual
+
+src_install() {
+ dohtml -r .
+}