summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-01-22 23:07:49 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-01-22 23:07:49 +0000
commit359dc02dfe0581ce04902dfbcf1b0c1a7b4237a4 (patch)
treec8300e62deeaeabbf79a4adab6c8ec8153344a7d
parentStable on ppc64 (diff)
downloadgentoo-2-359dc02dfe0581ce04902dfbcf1b0c1a7b4237a4.tar.gz
gentoo-2-359dc02dfe0581ce04902dfbcf1b0c1a7b4237a4.tar.bz2
gentoo-2-359dc02dfe0581ce04902dfbcf1b0c1a7b4237a4.zip
Add ~ia64 keyword, bug 119722.
(Portage version: 2.0.54)
-rw-r--r--dev-php/PEAR-DB_DataObject/ChangeLog6
-rw-r--r--dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild4
-rw-r--r--dev-php/PEAR-DB_Table/ChangeLog6
-rw-r--r--dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild4
-rw-r--r--dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild6
-rw-r--r--dev-php/PEAR-Date/ChangeLog5
-rw-r--r--dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild4
-rw-r--r--dev-php/PEAR-Validate/ChangeLog6
-rw-r--r--dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild4
9 files changed, 30 insertions, 15 deletions
diff --git a/dev-php/PEAR-DB_DataObject/ChangeLog b/dev-php/PEAR-DB_DataObject/ChangeLog
index 53e2f63671a3..b62293aa3373 100644
--- a/dev-php/PEAR-DB_DataObject/ChangeLog
+++ b/dev-php/PEAR-DB_DataObject/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-DB_DataObject
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.12 2006/01/22 21:48:59 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.13 2006/01/22 23:05:03 kloeri Exp $
+
+ 22 Jan 2006; Bryan Østergaard <kloeri@gentoo.org
+ PEAR-DB_DataObject-1.8.0.ebuild:
+ Add ~ia64 keyword, bug 119722.
22 Jan 2006; Simon Stelling <blubb@gentoo.org>
PEAR-DB_DataObject-1.8.0.ebuild:
diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild
index 42cb648ffa02..281795cbbb06 100644
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild,v 1.5 2006/01/22 21:48:59 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild,v 1.6 2006/01/22 23:05:03 kloeri Exp $
inherit php-pear-r1
@@ -8,7 +8,7 @@ DESCRIPTION="An SQL Builder, Object Interface to Database Tables."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1
>=dev-php/PEAR-Date-1.4.3-r1
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog
index 5092c3fc8b92..a00685239c05 100644
--- a/dev-php/PEAR-DB_Table/ChangeLog
+++ b/dev-php/PEAR-DB_Table/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-DB_Table
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.17 2006/01/22 21:49:20 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.18 2006/01/22 23:07:49 kloeri Exp $
+
+ 22 Jan 2006; Bryan Østergaard <kloeri@gentoo.org
+ PEAR-DB_Table-0.21.2-r1.ebuild, PEAR-DB_Table-1.2.1.ebuild:
+ Add ~ia64 keyword, bug 119722.
22 Jan 2006; Simon Stelling <blubb@gentoo.org>
PEAR-DB_Table-0.21.2-r1.ebuild:
diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
index 3839fce8c446..5877c9a8b12f 100644
--- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
+++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.9 2006/01/22 21:49:20 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.10 2006/01/22 23:07:49 kloeri Exp $
inherit php-pear-r1
DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="amd64 ppc64 sparc x86"
+KEYWORDS="amd64 ~ia64 ppc64 sparc x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1"
diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild
index 3d0a501f3f94..be0f79e5429e 100644
--- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild
+++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild,v 1.5 2005/11/22 13:51:15 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild,v 1.6 2006/01/22 23:07:49 kloeri Exp $
inherit php-pear-r1
DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="dev-php/PEAR-Date
dev-php/PEAR-DB
diff --git a/dev-php/PEAR-Date/ChangeLog b/dev-php/PEAR-Date/ChangeLog
index c3da5fcf8b0f..a25686c49183 100644
--- a/dev-php/PEAR-Date/ChangeLog
+++ b/dev-php/PEAR-Date/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-Date
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.35 2006/01/22 21:49:41 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.36 2006/01/22 23:03:02 kloeri Exp $
+
+ 22 Jan 2006; Bryan Østergaard <kloeri@gentoo.org PEAR-Date-1.4.6.ebuild:
+ Add ~ia64 keyword, bug 119722.
22 Jan 2006; Simon Stelling <blubb@gentoo.org> PEAR-Date-1.4.6.ebuild:
stable on amd64 wrt bug 119722
diff --git a/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild
index 4ac6020dfb50..178a27aa315f 100644
--- a/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild
+++ b/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild,v 1.7 2006/01/22 21:49:41 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild,v 1.8 2006/01/22 23:03:02 kloeri Exp $
inherit php-pear-r1
@@ -8,5 +8,5 @@ DESCRIPTION="Date and Time Zone Classes"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
IUSE=""
diff --git a/dev-php/PEAR-Validate/ChangeLog b/dev-php/PEAR-Validate/ChangeLog
index a8d7e4c63bb4..7458f2fbec3c 100644
--- a/dev-php/PEAR-Validate/ChangeLog
+++ b/dev-php/PEAR-Validate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Validate
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.13 2006/01/22 22:07:32 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.14 2006/01/22 23:04:15 kloeri Exp $
+
+ 22 Jan 2006; Bryan Østergaard <kloeri@gentoo.org
+ PEAR-Validate-0.6.2.ebuild:
+ Add ~ia64 keyword, bug 119722.
22 Jan 2006; Simon Stelling <blubb@gentoo.org> PEAR-Validate-0.6.2.ebuild:
stable on amd64 wrt bug 119722
diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild
index b807ce1e7be4..da6f02fe211a 100644
--- a/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild
+++ b/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild,v 1.7 2006/01/22 22:07:32 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild,v 1.8 2006/01/22 23:04:15 kloeri Exp $
inherit php-pear-r1
@@ -8,6 +8,6 @@ DESCRIPTION="Validation class."
LICENSE="PHP"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1"