diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-01-26 13:40:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-01-26 13:40:30 +0000 |
commit | 94445aeec8bdf2962da75b3f897e28f08c3181c9 (patch) | |
tree | e84e31f1e0ffa97ef4dd87f5a5edfcc71f50c8d4 /dev-lang | |
parent | fix metadata.xml (diff) | |
download | historical-94445aeec8bdf2962da75b3f897e28f08c3181c9.tar.gz historical-94445aeec8bdf2962da75b3f897e28f08c3181c9.tar.bz2 historical-94445aeec8bdf2962da75b3f897e28f08c3181c9.zip |
Marked ~hppa (bug #119461).
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/Manifest | 14 | ||||
-rw-r--r-- | dev-lang/php/php-5.1.1.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index dbe80eff0e41..a0f83344dcff 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.67 2006/01/25 23:42:51 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.68 2006/01/26 13:40:30 jer Exp $ + + 26 Jan 2006; Jeroen Roovers <jer@gentoo.org> php-5.1.1.ebuild: + Marked ~hppa (bug #119461). 25 Jan 2006; Bryan Ăstergaard <kloeri@gentoo.org php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild: diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest index 937328884516..b5a84b47914d 100644 --- a/dev-lang/php/Manifest +++ b/dev-lang/php/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2603a94a61165f158c59ab18dffb3eea ChangeLog 15433 +MD5 6ca13ac8058de4b1b2291229afed8aef ChangeLog 15526 MD5 389638f1d46b6c41cd4d87b471572f4b files/4-any/apache-1.3/70_mod_php.conf 484 MD5 ee36e31632adb08b7abf70f78b5b2125 files/4-any/apache-2.0/70_mod_php.conf 485 MD5 f0acca9c6387b8ca139d2849665bd16f files/4-any/php4-fastbuild.patch 9012 @@ -34,11 +31,4 @@ MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 MD5 aabeba5ddbd68b8be89ed139668cb8e9 php-4.3.11-r5.ebuild 9683 MD5 c3e820ebc9aed307978017e53d7d1089 php-4.4.1-r3.ebuild 8673 MD5 9e7f0291831b616f919cda8c38c77e46 php-5.0.5-r5.ebuild 6117 -MD5 a25193e0f2f62c11d69e7efbe186f7ac php-5.1.1.ebuild 8224 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFD2A2nugEuf3OQ0akRAtfSAJkBQ8c2AHb8zyyLRj9DBxGQFIRPhQCeJGbl -nOv2H6I739lmJCW/K1RtMYk= -=+fF5 ------END PGP SIGNATURE----- +MD5 c01fa8cd1f2cda0b1b3e9de076331611 php-5.1.1.ebuild 8227 diff --git a/dev-lang/php/php-5.1.1.ebuild b/dev-lang/php/php-5.1.1.ebuild index 62fccc37be46..5c5d9be14d20 100644 --- a/dev-lang/php/php-5.1.1.ebuild +++ b/dev-lang/php/php-5.1.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.1.ebuild,v 1.4 2006/01/20 05:09:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.1.ebuild,v 1.5 2006/01/26 13:40:30 jer Exp $ IUSE="cgi cli discard-path force-cgi-redirect" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # NOTE: Portage doesn't support setting PROVIDE based on the USE flags # that have been enabled, so we have to PROVIDE everything for now |