commit:     630f649bb09020611a5035035347d7fee4031368
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 13:43:18 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 14:36:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630f649b

dev-php/PEAR-Console_Getargs: Revbump for EAPI and eclass changes and upstream 
patch

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../PEAR-Console_Getargs-1.3.5-r1.ebuild           | 18 ++++++++++++++++++
 .../files/new-reference-fix.patch                  | 22 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-php/PEAR-Console_Getargs/PEAR-Console_Getargs-1.3.5-r1.ebuild 
b/dev-php/PEAR-Console_Getargs/PEAR-Console_Getargs-1.3.5-r1.ebuild
new file mode 100644
index 00000000000..991a8089f5a
--- /dev/null
+++ b/dev-php/PEAR-Console_Getargs/PEAR-Console_Getargs-1.3.5-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit php-pear-r2
+
+DESCRIPTION="A command-line arguments parser"
+
+LICENSE="PHP-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+src_prepare() {
+       eapply "${FILESDIR}/new-reference-fix.patch"
+       eapply_user
+}

diff --git a/dev-php/PEAR-Console_Getargs/files/new-reference-fix.patch 
b/dev-php/PEAR-Console_Getargs/files/new-reference-fix.patch
new file mode 100644
index 00000000000..a69aa2b9bde
--- /dev/null
+++ b/dev-php/PEAR-Console_Getargs/files/new-reference-fix.patch
@@ -0,0 +1,22 @@
+From c769f79831c43f1cad0b4f8831276da93d28f479 Mon Sep 17 00:00:00 2001
+From: Daniel O'Connor <[email protected]>
+Date: Sun, 6 Nov 2011 13:25:04 +1030
+Subject: [PATCH] &new vs new
+
+---
+ Console/Getargs.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Console/Getargs.php b/Console/Getargs.php
+index 8ba21c6..c6826ea 100644
+--- a/Console/Getargs.php
++++ b/Console/Getargs.php
+@@ -224,7 +224,7 @@ class Console_Getargs
+     function &factory($config = array(), $arguments = null)
+     {
+         // Create the options object.
+-        $obj = & new Console_Getargs_Options();
++        $obj = new Console_Getargs_Options();
+ 
+         // Try to set up the arguments.
+         $err = $obj->init($config, $arguments);

Reply via email to