summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-12-24 15:10:48 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-12-24 15:10:48 +0000
commit2c11ec50935eb122dfa3a2bde1eff868f50afdef (patch)
tree54b9a57682fedfa38f4f9358fe1a7d930158a999 /dev-php/smarty
parentInitial commit, closes bug #62492 by Marius Konitzer. Ebuild by Yaakov S <yse... (diff)
downloadhistorical-2c11ec50935eb122dfa3a2bde1eff868f50afdef.tar.gz
historical-2c11ec50935eb122dfa3a2bde1eff868f50afdef.tar.bz2
historical-2c11ec50935eb122dfa3a2bde1eff868f50afdef.zip
dev-php/smarty stable on ppc.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-php/smarty')
-rw-r--r--dev-php/smarty/ChangeLog5
-rw-r--r--dev-php/smarty/Manifest14
-rw-r--r--dev-php/smarty/smarty-2.6.10.ebuild4
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog
index 9c2cbc359de4..8371349094ab 100644
--- a/dev-php/smarty/ChangeLog
+++ b/dev-php/smarty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.43 2005/12/21 06:18:21 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.44 2005/12/24 15:10:48 hansmi Exp $
+
+ 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> smarty-2.6.10.ebuild:
+ Stable on ppc.
*smarty-2.6.11 (21 Dec 2005)
diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest
index 870baac2abb6..29a74b9611f0 100644
--- a/dev-php/smarty/Manifest
+++ b/dev-php/smarty/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 bcf89822df0c0ff24b4ddaa5e27ae47f ChangeLog 5458
+MD5 106802f6df1be8173bc965d00029d5c2 ChangeLog 5549
MD5 cc746919357bf3d40185fb16d4e2be1c files/digest-smarty-2.6.0-r2 64
MD5 5c8b2c664a6db112f8008092217a87f4 files/digest-smarty-2.6.10 65
MD5 7842d261b15d017a016ef471af1efd2d files/digest-smarty-2.6.11 65
@@ -12,17 +9,10 @@ MD5 7086f4ebff0ab3d5ae35409f705666cd files/digest-smarty-2.6.8 64
MD5 0de6f1952c6152b890abee74c964e0a0 files/digest-smarty-2.6.9 64
MD5 614fc58a3eb857c656b39f39e330a79e metadata.xml 245
MD5 cb3dd9ceb3c427858d643cc29888df37 smarty-2.6.0-r2.ebuild 992
-MD5 2b79b2d0d5c86fb730f64fe6b314c6c8 smarty-2.6.10.ebuild 1194
+MD5 60918bb80a8813de5274fca20ba76cee smarty-2.6.10.ebuild 1194
MD5 1731776c1c6235c12a9be31b031871df smarty-2.6.11.ebuild 1293
MD5 b72619637b011549b0d9d246aff3329b smarty-2.6.2.ebuild 1021
MD5 ffeaf039a8dd126e56890aa4499254ef smarty-2.6.5.ebuild 1028
MD5 170edd90e166535fb6af77449ffd32ef smarty-2.6.7.ebuild 1032
MD5 8dd31197b12feefd4737428a6b214875 smarty-2.6.8.ebuild 1026
MD5 3797eb1774b9f63e7610185b77d69f16 smarty-2.6.9.ebuild 1189
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDqPQ5aGfFFLhbXWkRAtp8AJ90wAsq+TLaLDLSTsKOINQ7vj9YZgCfSefP
-iLN0mH4jSOQfhaobp9XG4es=
-=v8Ku
------END PGP SIGNATURE-----
diff --git a/dev-php/smarty/smarty-2.6.10.ebuild b/dev-php/smarty/smarty-2.6.10.ebuild
index b4d55bb77449..cf36fe0865c4 100644
--- a/dev-php/smarty/smarty-2.6.10.ebuild
+++ b/dev-php/smarty/smarty-2.6.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.10.ebuild,v 1.5 2005/11/22 19:23:04 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.10.ebuild,v 1.6 2005/12/24 15:10:48 hansmi 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 amd64 ~hppa ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
IUSE="doc"
DEPEND="doc? ( dev-php/smarty-docs )"
RDEPEND="virtual/php"