diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-09 00:46:54 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-09 00:46:54 +0000 |
commit | f303f598f60288ba2e2005afdea41f3941118ba8 (patch) | |
tree | eba39d8a05678d565cfd537443168e0a62f63852 /dev-php | |
parent | fix broken p.mask (diff) | |
download | gentoo-2-f303f598f60288ba2e2005afdea41f3941118ba8.tar.gz gentoo-2-f303f598f60288ba2e2005afdea41f3941118ba8.tar.bz2 gentoo-2-f303f598f60288ba2e2005afdea41f3941118ba8.zip |
Marked stable on hppa.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index bb7e846b7f6f..d0ff73c75f62 100644 --- a/dev-php/smarty-docs/ChangeLog +++ b/dev-php/smarty-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty-docs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.14 2004/10/03 17:47:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.15 2004/10/09 00:46:54 gmsoft Exp $ + + 09 Oct 2004; Guy Martin <gmsoft@gentoo.org> smarty-docs-2.6.3.ebuild: + Marked stable on hppa. 03 Oct 2004; Jason Wever <weeve@gentoo.org> smarty-docs-2.6.3.ebuild: Stable on sparc. diff --git a/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild index 49ba2170d792..e3b0311c85d6 100644 --- a/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild +++ b/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3.ebuild,v 1.3 2004/10/03 17:47:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild,v 1.4 2004/10/09 00:46:54 gmsoft Exp $ MY_P=Smarty-${PV}-docs DESCRIPTION="A template engine for PHP" @@ -9,7 +9,7 @@ SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="~alpha ~hppa ~ppc sparc x86" +KEYWORDS="~alpha hppa ~ppc sparc x86" DEPEND="" S=${WORKDIR}/manual |