diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 21:05:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 21:05:01 +0000 |
commit | 5ac911d4132eee5ca94f37dcbff49f0bd6d36013 (patch) | |
tree | 649cdfde667e3a9d2ead41f60dc9694532809097 /dev-php/smarty | |
parent | Stable on Alpha. (diff) | |
download | gentoo-2-5ac911d4132eee5ca94f37dcbff49f0bd6d36013.tar.gz gentoo-2-5ac911d4132eee5ca94f37dcbff49f0bd6d36013.tar.bz2 gentoo-2-5ac911d4132eee5ca94f37dcbff49f0bd6d36013.zip |
Stable on Alpha.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index f8810f80c2c7..ee8de3df6d21 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.64 2006/10/11 19:42:17 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.65 2006/10/20 21:05:01 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> smarty-2.6.14.ebuild: + Stable on Alpha. 11 Oct 2006; Markus Rothe <corsair@gentoo.org> smarty-2.6.13.ebuild, smarty-2.6.14.ebuild: diff --git a/dev-php/smarty/smarty-2.6.14.ebuild b/dev-php/smarty/smarty-2.6.14.ebuild index 7bc51a67ac31..9e17e472bde7 100644 --- a/dev-php/smarty/smarty-2.6.14.ebuild +++ b/dev-php/smarty/smarty-2.6.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.14.ebuild,v 1.7 2006/10/11 19:42:17 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.14.ebuild,v 1.8 2006/10/20 21:05:01 kloeri Exp $ inherit php-lib-r1 @@ -8,7 +8,7 @@ DESCRIPTION="A template engine for PHP." HOMEPAGE="http://smarty.php.net/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 hppa ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" |