summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-09 17:29:01 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-09 17:29:01 +0000
commite86b3d95f5b0e24317f97e3ca0683e0fd58584da (patch)
tree4d1f053ba7a92071f0ccf82e5032d6c42d91833e /dev-lang/php
parentMoving virtual/baselayout to the beginning of the list to remove any lib/lib3... (diff)
downloadhistorical-e86b3d95f5b0e24317f97e3ca0683e0fd58584da.tar.gz
historical-e86b3d95f5b0e24317f97e3ca0683e0fd58584da.tar.bz2
historical-e86b3d95f5b0e24317f97e3ca0683e0fd58584da.zip
paritally revert my previous commit, sorry for this
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/Manifest12
-rw-r--r--dev-lang/php/php-4.4.0.ebuild6
-rw-r--r--dev-lang/php/php-5.0.4.ebuild6
-rw-r--r--dev-lang/php/php-5.0.5.ebuild6
4 files changed, 15 insertions, 15 deletions
diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 798aea70901e..46c7b1ceaad4 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -23,13 +23,13 @@ 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
MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-MD5 2d07eebd30af3626a0da103e0eaa0f63 php-4.4.0.ebuild 7327
-MD5 8d594592bd976909b7b626d52f31b2ad php-5.0.4.ebuild 4287
-MD5 bacf7a52e3873cca67dc0e4aedee8c86 php-5.0.5.ebuild 4275
+MD5 2487b2739ed3ee84437b1ca34407c893 php-4.4.0.ebuild 7348
+MD5 fda1bae1965fec9be04093e7028e5094 php-5.0.4.ebuild 4308
+MD5 9a011bbcc7625fccae9844fb4a882615 php-5.0.5.ebuild 4296
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDIZ7fI1lqEGTUzyQRAv9dAJ9HjrHOWLXkYqM16NehBdiht8nOYgCgpX2f
-cfemWlYddNFO11qXARTuCFY=
-=1Yo+
+iD8DBQFDIcZ0I1lqEGTUzyQRAg/4AKCaB/Nu1sWAr2jXq8cUnNCBEFgpSwCgjbkw
+P0yepHN2hiSzvdAVpcW+c8g=
+=J19v
-----END PGP SIGNATURE-----
diff --git a/dev-lang/php/php-4.4.0.ebuild b/dev-lang/php/php-4.4.0.ebuild
index 2246aec3bd32..342e5b2c318e 100644
--- a/dev-lang/php/php-4.4.0.ebuild
+++ b/dev-lang/php/php-4.4.0.ebuild
@@ -1,6 +1,6 @@
# 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-4.4.0.ebuild,v 1.4 2005/09/09 14:40:10 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.0.ebuild,v 1.5 2005/09/09 17:29:01 swegener Exp $
IUSE="cgi cli discard-path force-cgi-redirect"
KEYWORDS="~ppc ~sparc ~x86"
@@ -25,8 +25,8 @@ want_apache
DESCRIPTION="The PHP language runtime engine"
-DEPEND="app-admin/eselect-php"
-RDEPEND="app-admin/eselect-php"
+DEPEND="${DEPEND} app-admin/eselect-php"
+RDEPEND="${RDEPEND} app-admin/eselect-php"
pkg_setup() {
# make sure the user has specified a SAPI
diff --git a/dev-lang/php/php-5.0.4.ebuild b/dev-lang/php/php-5.0.4.ebuild
index 16c59252ec70..dd3da7d87cea 100644
--- a/dev-lang/php/php-5.0.4.ebuild
+++ b/dev-lang/php/php-5.0.4.ebuild
@@ -1,6 +1,6 @@
# 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.5 2005/09/09 14:40:10 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.4.ebuild,v 1.6 2005/09/09 17:29:01 swegener Exp $
IUSE="cgi cli discard-path force-cgi-redirect"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
@@ -25,8 +25,8 @@ want_apache
DESCRIPTION="The PHP language runtime engine"
-DEPEND="app-admin/eselect-php"
-RDEPEND="app-admin/eselect-php"
+DEPEND="${DEPEND} app-admin/eselect-php"
+RDEPEND="${RDEPEND} app-admin/eselect-php"
pkg_setup() {
# make sure the user has specified a SAPI
diff --git a/dev-lang/php/php-5.0.5.ebuild b/dev-lang/php/php-5.0.5.ebuild
index 29af551e9aee..831bb40a623a 100644
--- a/dev-lang/php/php-5.0.5.ebuild
+++ b/dev-lang/php/php-5.0.5.ebuild
@@ -1,6 +1,6 @@
# 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.5.ebuild,v 1.4 2005/09/09 14:40:10 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.5.ebuild,v 1.5 2005/09/09 17:29:01 swegener Exp $
IUSE="cgi cli discard-path force-cgi-redirect"
KEYWORDS="~amd64 ~x86"
@@ -25,8 +25,8 @@ want_apache
DESCRIPTION="The PHP language runtime engine"
-DEPEND="app-admin/eselect-php"
-RDEPEND="app-admin/eselect-php"
+DEPEND="${DEPEND} app-admin/eselect-php"
+RDEPEND="${RDEPEND} app-admin/eselect-php"
pkg_setup() {
# make sure the user has specified a SAPI