summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-17 15:02:29 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-17 15:02:29 +0000
commitc0cc4ecd5d0e889376647608d945bfdaae47bed4 (patch)
tree60d4757e4328dd10c2509d23b85761fa381df338 /dev-php/smarty
parentfixed newdepend (diff)
downloadhistorical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.gz
historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.tar.bz2
historical-c0cc4ecd5d0e889376647608d945bfdaae47bed4.zip
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/smarty')
-rw-r--r--dev-php/smarty/ChangeLog5
-rw-r--r--dev-php/smarty/smarty-2.6.0-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog
index b6704215d421..da626e7068b1 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.12 2004/04/16 11:47:48 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.13 2004/04/17 15:02:29 aliz Exp $
+
+ 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> smarty-2.6.0-r2.ebuild:
+ Fixed IUSE flags.
16 Apr 2004; Guy Martin <gmsoft@gentoo.org> smarty-2.6.2.ebuild:
Marked stable on hppa.
diff --git a/dev-php/smarty/smarty-2.6.0-r2.ebuild b/dev-php/smarty/smarty-2.6.0-r2.ebuild
index 7fdda9bbf665..e0717ce5959d 100644
--- a/dev-php/smarty/smarty-2.6.0-r2.ebuild
+++ b/dev-php/smarty/smarty-2.6.0-r2.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.0-r2.ebuild,v 1.3 2004/02/22 21:10:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0-r2.ebuild,v 1.4 2004/04/17 15:02:29 aliz Exp $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -9,7 +9,7 @@ SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha hppa ppc sparc x86"
-IUSE="doc"
+IUSE=""
DEPEND=""
RDEPEND="virtual/php"
S=${WORKDIR}/${MY_P}