diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-17 18:31:09 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-17 18:31:09 +0000 |
commit | 4841409b7a7a927c723a4ad762884fb6d3d98154 (patch) | |
tree | 947dc238a05db5105cc7f42b37a16f95a3f48916 /dev-lang/php | |
parent | remove old version, fix bug #106173, and fix things to work without /usr/X11R6 (diff) | |
download | historical-4841409b7a7a927c723a4ad762884fb6d3d98154.tar.gz historical-4841409b7a7a927c723a4ad762884fb6d3d98154.tar.bz2 historical-4841409b7a7a927c723a4ad762884fb6d3d98154.zip |
Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug 102649.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/Manifest | 10 | ||||
-rw-r--r-- | dev-lang/php/php-5.0.4.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 41d8e6e4c9c8..389e7d0b0d29 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.45 2005/09/17 17:45:04 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.46 2005/09/17 18:31:09 cryos Exp $ + + 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> php-5.0.4.ebuild: + Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug + 102649. 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> php-4.4.0.ebuild: Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest index 37a908d2d490..34ee2acf8cad 100644 --- a/dev-lang/php/Manifest +++ b/dev-lang/php/Manifest @@ -4,9 +4,9 @@ Hash: SHA1 MD5 5cd036f5e99d22f116eb4a6f26924e3f php-4.4.0.ebuild 7353 MD5 b8d498e1357d68abc8bcc8370592b68d php-5.0.5.ebuild 4299 MD5 d3c798c1aa53e3d4ad3a26947d06d469 php-4.3.11.ebuild 7342 -MD5 230567a896d84b6fe528e7cd298eb753 ChangeLog 2115 +MD5 458b0751d4a472ed546c193e6d22b462 ChangeLog 2275 MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 -MD5 9b67352b327fece0ee76cd9814b8deeb php-5.0.4.ebuild 4302 +MD5 e0b21a5256893082a165f4ba4aa208d7 php-5.0.4.ebuild 4306 MD5 43c95e9c27a1e40cf1fbb3408fd4a894 files/digest-php-4.4.0 144 MD5 11e54e6a5fade48c67bab392af4e33c7 files/digest-php-5.0.4 143 MD5 ef5a57ba8c9e35be8cb39c8ed1bc5235 files/digest-php-5.0.5 143 @@ -31,7 +31,7 @@ MD5 21bc6cc85150b5a5385f213d45efbe67 files/5.1.0/apache-2.0/70_mod_php5.conf 525 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDLFY6ntT9W3vfTuoRAoH7AJ95GG9Z3hZk8acQ4sefDuAy7oioVgCeK7jb -APpmHmGISFxJSVV5Y74bq2w= -=z87U +iD8DBQFDLGEKntT9W3vfTuoRAg5kAJ9VEbNOQqxTMV6xRT6Q7V7iD6Bs3QCfYYrP +tVNxyFEBhl7oS/BTn4a+YYc= +=Ceq6 -----END PGP SIGNATURE----- diff --git a/dev-lang/php/php-5.0.4.ebuild b/dev-lang/php/php-5.0.4.ebuild index 4e76987f47bd..0b3efc257d23 100644 --- a/dev-lang/php/php-5.0.4.ebuild +++ b/dev-lang/php/php-5.0.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.4.ebuild,v 1.10 2005/09/17 11:09:07 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.4.ebuild,v 1.11 2005/09/17 18:31:09 cryos Exp $ IUSE="cgi cli discard-path force-cgi-redirect" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~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 |