diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-16 15:07:15 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-16 15:07:15 +0000 |
commit | bb696a304a659e6d2d69536f760e5e3a11d67466 (patch) | |
tree | b18f75fadc36e710d10229171d6d599a05096ab1 /dev-php5 | |
parent | ppc stable (diff) | |
download | historical-bb696a304a659e6d2d69536f760e5e3a11d67466.tar.gz historical-bb696a304a659e6d2d69536f760e5e3a11d67466.tar.bz2 historical-bb696a304a659e6d2d69536f760e5e3a11d67466.zip |
Added ~ppc64
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-php5')
12 files changed, 40 insertions, 18 deletions
diff --git a/dev-php5/ezc-DatabaseSchema/ChangeLog b/dev-php5/ezc-DatabaseSchema/ChangeLog index 711eb5a8b398..a1cd4c4dcb91 100644 --- a/dev-php5/ezc-DatabaseSchema/ChangeLog +++ b/dev-php5/ezc-DatabaseSchema/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-DatabaseSchema # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-DatabaseSchema/ChangeLog,v 1.5 2006/08/28 09:10:26 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-DatabaseSchema/ChangeLog,v 1.6 2006/09/16 14:59:28 corsair Exp $ + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-DatabaseSchema-1.0.2.ebuild: + Added ~ppc64 *ezc-DatabaseSchema-1.0.2 (28 Aug 2006) diff --git a/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.0.2.ebuild b/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.0.2.ebuild index 3e0bc591f42e..976dcc971fdd 100644 --- a/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.0.2.ebuild +++ b/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.0.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.0.2.ebuild,v 1.1 2006/08/28 09:10:26 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-DatabaseSchema/ezc-DatabaseSchema-1.0.2.ebuild,v 1.2 2006/09/16 14:59:28 corsair Exp $ inherit php-ezc DESCRIPTION="This eZ component provides a set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema." SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php5/ezc-File/ChangeLog b/dev-php5/ezc-File/ChangeLog index 5f1e21de553c..5dce88216da3 100644 --- a/dev-php5/ezc-File/ChangeLog +++ b/dev-php5/ezc-File/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/ezc-File # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ChangeLog,v 1.3 2006/08/24 02:04:49 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ChangeLog,v 1.4 2006/09/16 15:04:59 corsair Exp $ + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> ezc-File-1.0.ebuild: + Added ~ppc64 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-File-1.0.ebuild: Added ~sparc keyword wrt bug #134717. diff --git a/dev-php5/ezc-File/ezc-File-1.0.ebuild b/dev-php5/ezc-File/ezc-File-1.0.ebuild index 12f503e213f6..0e91b5381fca 100644 --- a/dev-php5/ezc-File/ezc-File-1.0.ebuild +++ b/dev-php5/ezc-File/ezc-File-1.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ezc-File-1.0.ebuild,v 1.3 2006/08/24 02:04:49 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ezc-File-1.0.ebuild,v 1.4 2006/09/16 15:04:59 corsair Exp $ inherit php-ezc DESCRIPTION="This eZ component provides support for file operations which are not covered by PHP or are just missing." SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog b/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog index 2f2f6053cfdd..2e809dd33d9e 100644 --- a/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog +++ b/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-PersistentObjectDatabaseSchemaTiein # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog,v 1.3 2006/08/24 02:08:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog,v 1.4 2006/09/16 15:01:41 corsair Exp $ + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: + Added ~ppc64 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: diff --git a/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild b/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild index 67e9741df1e4..c2ebbe2feed8 100644 --- a/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild +++ b/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.0.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-php5/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild,v 1.3 2006/08/24 02:08:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild,v 1.4 2006/09/16 15:01:41 corsair Exp $ inherit php-ezc DESCRIPTION="This eZ component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions." SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="${RDEPEND} >=dev-php5/ezc-PersistentObject-1.0.1 diff --git a/dev-php5/ezc-SystemInformation/ChangeLog b/dev-php5/ezc-SystemInformation/ChangeLog index e2db94dc7f1f..5ec9af5f8e0c 100644 --- a/dev-php5/ezc-SystemInformation/ChangeLog +++ b/dev-php5/ezc-SystemInformation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-SystemInformation # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ChangeLog,v 1.4 2006/08/28 09:13:08 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ChangeLog,v 1.5 2006/09/16 14:54:37 corsair Exp $ + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-SystemInformation-1.0.1.ebuild: + Added ~ppc64 *ezc-SystemInformation-1.0.1 (28 Aug 2006) diff --git a/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.1.ebuild b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.1.ebuild index 7a970349c229..3927507489dc 100644 --- a/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.1.ebuild +++ b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.1.ebuild,v 1.1 2006/08/28 09:13:08 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.1.ebuild,v 1.2 2006/09/16 14:54:37 corsair Exp $ inherit php-ezc DESCRIPTION="This eZ component provides access to common system variables, such as CPU type and speed, and the available amount of memory." SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php5/ezc-Template/ChangeLog b/dev-php5/ezc-Template/ChangeLog index 2d856f024908..9874c049e9d7 100644 --- a/dev-php5/ezc-Template/ChangeLog +++ b/dev-php5/ezc-Template/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/ezc-Template # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Template/ChangeLog,v 1.4 2006/08/24 02:09:57 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Template/ChangeLog,v 1.5 2006/09/16 14:52:36 corsair Exp $ + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> ezc-Template-1.0.ebuild: + Added ~ppc64 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Template-1.0.ebuild: Added ~sparc keyword wrt bug #134717. diff --git a/dev-php5/ezc-Template/ezc-Template-1.0.ebuild b/dev-php5/ezc-Template/ezc-Template-1.0.ebuild index 72a64a74c60b..89da220a5105 100644 --- a/dev-php5/ezc-Template/ezc-Template-1.0.ebuild +++ b/dev-php5/ezc-Template/ezc-Template-1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Template/ezc-Template-1.0.ebuild,v 1.4 2006/08/24 02:09:57 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Template/ezc-Template-1.0.ebuild,v 1.5 2006/09/16 14:52:36 corsair Exp $ inherit php-ezc DESCRIPTION="This eZ component provides a compiling and optimizing templating system." SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php5/ezc-eZcomponents/ChangeLog b/dev-php5/ezc-eZcomponents/ChangeLog index 50403c788bbc..383881249999 100644 --- a/dev-php5/ezc-eZcomponents/ChangeLog +++ b/dev-php5/ezc-eZcomponents/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-eZcomponents # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ChangeLog,v 1.10 2006/08/24 02:13:11 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ChangeLog,v 1.11 2006/09/16 15:07:15 corsair Exp $ + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-eZcomponents-1.1.ebuild: + Added ~ppc64 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-eZcomponents-1.1.ebuild: Added ~sparc keyword wrt bug #134717. diff --git a/dev-php5/ezc-eZcomponents/ezc-eZcomponents-1.1.ebuild b/dev-php5/ezc-eZcomponents/ezc-eZcomponents-1.1.ebuild index ee5c1bc2c9ad..9eefd05000e0 100644 --- a/dev-php5/ezc-eZcomponents/ezc-eZcomponents-1.1.ebuild +++ b/dev-php5/ezc-eZcomponents/ezc-eZcomponents-1.1.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-php5/ezc-eZcomponents/ezc-eZcomponents-1.1.ebuild,v 1.3 2006/08/24 02:13:11 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-eZcomponents/ezc-eZcomponents-1.1.ebuild,v 1.4 2006/09/16 15:07:15 corsair Exp $ DESCRIPTION="eZ components is an enterprise ready general purpose PHP platform." HOMEPAGE="http://ez.no/products/ez_components" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-php5/ezc-Base-1.1 |