diff options
author | 2004-03-26 22:56:33 +0000 | |
---|---|---|
committer | 2004-03-26 22:56:33 +0000 | |
commit | 8f6a2805c78266564874011381d9c28238100e0b (patch) | |
tree | 65928f8167fe7c1e8a025eb2f6fd822d46540bb9 /dev-php/smarty-docs | |
parent | version bump (diff) | |
download | historical-8f6a2805c78266564874011381d9c28238100e0b.tar.gz historical-8f6a2805c78266564874011381d9c28238100e0b.tar.bz2 historical-8f6a2805c78266564874011381d9c28238100e0b.zip |
Marked stable on x86. Added IUSE.
Diffstat (limited to 'dev-php/smarty-docs')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty-docs/Manifest | 4 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.2.ebuild | 5 |
3 files changed, 9 insertions, 5 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/Manifest b/dev-php/smarty-docs/Manifest index 98570f4e7db7..e6cc804b38a5 100644 --- a/dev-php/smarty-docs/Manifest +++ b/dev-php/smarty-docs/Manifest @@ -1,6 +1,6 @@ MD5 baf0b65603dfec921c6251091d7d0ce2 smarty-docs-2.6.0.ebuild 543 -MD5 f0053abdedd486dcaa16e95e5f5b5218 smarty-docs-2.6.2.ebuild 533 -MD5 d2bea17b466ab3384993428e513213ec ChangeLog 873 +MD5 e76af56059cb92f79e364093cbb83baa smarty-docs-2.6.2.ebuild 540 +MD5 ed7585738c55640e777ffb90e5ebf97d ChangeLog 979 MD5 ac009191d002234ff4395a02b65a9450 smarty-docs-2.5.0.ebuild 543 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 641fdee412971de5933b7da56c1cf9c0 files/digest-smarty-docs-2.5.0 69 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 |