diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-11 23:06:34 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-11 23:06:34 +0000 |
commit | 162045c0de9300996755ab54d86a3038df153a41 (patch) | |
tree | db8f63e3fc162383c52c072bf84b2e985d6a9fff /dev-php/smarty | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-162045c0de9300996755ab54d86a3038df153a41.tar.gz gentoo-2-162045c0de9300996755ab54d86a3038df153a41.tar.bz2 gentoo-2-162045c0de9300996755ab54d86a3038df153a41.zip |
Stable on alpha.
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 4dc4308f4463..4a9fcd565e3c 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.19 2004/12/06 09:27:19 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.20 2004/12/11 23:05:14 kloeri Exp $ + + 12 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> smarty-2.6.5.ebuild: + Stable on alpha. 06 Dec 2004; Tom Payne <twp@gentoo.org> smarty-2.6.5.ebuild: SStable on x86. diff --git a/dev-php/smarty/smarty-2.6.5.ebuild b/dev-php/smarty/smarty-2.6.5.ebuild index 134e7af04ff3..ebe8e22a95fd 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.2 2004/12/06 09:27:19 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.5.ebuild,v 1.3 2004/12/11 23:05:14 kloeri 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" |