diff options
author | Tom Knight <tomk@gentoo.org> | 2006-02-28 21:55:48 +0000 |
---|---|---|
committer | Tom Knight <tomk@gentoo.org> | 2006-02-28 21:55:48 +0000 |
commit | 89d1dfd4dbfe4323e986a2bc7ab6342b81b7834f (patch) | |
tree | 80c171d6f21ad8949594937bc8438fabaf642a24 /dev-php | |
parent | initial commit (diff) | |
download | historical-89d1dfd4dbfe4323e986a2bc7ab6342b81b7834f.tar.gz historical-89d1dfd4dbfe4323e986a2bc7ab6342b81b7834f.tar.bz2 historical-89d1dfd4dbfe4323e986a2bc7ab6342b81b7834f.zip |
Version bump to 2.6.11
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/smarty-docs/Manifest | 4 | ||||
-rw-r--r-- | dev-php/smarty-docs/files/digest-smarty-docs-2.6.11 | 1 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.11.ebuild | 18 |
4 files changed, 29 insertions, 3 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index 39a2af4bc0c3..130a34f79a23 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.31 2005/11/24 12:33:30 chtekk Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.32 2006/02/28 21:55:48 tomk Exp $ + +*smarty-docs-2.6.11 (28 Feb 2006) + + 28 Feb 2006; Tom Knight <tomk@gentoo.org> +smarty-docs-2.6.11.ebuild: + Version bump to 2.6.11 *smarty-docs-2.6.9-r1 (24 Nov 2005) diff --git a/dev-php/smarty-docs/Manifest b/dev-php/smarty-docs/Manifest index 319e1a66d777..fde27171684b 100644 --- a/dev-php/smarty-docs/Manifest +++ b/dev-php/smarty-docs/Manifest @@ -1,5 +1,6 @@ -MD5 b6b492033315db1bd6409c32e6582d9f ChangeLog 3559 +MD5 fdeb80fcaea102ff06c3aa2df7269607 ChangeLog 3690 MD5 07523ebbe30f8f113791aa0328a95890 files/digest-smarty-docs-2.6.0 69 +MD5 11d3c01cdf0a96bac46ff16eda6271a2 files/digest-smarty-docs-2.6.11 70 MD5 3c8aa222810b57064cec711243cb95e7 files/digest-smarty-docs-2.6.2 69 MD5 c9ec59dbd8dbeeeee96a9f39ca6b355a files/digest-smarty-docs-2.6.3 69 MD5 a2a2f68c9fe8226ed39ace16a3af3f27 files/digest-smarty-docs-2.6.5 69 @@ -8,6 +9,7 @@ MD5 a21112ed972e7e43ce395d986fb26d9a files/digest-smarty-docs-2.6.9 69 MD5 a21112ed972e7e43ce395d986fb26d9a files/digest-smarty-docs-2.6.9-r1 69 MD5 614fc58a3eb857c656b39f39e330a79e metadata.xml 245 MD5 69ddc025e80c1739000246e062a83ccb smarty-docs-2.6.0.ebuild 543 +MD5 511f9ef0e817da31c64e3f83816fc3d4 smarty-docs-2.6.11.ebuild 570 MD5 201ad618758eb7b0c52a5549d13fdf11 smarty-docs-2.6.2.ebuild 529 MD5 7d5ad1254787f538502caa8600c246dc smarty-docs-2.6.3.ebuild 536 MD5 e1644d9385342119f107f29626a04475 smarty-docs-2.6.5.ebuild 540 diff --git a/dev-php/smarty-docs/files/digest-smarty-docs-2.6.11 b/dev-php/smarty-docs/files/digest-smarty-docs-2.6.11 new file mode 100644 index 000000000000..eac084063271 --- /dev/null +++ b/dev-php/smarty-docs/files/digest-smarty-docs-2.6.11 @@ -0,0 +1 @@ +MD5 7a0eaeda82eef073c87997141ee6207c Smarty-2.6.11-docs.tar.gz 125366 diff --git a/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild new file mode 100644 index 000000000000..fa1c17b9f46b --- /dev/null +++ b/dev-php/smarty-docs/smarty-docs-2.6.11.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.11.ebuild,v 1.1 2006/02/28 21:55:48 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 ~hppa ~ppc ~sparc ~x86 ~amd64" + +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 . +} |