summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-08 06:42:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-08 06:42:01 +0000
commit8297fc2a78657d93c2b9aeebbd839a4aaebee9e3 (patch)
treed76cf5b4041b986796d57f71385048a48a99542d /dev-php
parentfix mremap patch (Manifest recommit) (diff)
downloadgentoo-2-8297fc2a78657d93c2b9aeebbd839a4aaebee9e3.tar.gz
gentoo-2-8297fc2a78657d93c2b9aeebbd839a4aaebee9e3.tar.bz2
gentoo-2-8297fc2a78657d93c2b9aeebbd839a4aaebee9e3.zip
remove ~mips and ~arm KEYWORDS due to lack of support, ready for new repoman.
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php-cgi/ChangeLog8
-rw-r--r--dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild4
-rw-r--r--dev-php/php-cgi/php-cgi-4.3.4.ebuild4
-rw-r--r--dev-php/php-core/ChangeLog8
-rw-r--r--dev-php/php-core/php-core-4.3.4-r1.ebuild6
-rw-r--r--dev-php/php-core/php-core-4.3.4-r2.ebuild6
-rw-r--r--dev-php/php-core/php-core-4.3.4.ebuild6
7 files changed, 25 insertions, 17 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog
index 87a9888ca4de..888654a99357 100644
--- a/dev-php/php-cgi/ChangeLog
+++ b/dev-php/php-cgi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/php-cgi
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.2 2004/01/08 04:16:21 robbat2 Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.3 2004/01/08 06:37:38 robbat2 Exp $
+
+ 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-cgi-4.3.4-r2.ebuild,
+ php-cgi-4.3.4.ebuild:
+ remove ~mips and ~arm KEYWORDS due to lack of support, ready for new repoman.
*php-cgi-4.3.4-r2 (07 Jan 2004)
diff --git a/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild b/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild
index 8132fadb636b..ddc1b2272b7c 100644
--- a/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild
+++ b/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild,v 1.1 2004/01/08 04:16:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.4-r2.ebuild,v 1.2 2004/01/08 06:37:38 robbat2 Exp $
PHPSAPI="cgi"
inherit php-sapi eutils
DESCRIPTION="PHP CGI"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa"
src_compile() {
# CLI needed to build stuff
diff --git a/dev-php/php-cgi/php-cgi-4.3.4.ebuild b/dev-php/php-cgi/php-cgi-4.3.4.ebuild
index e1b754c9e577..1f8bf48ba6b9 100644
--- a/dev-php/php-cgi/php-cgi-4.3.4.ebuild
+++ b/dev-php/php-cgi/php-cgi-4.3.4.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/php-cgi/php-cgi-4.3.4.ebuild,v 1.2 2004/01/08 04:16:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.4.ebuild,v 1.3 2004/01/08 06:37:38 robbat2 Exp $
PHPSAPI="cgi"
inherit php-2 eutils
@@ -9,7 +9,7 @@ IUSE="${IUSE} readline"
DESCRIPTION="PHP CGI"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa"
DEPEND_EXTRA="readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
ncurses? ( >=sys-libs/ncurses-5.1 )"
diff --git a/dev-php/php-core/ChangeLog b/dev-php/php-core/ChangeLog
index ddf8f855d4c1..6cdf6de3e1ec 100644
--- a/dev-php/php-core/ChangeLog
+++ b/dev-php/php-core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/php-core
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/ChangeLog,v 1.4 2003/12/25 14:52:28 coredumb Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/ChangeLog,v 1.5 2004/01/08 06:42:01 robbat2 Exp $
+
+ 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-core-4.3.4-r1.ebuild,
+ php-core-4.3.4-r2.ebuild, php-core-4.3.4.ebuild:
+ remove ~mips and ~arm KEYWORDS due to lack of support, ready for new repoman.
*php-core-4.3.4-r2 (25 Dec 2003)
diff --git a/dev-php/php-core/php-core-4.3.4-r1.ebuild b/dev-php/php-core/php-core-4.3.4-r1.ebuild
index 22c384c67cde..0343f4160c6e 100644
--- a/dev-php/php-core/php-core-4.3.4-r1.ebuild
+++ b/dev-php/php-core/php-core-4.3.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/php-core-4.3.4-r1.ebuild,v 1.1 2003/12/23 22:40:05 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/php-core-4.3.4-r1.ebuild,v 1.2 2004/01/08 06:42:01 robbat2 Exp $
PHPSAPI="cli"
inherit php-2 eutils
@@ -8,7 +8,7 @@ inherit php-2 eutils
IUSE="${IUSE} readline"
DESCRIPTION="PHP core package"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips ~amd64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
DEPEND_EXTRA="readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
ncurses? ( >=sys-libs/ncurses-5.1 )
diff --git a/dev-php/php-core/php-core-4.3.4-r2.ebuild b/dev-php/php-core/php-core-4.3.4-r2.ebuild
index deee788325f5..edb5b40cd6fa 100644
--- a/dev-php/php-core/php-core-4.3.4-r2.ebuild
+++ b/dev-php/php-core/php-core-4.3.4-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/php-core-4.3.4-r2.ebuild,v 1.1 2003/12/25 14:52:28 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/php-core-4.3.4-r2.ebuild,v 1.2 2004/01/08 06:42:01 robbat2 Exp $
PHPSAPI="cli"
inherit php-2 eutils
@@ -8,7 +8,7 @@ inherit php-2 eutils
IUSE="${IUSE} readline"
DESCRIPTION="PHP core package"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips ~amd64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
DEPEND_EXTRA="readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
ncurses? ( >=sys-libs/ncurses-5.1 )
diff --git a/dev-php/php-core/php-core-4.3.4.ebuild b/dev-php/php-core/php-core-4.3.4.ebuild
index 47a70cb99323..ac3ff9d5e0e0 100644
--- a/dev-php/php-core/php-core-4.3.4.ebuild
+++ b/dev-php/php-core/php-core-4.3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/php-core-4.3.4.ebuild,v 1.13 2003/12/16 22:09:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-core/php-core-4.3.4.ebuild,v 1.14 2004/01/08 06:42:01 robbat2 Exp $
PHPSAPI="cli"
inherit php-2 eutils
@@ -8,7 +8,7 @@ inherit php-2 eutils
IUSE="${IUSE} readline"
DESCRIPTION="PHP core package"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips ~amd64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
DEPEND_EXTRA="readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
ncurses? ( >=sys-libs/ncurses-5.1 )