diff options
author | Guy Martin <gmsoft@gentoo.org> | 2006-05-31 22:23:50 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2006-05-31 22:23:50 +0000 |
commit | 286f86ae3493dadf0a79a68936c8192902beb3a2 (patch) | |
tree | cdb9a3f83d208dd1915172e75d2ba92a8b9e5937 /dev-php | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-286f86ae3493dadf0a79a68936c8192902beb3a2.tar.gz gentoo-2-286f86ae3493dadf0a79a68936c8192902beb3a2.tar.bz2 gentoo-2-286f86ae3493dadf0a79a68936c8192902beb3a2.zip |
Stable on hppa.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 0a58aa7ef163..c9e8e0c964ba 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.56 2006/05/25 22:39:52 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.57 2006/05/31 22:23:50 gmsoft Exp $ + + 31 May 2006; Guy Martin <gmsoft@gentoo.org> smarty-2.6.13.ebuild: + Stable on hppa. 25 May 2006; Michael Hanselmann <hansmi@gentoo.org> smarty-2.6.13.ebuild: Added to ~hppa. diff --git a/dev-php/smarty/smarty-2.6.13.ebuild b/dev-php/smarty/smarty-2.6.13.ebuild index 0e710620e177..d4189c8b0536 100644 --- a/dev-php/smarty/smarty-2.6.13.ebuild +++ b/dev-php/smarty/smarty-2.6.13.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.13.ebuild,v 1.7 2006/05/25 22:39:52 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.13.ebuild,v 1.8 2006/05/31 22:23:50 gmsoft 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 sparc x86" +KEYWORDS="alpha amd64 hppa ppc sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" |