diff options
author | Jason Wever <weeve@gentoo.org> | 2005-03-26 03:04:54 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-03-26 03:04:54 +0000 |
commit | d48eb34ae9bc60a7aaa71bdc6a2b56a7cef59a6e (patch) | |
tree | af10b6e173f40822f90698d7c908a28d8e9a18d4 /dev-php | |
parent | Stable on mips. (diff) | |
download | gentoo-2-d48eb34ae9bc60a7aaa71bdc6a2b56a7cef59a6e.tar.gz gentoo-2-d48eb34ae9bc60a7aaa71bdc6a2b56a7cef59a6e.tar.bz2 gentoo-2-d48eb34ae9bc60a7aaa71bdc6a2b56a7cef59a6e.zip |
Stable on SPARC.
(Portage version: 2.0.51.19)
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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index bc3a7aec340e..9871c88b53b3 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.22 2005/03/26 00:02:03 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.23 2005/03/26 03:04:54 weeve Exp $ + + 26 Mar 2005; Jason Wever <weeve@gentoo.org> smarty-docs-2.6.7.ebuild: + Stable on SPARC. 26 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> smarty-docs-2.6.7.ebuild: diff --git a/dev-php/smarty-docs/smarty-docs-2.6.7.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.7.ebuild index aee61c6306a9..77484c9fe08d 100644 --- a/dev-php/smarty-docs/smarty-docs-2.6.7.ebuild +++ b/dev-php/smarty-docs/smarty-docs-2.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.7.ebuild,v 1.3 2005/03/26 00:02:03 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.7.ebuild,v 1.4 2005/03/26 03:04:54 weeve 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 amd64" +KEYWORDS="~alpha ~hppa ppc sparc x86 amd64" DEPEND="" S=${WORKDIR}/manual |