diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-02-10 13:37:31 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-02-10 13:37:31 +0000 |
commit | 2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff (patch) | |
tree | 45d5a8fc6eb90139e648285f822718f86b5cc6f4 /dev-php/PEAR-PEAR | |
parent | Remove unused opengl use flag wrt bug #402383. (diff) | |
download | gentoo-2-2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff.tar.gz gentoo-2-2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff.tar.bz2 gentoo-2-2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff.zip |
Setting dev-php/pear as PEDEPEND to ensure a usable system is installed
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index f1798edc1cc6..0c5f28f73e2c 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-PEAR -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.152 2011/11/30 14:30:27 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.153 2012/02/10 13:37:31 olemarkus Exp $ + + 10 Feb 2012; Ole Markus With <olemarkus@gentoo.org> PEAR-PEAR-1.9.3.ebuild, + PEAR-PEAR-1.9.4.ebuild: + Setting dev-php/pear as PEDEPEND to ensure a usable system is installed 30 Nov 2011; Fabian Groffen <grobian@gentoo.org> PEAR-PEAR-1.9.4.ebuild: Marked ~x64-macos, bug #388257 diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild index 2fa66d30d9a5..7c858dda58d0 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild,v 1.6 2011/08/25 11:56:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild,v 1.7 2012/02/10 13:37:31 olemarkus Exp $ EAPI="3" @@ -22,6 +22,8 @@ DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) RDEPEND="${DEPEND}" +PDEPEND="dev-php/pear" + S="${WORKDIR}" pkg_setup() { diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild index 4d243b9b93b1..afca471faf87 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v 1.2 2011/11/30 14:30:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v 1.3 2012/02/10 13:37:31 olemarkus Exp $ EAPI="4" @@ -22,6 +22,8 @@ DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) RDEPEND="${DEPEND}" +PDEPEND="dev-php/pear" + S="${WORKDIR}" pkg_setup() { |