diff options
author | 2003-09-28 02:29:38 +0000 | |
---|---|---|
committer | 2003-09-28 02:29:38 +0000 | |
commit | 344a2815b94ed2289e67a7e54cec6ed268b1e3d8 (patch) | |
tree | 5b86e4f3d3fa4efd45236c616c7868387a398ae5 /dev-php/smarty-docs | |
parent | Initial commit (diff) | |
download | historical-344a2815b94ed2289e67a7e54cec6ed268b1e3d8.tar.gz historical-344a2815b94ed2289e67a7e54cec6ed268b1e3d8.tar.bz2 historical-344a2815b94ed2289e67a7e54cec6ed268b1e3d8.zip |
Initial commit
Diffstat (limited to 'dev-php/smarty-docs')
-rw-r--r-- | dev-php/smarty-docs/Manifest | 4 | ||||
-rw-r--r-- | dev-php/smarty-docs/files/digest-smarty-docs-2.5.0 | 1 | ||||
-rw-r--r-- | dev-php/smarty-docs/metadata.xml | 9 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.5.0.ebuild | 18 |
4 files changed, 31 insertions, 1 deletions
diff --git a/dev-php/smarty-docs/Manifest b/dev-php/smarty-docs/Manifest index 134b6ac9fe71..772eb5def74b 100644 --- a/dev-php/smarty-docs/Manifest +++ b/dev-php/smarty-docs/Manifest @@ -1,2 +1,4 @@ -MD5 b20348de86b5aa67d1256ef39c818f79 smarty-docs-2.5.0.ebuild 538 +MD5 0d105f366400138a65fd5dae8eeab21e smarty-docs-2.5.0.ebuild 548 +MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 +MD5 9c708d7356c593c591ff9b342abeb1e1 ChangeLog 334 MD5 641fdee412971de5933b7da56c1cf9c0 files/digest-smarty-docs-2.5.0 69 diff --git a/dev-php/smarty-docs/files/digest-smarty-docs-2.5.0 b/dev-php/smarty-docs/files/digest-smarty-docs-2.5.0 new file mode 100644 index 000000000000..1781c5094d78 --- /dev/null +++ b/dev-php/smarty-docs/files/digest-smarty-docs-2.5.0 @@ -0,0 +1 @@ +MD5 22bd33a9b9cf497e80eb21659b4c2163 Smarty-2.5.0-docs.tar.gz 101422 diff --git a/dev-php/smarty-docs/metadata.xml b/dev-php/smarty-docs/metadata.xml new file mode 100644 index 000000000000..d9bb4626fb2b --- /dev/null +++ b/dev-php/smarty-docs/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>twp@gentoo.org</email> + <name>Tom Payne</name> +</maintainer> +</pkgmetadata> diff --git a/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild b/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild new file mode 100644 index 000000000000..ac65e2bd6046 --- /dev/null +++ b/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild,v 1.1 2003/09/28 02:29:28 twp 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" +KEYWORDS="alpha arm hppa mips ppc sparc x86" +DEPEND="virtual/php" + +S=${WORKDIR}/manual + +src_install() { + dohtml -r . +} |