diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-System_Command/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.3.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Password/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.0.3.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Tree/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild | 6 |
10 files changed, 42 insertions, 23 deletions
diff --git a/dev-php/PEAR-System_Command/ChangeLog b/dev-php/PEAR-System_Command/ChangeLog index c000f8709092..71e9a509604f 100644 --- a/dev-php/PEAR-System_Command/ChangeLog +++ b/dev-php/PEAR-System_Command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-System_Command -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.29 2005/11/22 19:09:11 corsair Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.30 2006/01/21 20:18:54 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + PEAR-System_Command-1.0.3.ebuild: + Stable on ppc64; bug #119722 22 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-System_Command-1.0.3.ebuild: diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.3.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.3.ebuild index cc51e792bca6..8de2992f9aad 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.3.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.3.ebuild @@ -1,11 +1,11 @@ -# 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-System_Command/PEAR-System_Command-1.0.3.ebuild,v 1.3 2005/11/22 19:09:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.3.ebuild,v 1.4 2006/01/21 20:18:54 corsair Exp $ inherit php-pear-r1 DESCRIPTION="PEAR::System_Command is a commandline execution interface" LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php/PEAR-Text_Diff/ChangeLog b/dev-php/PEAR-Text_Diff/ChangeLog index e25bff5e89a4..74caf67b413e 100644 --- a/dev-php/PEAR-Text_Diff/ChangeLog +++ b/dev-php/PEAR-Text_Diff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Text_Diff # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.7 2006/01/09 06:18:33 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.8 2006/01/21 20:20:04 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + PEAR-Text_Diff-0.2.0.ebuild: + Stable on ppc64; bug #119722 *PEAR-Text_Diff-0.2.0 (09 Jan 2006) diff --git a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild index f62d22f0a969..41425be94e32 100644 --- a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild +++ b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.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-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild,v 1.1 2006/01/09 06:18:33 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild,v 1.2 2006/01/21 20:20:04 corsair Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Engine for performing and rendering text diffs." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php/PEAR-Text_Password/ChangeLog b/dev-php/PEAR-Text_Password/ChangeLog index d9c599d739fa..f6534326c24a 100644 --- a/dev-php/PEAR-Text_Password/ChangeLog +++ b/dev-php/PEAR-Text_Password/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Text_Password -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.7 2005/11/22 19:10:52 corsair Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.8 2006/01/21 20:21:37 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + PEAR-Text_Password-1.1.0.ebuild: + Stable on ppc64; bug #119722 22 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-Text_Password-1.1.0.ebuild: diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild index 6e977a002aa7..71b92dcee24e 100644 --- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild +++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild @@ -1,6 +1,6 @@ -# 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-Text_Password/PEAR-Text_Password-1.1.0.ebuild,v 1.4 2005/11/22 19:10:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.0.ebuild,v 1.5 2006/01/21 20:21:37 corsair Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Creating passwords with PHP." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php/PEAR-Text_Wiki/ChangeLog b/dev-php/PEAR-Text_Wiki/ChangeLog index f31c68a2c459..60c7bae931d9 100644 --- a/dev-php/PEAR-Text_Wiki/ChangeLog +++ b/dev-php/PEAR-Text_Wiki/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Text_Wiki -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.25 2005/11/22 19:11:45 corsair Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/ChangeLog,v 1.26 2006/01/21 20:22:43 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + PEAR-Text_Wiki-1.0.3.ebuild: + Stable on ppc64; bug #119722 22 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-Text_Wiki-1.0.3.ebuild: diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.0.3.ebuild b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.0.3.ebuild index 8b122f9a053e..cac404105bd3 100644 --- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.0.3.ebuild +++ b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.0.3.ebuild @@ -1,11 +1,11 @@ -# 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-Text_Wiki/PEAR-Text_Wiki-1.0.3.ebuild,v 1.3 2005/11/22 19:11:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.0.3.ebuild,v 1.4 2006/01/21 20:22:43 corsair Exp $ inherit php-pear-r1 DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in structured plain text." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" diff --git a/dev-php/PEAR-Tree/ChangeLog b/dev-php/PEAR-Tree/ChangeLog index cb9389ab9011..4e230103398d 100644 --- a/dev-php/PEAR-Tree/ChangeLog +++ b/dev-php/PEAR-Tree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Tree -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.13 2005/11/23 16:13:44 corsair Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.14 2006/01/21 20:23:53 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> PEAR-Tree-0.2.4-r1.ebuild: + Stable on ppc64; bug #119722 23 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-Tree-0.2.4-r1.ebuild: Added ~ppc64 keyword; bug #105385 diff --git a/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild b/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild index 1eec43088e25..8f8f87ada2b8 100644 --- a/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild +++ b/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ -# 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-Tree/PEAR-Tree-0.2.4-r1.ebuild,v 1.7 2005/11/23 16:13:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild,v 1.8 2006/01/21 20:23:53 corsair Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="Generic tree management, currently supports DB and XML as data sources." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1 >=dev-php/PEAR-XML_Parser-1.2.7" |