diff options
author | Tom William Payne <twp@gentoo.org> | 2004-03-26 22:56:33 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-03-26 22:56:33 +0000 |
commit | f5016135d8a3a523f39d830dc5789e3466179200 (patch) | |
tree | 74e1fcb9c3c25a377a13df0cb799379810c98905 /dev-php | |
parent | version bump (diff) | |
download | gentoo-2-f5016135d8a3a523f39d830dc5789e3466179200.tar.gz gentoo-2-f5016135d8a3a523f39d830dc5789e3466179200.tar.bz2 gentoo-2-f5016135d8a3a523f39d830dc5789e3466179200.zip |
Marked stable on x86. Added IUSE.
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.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index caf04970e524..b0257e5536f0 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.5 2004/03/21 18:21:47 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.6 2004/03/26 22:56:33 twp Exp $ + + 26 Mar 2004; Tom Payne <twp@gentoo.org> smarty-docs-2.6.2.ebuild : + Marked stable on x86. Added IUSE. *smarty-docs-2.6.2 (21 Mar 2004) diff --git a/dev-php/smarty-docs/smarty-docs-2.6.2.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.2.ebuild index 4bcc48cb1bb3..ad2286c0515d 100644 --- a/dev-php/smarty-docs/smarty-docs-2.6.2.ebuild +++ b/dev-php/smarty-docs/smarty-docs-2.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.2.ebuild,v 1.1 2004/03/21 18:21:48 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.2.ebuild,v 1.2 2004/03/26 22:56:33 twp Exp $ MY_P=Smarty-${PV}-docs DESCRIPTION="A template engine for PHP" @@ -8,7 +8,8 @@ HOMEPAGE="http://smarty.php.net/" SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86" +IUSE="" +KEYWORDS="~alpha ~hppa ~ppc ~sparc x86" DEPEND="" S=${WORKDIR}/manual |