summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-04-12 16:49:29 +0000
committerTom William Payne <twp@gentoo.org>2004-04-12 16:49:29 +0000
commit1da3189018621f498c28c50d2818b48986ba9b1b (patch)
tree2a2abe811a7e9323ba394c7f6c6fb350c8f44763
parentBumped to stable on ppc (Manifest recommit) (diff)
downloadgentoo-2-1da3189018621f498c28c50d2818b48986ba9b1b.tar.gz
gentoo-2-1da3189018621f498c28c50d2818b48986ba9b1b.tar.bz2
gentoo-2-1da3189018621f498c28c50d2818b48986ba9b1b.zip
Removed old version. Added IUSE variable.
-rw-r--r--dev-php/smarty-docs/ChangeLog7
-rw-r--r--dev-php/smarty-docs/smarty-docs-2.6.0.ebuild3
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog
index b0257e5536f0..16899c692012 100644
--- a/dev-php/smarty-docs/ChangeLog
+++ b/dev-php/smarty-docs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/smarty-docs
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.6 2004/03/26 22:56:33 twp Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.7 2004/04/12 16:49:29 twp Exp $
+
+ 12 Apr 2004; <twp@gentoo.org> smarty-docs-2.6.0.ebuild:
+ Removed old version. Added IUSE variable.
26 Mar 2004; Tom Payne <twp@gentoo.org> smarty-docs-2.6.2.ebuild :
Marked stable on x86. Added IUSE.
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild
index ddb6a49c4557..3dc8c5aa0a18 100644
--- a/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild
+++ b/dev-php/smarty-docs/smarty-docs-2.6.0.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-docs/smarty-docs-2.6.0.ebuild,v 1.4 2004/03/21 18:21:47 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild,v 1.5 2004/04/12 16:49:29 twp Exp $
MY_P=Smarty-${PV}-docs
DESCRIPTION="A template engine for PHP"
@@ -8,6 +8,7 @@ HOMEPAGE="http://smarty.php.net/"
SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
+IUSE=""
KEYWORDS="alpha hppa ppc sparc x86"
DEPEND="dev-php/mod_php"