diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 21:05:50 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 21:05:50 +0000 |
commit | acc4148ab4addedd6c5b2e559c75eedd9eea437f (patch) | |
tree | ef5d180f3148b073d9b78641c6db6cd201ea21d0 /dev-php | |
parent | Stable on Alpha. (diff) | |
download | gentoo-2-acc4148ab4addedd6c5b2e559c75eedd9eea437f.tar.gz gentoo-2-acc4148ab4addedd6c5b2e559c75eedd9eea437f.tar.bz2 gentoo-2-acc4148ab4addedd6c5b2e559c75eedd9eea437f.zip |
Stable on Alpha.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index 40d11c8edbb4..48e89f48af12 100644 --- a/dev-php/smarty-docs/ChangeLog +++ b/dev-php/smarty-docs/ChangeLog @@ -1,6 +1,10 @@ # 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.37 2006/10/11 19:41:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.38 2006/10/20 21:05:50 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + smarty-docs-2.6.11.ebuild: + Stable on Alpha. 11 Oct 2006; Markus Rothe <corsair@gentoo.org> smarty-docs-2.6.9.ebuild, smarty-docs-2.6.11.ebuild: diff --git a/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild index 95109e96445d..e3762a0f541d 100644 --- a/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild +++ b/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild @@ -1,13 +1,13 @@ # 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.5 2006/10/11 19:41:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild,v 1.6 2006/10/20 21:05:50 kloeri 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" +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" |