summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Knight <tomk@gentoo.org>2006-12-04 19:44:05 +0000
committerTom Knight <tomk@gentoo.org>2006-12-04 19:44:05 +0000
commit38620b563df6f6498bb7bd2d9de389af25df4863 (patch)
treebf076e7e937c09800496e8830a27488e7ee3444b /dev-php
parentVersion bump. (diff)
downloadgentoo-2-38620b563df6f6498bb7bd2d9de389af25df4863.tar.gz
gentoo-2-38620b563df6f6498bb7bd2d9de389af25df4863.tar.bz2
gentoo-2-38620b563df6f6498bb7bd2d9de389af25df4863.zip
Version bumped to 2.6.14
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/smarty-docs/ChangeLog7
-rw-r--r--dev-php/smarty-docs/files/digest-smarty-docs-2.6.143
-rw-r--r--dev-php/smarty-docs/smarty-docs-2.6.14.ebuild18
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog
index 48e89f48af12..c5e80c65228e 100644
--- a/dev-php/smarty-docs/ChangeLog
+++ b/dev-php/smarty-docs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/smarty-docs
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.38 2006/10/20 21:05:50 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.39 2006/12/04 19:44:05 tomk Exp $
+
+*smarty-docs-2.6.14 (04 Dec 2006)
+
+ 04 Dec 2006; Tom Knight <tomk@gentoo.org> +smarty-docs-2.6.14.ebuild:
+ Version bumped to 2.6.14
20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
smarty-docs-2.6.11.ebuild:
diff --git a/dev-php/smarty-docs/files/digest-smarty-docs-2.6.14 b/dev-php/smarty-docs/files/digest-smarty-docs-2.6.14
new file mode 100644
index 000000000000..1a68b1129aac
--- /dev/null
+++ b/dev-php/smarty-docs/files/digest-smarty-docs-2.6.14
@@ -0,0 +1,3 @@
+MD5 357510250885aab057853949e35845c7 Smarty-2.6.14-docs.tar.gz 136235
+RMD160 2930da8e5e53f4f4a2be3ac5ac5b281609911dbc Smarty-2.6.14-docs.tar.gz 136235
+SHA256 50d92a5fe2ff2a77668de36de5d9bff7a021892aa66e31ff660a89240edb6dc3 Smarty-2.6.14-docs.tar.gz 136235
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
new file mode 100644
index 000000000000..7ee56a5592ff
--- /dev/null
+++ b/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 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.14.ebuild,v 1.1 2006/12/04 19:44:05 tomk Exp $
+
+DESCRIPTION="Documentation for Smarty, a template engine for PHP."
+HOMEPAGE="http://smarty.php.net/docs.php"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+MY_P="Smarty-${PV}-docs"
+SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
+S="${WORKDIR}/manual"
+
+src_install() {
+ dohtml -r .
+}