diff options
author | Tom William Payne <twp@gentoo.org> | 2004-12-06 09:27:19 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-12-06 09:27:19 +0000 |
commit | de1d37eb8e195075d476a45f977a335dc19bb982 (patch) | |
tree | ef3ff3f65aec1c9db07e228b555bc3818edcc34c /dev-php/smarty | |
parent | 0.1.23 stable on x86. 0.2.0 fix LICENSE. Bug # 73489. (diff) | |
download | historical-de1d37eb8e195075d476a45f977a335dc19bb982.tar.gz historical-de1d37eb8e195075d476a45f977a335dc19bb982.tar.bz2 historical-de1d37eb8e195075d476a45f977a335dc19bb982.zip |
Stable on x86.
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/Manifest | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 6565b552a164..4dc4308f4463 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.18 2004/09/26 16:26:15 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.19 2004/12/06 09:27:19 twp Exp $ + + 06 Dec 2004; Tom Payne <twp@gentoo.org> smarty-2.6.5.ebuild: + SStable on x86. *smarty-2.6.5 (26 Sep 2004) diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest index 625c986ff7e5..bf7b5ceae06d 100644 --- a/dev-php/smarty/Manifest +++ b/dev-php/smarty/Manifest @@ -1,7 +1,7 @@ MD5 66adefa7f0bb0e43b231400952a8fdc5 smarty-2.6.2.ebuild 896 MD5 d58936231d3a7d65bcf61a69b8701148 smarty-2.6.0-r2.ebuild 869 -MD5 3c3905f98294a07ff8e06b8746c49eeb ChangeLog 2486 -MD5 b788387264d29f13608e577563977bae smarty-2.6.5.ebuild 897 +MD5 6fb46a915b2080862c1b1c980b18513c ChangeLog 2568 +MD5 bd735646dbd324abc8adad2019315465 smarty-2.6.5.ebuild 896 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 e4efdb7a0ff70439c7314f0f570ea9aa files/digest-smarty-2.6.2 64 MD5 3724d102d85b8d2f110e277db301709e files/digest-smarty-2.6.5 64 diff --git a/dev-php/smarty/smarty-2.6.5.ebuild b/dev-php/smarty/smarty-2.6.5.ebuild index 4f707cfdf81a..134e7af04ff3 100644 --- a/dev-php/smarty/smarty-2.6.5.ebuild +++ b/dev-php/smarty/smarty-2.6.5.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/smarty-2.6.5.ebuild,v 1.1 2004/09/26 16:26:15 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.5.ebuild,v 1.2 2004/12/06 09:27:19 twp Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -8,7 +8,7 @@ HOMEPAGE="http://smarty.php.net/" SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~hppa ~ppc ~sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" RDEPEND="virtual/php" |