diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-04-16 11:47:48 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-04-16 11:47:48 +0000 |
commit | 7f458cf2e5893360bc58e7e52a2f17b557a30d40 (patch) | |
tree | edb62c0cc9a37b62c5f86895c33ffa24196f6e58 /dev-php/smarty | |
parent | Marked stable on hppa. (diff) | |
download | historical-7f458cf2e5893360bc58e7e52a2f17b557a30d40.tar.gz historical-7f458cf2e5893360bc58e7e52a2f17b557a30d40.tar.bz2 historical-7f458cf2e5893360bc58e7e52a2f17b557a30d40.zip |
Marked stable on hppa.
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/Manifest | 8 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.2.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 298c300ff2b3..b6704215d421 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.11 2004/04/12 16:47:18 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.12 2004/04/16 11:47:48 gmsoft Exp $ + + 16 Apr 2004; Guy Martin <gmsoft@gentoo.org> smarty-2.6.2.ebuild: + Marked stable on hppa. 12 Apr 2004; <twp@gentoo.org> smarty-2.5.0.ebuild, smarty-2.6.0-r1.ebuild, smarty-2.6.0.ebuild, smarty-2.6.2.ebuild: diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest index 0996217ffa83..1dfb20b4f81e 100644 --- a/dev-php/smarty/Manifest +++ b/dev-php/smarty/Manifest @@ -1,6 +1,6 @@ -MD5 afa283ee5cd92f520fb4fd8b38708284 smarty-2.6.2.ebuild 905 -MD5 a251567049244b3ea32a8ca6f486700b smarty-2.6.0-r2.ebuild 881 -MD5 e863f0b90174d389faed37e265c3c149 ChangeLog 1848 +MD5 754da387972739ef09286cc2fc761ae9 ChangeLog 1944 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 -MD5 e4efdb7a0ff70439c7314f0f570ea9aa files/digest-smarty-2.6.2 64 +MD5 a251567049244b3ea32a8ca6f486700b smarty-2.6.0-r2.ebuild 881 +MD5 71df89d5225f378bf212bc6d98693c1f smarty-2.6.2.ebuild 907 MD5 cc746919357bf3d40185fb16d4e2be1c files/digest-smarty-2.6.0-r2 64 +MD5 e4efdb7a0ff70439c7314f0f570ea9aa files/digest-smarty-2.6.2 64 diff --git a/dev-php/smarty/smarty-2.6.2.ebuild b/dev-php/smarty/smarty-2.6.2.ebuild index e3710bb8688e..2e1aba5cf52d 100644 --- a/dev-php/smarty/smarty-2.6.2.ebuild +++ b/dev-php/smarty/smarty-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/smarty-2.6.2.ebuild,v 1.2 2004/04/12 16:47:18 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.2.ebuild,v 1.3 2004/04/16 11:47:48 gmsoft 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" |