summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-03-19 20:56:48 +0000
committerBrian Evans <grknight@gentoo.org>2015-03-19 20:56:48 +0000
commitb302148b71327e687fae8dee24894fc2ef20e47d (patch)
treee1a792e516db73eb3be5019fd88186608614973f /dev-php
parentBump to 7.35 version that addresses SA-CORE-2015-001. (diff)
downloadgentoo-2-b302148b71327e687fae8dee24894fc2ef20e47d.tar.gz
gentoo-2-b302148b71327e687fae8dee24894fc2ef20e47d.tar.bz2
gentoo-2-b302148b71327e687fae8dee24894fc2ef20e47d.zip
Fix RDEPENDs. Implicit to explicit on old and missing on new.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-XML_Util/ChangeLog8
-rw-r--r--dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.1-r2.ebuild5
-rw-r--r--dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3-r1.ebuild (renamed from dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3.ebuild)5
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-php/PEAR-XML_Util/ChangeLog b/dev-php/PEAR-XML_Util/ChangeLog
index 05f99f763667..bda9dd1ca568 100644
--- a/dev-php/PEAR-XML_Util/ChangeLog
+++ b/dev-php/PEAR-XML_Util/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-XML_Util
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.53 2015/01/14 20:43:19 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/ChangeLog,v 1.54 2015/03/19 20:56:48 grknight Exp $
+
+*PEAR-XML_Util-1.2.3-r1 (19 Mar 2015)
+
+ 19 Mar 2015; Brian Evans <grknight@gentoo.org> +PEAR-XML_Util-1.2.3-r1.ebuild,
+ -PEAR-XML_Util-1.2.3.ebuild, PEAR-XML_Util-1.2.1-r2.ebuild:
+ Fix RDEPENDs. Implicit to explicit on old and missing on new.
*PEAR-XML_Util-1.2.3 (14 Jan 2015)
diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.1-r2.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.1-r2.ebuild
index 53d7129e3d91..b03511193197 100644
--- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.1-r2.ebuild
+++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.1-r2.ebuild,v 1.10 2014/01/26 18:42:04 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.1-r2.ebuild,v 1.11 2015/03/19 20:56:48 grknight Exp $
EAPI="2"
@@ -17,6 +17,7 @@ SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
>=dev-php/PEAR-PEAR-1.8.1"
+RDEPEND="${DEPEND}"
PDEPEND="dev-php/pear"
HOMEPAGE="http://pear.php.net/package/XML_Util"
diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3-r1.ebuild
index ad4f60f4c7bd..d77519a42fe9 100644
--- a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3.ebuild
+++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3.ebuild,v 1.1 2015/01/14 20:43:19 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.2.3-r1.ebuild,v 1.1 2015/03/19 20:56:48 grknight Exp $
EAPI="5"
@@ -15,8 +15,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-DEPEND="dev-lang/php[pcre(+)]
+DEPEND="dev-lang/php:*[pcre(+)]
>=dev-php/PEAR-PEAR-1.8.1"
+RDEPEND="${DEPEND}"
PDEPEND="dev-php/pear"
HOMEPAGE="http://pear.php.net/package/XML_Util"