summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-08 08:41:30 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-08 08:41:30 +0000
commitd93de726686ad9ce1fd9a95ff03eddf4272fd835 (patch)
treef5d583eca87644cfc5ae6fdd48b8a6945412fc32 /dev-php/smarty
parentstabilize 1.1.8, unhardmask 1.2.1 (diff)
downloadgentoo-2-d93de726686ad9ce1fd9a95ff03eddf4272fd835.tar.gz
gentoo-2-d93de726686ad9ce1fd9a95ff03eddf4272fd835.tar.bz2
gentoo-2-d93de726686ad9ce1fd9a95ff03eddf4272fd835.zip
remove mips and arm KEYWORDS due to lack of support, ready for new repoman.
Diffstat (limited to 'dev-php/smarty')
-rw-r--r--dev-php/smarty/ChangeLog6
-rw-r--r--dev-php/smarty/smarty-2.5.0.ebuild6
-rw-r--r--dev-php/smarty/smarty-2.6.0-r1.ebuild6
-rw-r--r--dev-php/smarty/smarty-2.6.0-r2.ebuild4
-rw-r--r--dev-php/smarty/smarty-2.6.0.ebuild6
5 files changed, 16 insertions, 12 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog
index 7e9c066562de..803191e768d0 100644
--- a/dev-php/smarty/ChangeLog
+++ b/dev-php/smarty/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2004/01/05 21:28:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.9 2004/01/08 08:39:49 robbat2 Exp $
+
+ 08 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> smarty-2.5.0.ebuild,
+ smarty-2.6.0-r1.ebuild, smarty-2.6.0-r2.ebuild, smarty-2.6.0.ebuild:
+ remove mips and arm KEYWORDS due to lack of support, ready for new repoman.
*smarty-2.6.0-r2 (04 Jan 2004)
*smarty-2.6.0-r1 (04 Jan 2004)
diff --git a/dev-php/smarty/smarty-2.5.0.ebuild b/dev-php/smarty/smarty-2.5.0.ebuild
index 75a6ac287525..4734db4b43b8 100644
--- a/dev-php/smarty/smarty-2.5.0.ebuild
+++ b/dev-php/smarty/smarty-2.5.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/smarty-2.5.0.ebuild,v 1.3 2004/01/05 04:11:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.5.0.ebuild,v 1.4 2004/01/08 08:39:49 robbat2 Exp $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -9,9 +9,9 @@ SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz
http://smarty.php.net/distributions/manual/en/${MY_P}-docs.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha arm hppa mips ppc sparc x86"
+KEYWORDS="alpha hppa ppc sparc x86"
IUSE="doc"
-DEPEND="dev-php/mod_php"
+DEPEND="virtual/php"
S=${WORKDIR}/${MY_P}
diff --git a/dev-php/smarty/smarty-2.6.0-r1.ebuild b/dev-php/smarty/smarty-2.6.0-r1.ebuild
index 5707fa24c783..de7dbcfbcabc 100644
--- a/dev-php/smarty/smarty-2.6.0-r1.ebuild
+++ b/dev-php/smarty/smarty-2.6.0-r1.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-r1.ebuild,v 1.2 2004/01/05 04:11:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0-r1.ebuild,v 1.3 2004/01/08 08:39:49 robbat2 Exp $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -8,9 +8,9 @@ HOMEPAGE="http://smarty.php.net/"
SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha arm hppa mips ppc sparc x86"
+KEYWORDS="alpha hppa ppc sparc x86"
IUSE="doc"
-DEPEND="dev-php/mod_php"
+DEPEND="virtual/php"
S=${WORKDIR}/${MY_P}
src_install() {
diff --git a/dev-php/smarty/smarty-2.6.0-r2.ebuild b/dev-php/smarty/smarty-2.6.0-r2.ebuild
index 3f7f1488066f..1bda4ff29241 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.1 2004/01/05 04:11:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0-r2.ebuild,v 1.2 2004/01/08 08:39:49 robbat2 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 arm hppa mips ppc sparc x86"
+KEYWORDS="alpha hppa ppc sparc x86"
IUSE="doc"
DEPEND=""
RDEPEND="virtual/php"
diff --git a/dev-php/smarty/smarty-2.6.0.ebuild b/dev-php/smarty/smarty-2.6.0.ebuild
index f5d599c1fe2e..da4e50cfd367 100644
--- a/dev-php/smarty/smarty-2.6.0.ebuild
+++ b/dev-php/smarty/smarty-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/smarty-2.6.0.ebuild,v 1.2 2004/01/05 04:11:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0.ebuild,v 1.3 2004/01/08 08:39:49 robbat2 Exp $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -9,9 +9,9 @@ SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz
http://smarty.php.net/distributions/manual/en/${MY_P}-docs.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha arm hppa mips ppc sparc x86"
+KEYWORDS="alpha hppa ppc sparc x86"
IUSE="doc"
-DEPEND="dev-php/mod_php"
+DEPEND="virtual/php"
S=${WORKDIR}/${MY_P}