summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2004-12-18 11:46:39 +0000
committerSimon Stelling <blubb@gentoo.org>2004-12-18 11:46:39 +0000
commit34f5b1d97c5a6c862f1c3e1450549a54546fa969 (patch)
tree227238eebcad0b92744c84929fa4884f33de558a /dev-php/smarty
parentPrunded old version. (diff)
downloadhistorical-34f5b1d97c5a6c862f1c3e1450549a54546fa969.tar.gz
historical-34f5b1d97c5a6c862f1c3e1450549a54546fa969.tar.bz2
historical-34f5b1d97c5a6c862f1c3e1450549a54546fa969.zip
~amd64
Diffstat (limited to 'dev-php/smarty')
-rw-r--r--dev-php/smarty/ChangeLog8
-rw-r--r--dev-php/smarty/smarty-2.6.5.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog
index 4a9fcd565e3c..bd798c1127c9 100644
--- a/dev-php/smarty/ChangeLog
+++ b/dev-php/smarty/ChangeLog
@@ -1,6 +1,12 @@
# 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.20 2004/12/11 23:05:14 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.21 2004/12/18 11:45:27 blubb Exp $
+
+ 18 Dec 2004; Simon Stelling <blubb@gentoo.org> smarty-2.6.5.ebuild:
+ added ~amd64
+
+ 18 Dec 2004; Simon Stelling <blubb@gentoo.org> smarty-2.6.5.ebuild:
+ added ~amd64
12 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> smarty-2.6.5.ebuild:
Stable on alpha.
diff --git a/dev-php/smarty/smarty-2.6.5.ebuild b/dev-php/smarty/smarty-2.6.5.ebuild
index ebe8e22a95fd..cd269c65dab8 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.3 2004/12/11 23:05:14 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.5.ebuild,v 1.4 2004/12/18 11:45:27 blubb 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 ~amd64"
IUSE="doc"
DEPEND="doc? ( dev-php/smarty-docs )"
RDEPEND="virtual/php"