diff options
author | Tom William Payne <twp@gentoo.org> | 2003-09-28 02:29:38 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-09-28 02:29:38 +0000 |
commit | 2adb8bb0ff179f2f9cc61976d4f6bae6ee8b09d8 (patch) | |
tree | 853c83d24c331831c10e365dba1d67d263e9f1ea /dev-php/smarty-docs | |
parent | Initial commit (diff) | |
download | gentoo-2-2adb8bb0ff179f2f9cc61976d4f6bae6ee8b09d8.tar.gz gentoo-2-2adb8bb0ff179f2f9cc61976d4f6bae6ee8b09d8.tar.bz2 gentoo-2-2adb8bb0ff179f2f9cc61976d4f6bae6ee8b09d8.zip |
Initial commit
Diffstat (limited to 'dev-php/smarty-docs')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 8 | ||||
-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 |
5 files changed, 39 insertions, 1 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog new file mode 100644 index 000000000000..4d7d48e4cd17 --- /dev/null +++ b/dev-php/smarty-docs/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-php/smarty-docs +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.1 2003/09/28 02:29:28 twp Exp $ + +*smarty-2.5.0 (28 Sep 2003) + + 28 Sep 2003; Tom Payne <twp@gentoo.org> smarty-docs-2.5.0.ebuild : + Initial version. 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 . +} |