diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-05-22 10:23:22 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-05-22 10:23:22 +0000 |
commit | f4e28b2d995ab495b242a5039f9ec02b923665d2 (patch) | |
tree | 89df27bc50ff8b0faf70e04d9587c7d8ff66e6dc /dev-php | |
parent | ~amd64 (diff) | |
download | gentoo-2-f4e28b2d995ab495b242a5039f9ec02b923665d2.tar.gz gentoo-2-f4e28b2d995ab495b242a5039f9ec02b923665d2.tar.bz2 gentoo-2-f4e28b2d995ab495b242a5039f9ec02b923665d2.zip |
Updated deps to ensure PHP4-only
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php-accelerator/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/php-accelerator/Manifest | 2 | ||||
-rw-r--r-- | dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-php/php-accelerator/php-accelerator-1.3.3.ebuild | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/dev-php/php-accelerator/ChangeLog b/dev-php/php-accelerator/ChangeLog index 9dd1297e1972..3d56a6f66dbd 100644 --- a/dev-php/php-accelerator/ChangeLog +++ b/dev-php/php-accelerator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php-accelerator -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/ChangeLog,v 1.10 2004/07/04 23:19:27 robbat2 Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/ChangeLog,v 1.11 2005/05/22 10:23:22 stuart Exp $ + + 22 May 2005; Stuart Herbert <stuart@gentoo.org> + php-accelerator-1.3.3-r1.ebuild: + Updated dependencies to require PHP4. See bug #60443 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> php-accelerator-1.3.3-r1.ebuild: diff --git a/dev-php/php-accelerator/Manifest b/dev-php/php-accelerator/Manifest index c3657a38a42d..6e6de377abb0 100644 --- a/dev-php/php-accelerator/Manifest +++ b/dev-php/php-accelerator/Manifest @@ -1,6 +1,6 @@ MD5 aae6b478a05b3f82c2eaa093bf2ceb7c ChangeLog 1290 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 -MD5 6d666ebd435bc78d9670f17205c08a66 php-accelerator-1.3.3-r1.ebuild 1568 +MD5 f4a37568b283aa2c219eac1d573288ea php-accelerator-1.3.3-r1.ebuild 1585 MD5 16b989be34b0bc9f4b9cd9e2be827278 php-accelerator-1.3.3.ebuild 1566 MD5 32bb770b001c8c0539f45c0cdaac389b files/digest-php-accelerator-1.3.3 103 MD5 32bb770b001c8c0539f45c0cdaac389b files/digest-php-accelerator-1.3.3-r1 103 diff --git a/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild b/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild index 5e2f491749b1..998e7b6009c8 100644 --- a/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild +++ b/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild,v 1.6 2004/09/25 00:32:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild,v 1.7 2005/05/22 10:23:22 stuart Exp $ DESCRIPTION="The ionCube PHP Accelerator" HOMEPAGE="http://www.php-accelerator.co.uk/" @@ -10,7 +10,8 @@ KEYWORDS="~alpha x86 ~ppc" IUSE="" RESTRICT="nomirror nostrip" DEPEND="!dev-php/turck-mmcache - !dev-php/PECL-apc" + !dev-php/PECL-apc + virtual-php-4*" # Detect machine type PHP_NO_BUILD= diff --git a/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild b/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild index 04bfc437c57f..5f4ab51d4af8 100644 --- a/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild +++ b/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild,v 1.9 2004/09/25 00:32:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild,v 1.10 2005/05/22 10:23:22 stuart Exp $ DESCRIPTION="The ionCube PHP Accelerator" HOMEPAGE="http://www.php-accelerator.co.uk/" |