Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR/files/
Date: Sun, 03 Dec 2017 14:40:17
Message-Id: 1512311954.d15763a8ba18725ec926165ab793ef3bf92cc3c5.mjo@gentoo
1 commit: d15763a8ba18725ec926165ab793ef3bf92cc3c5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 3 08:37:40 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 3 14:39:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15763a8
7
8 dev-php/PEAR-PEAR: remove unused patch
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 .../files/gentoo-libtool-mismatch-fix.patch | 31 ----------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch b/dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch
16 deleted file mode 100644
17 index 53a33b833f7..00000000000
18 --- a/dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -Fixed libtool mismatch issues.
22 -Gentoo bug: 344605
23 -
24 -*** PEAR/Builder.php.old Mon Nov 8 16:22:52 2010
25 ---- PEAR/Builder.php Mon Nov 8 16:20:22 2010
26 -***************
27 -*** 326,331 ****
28 ---- 326,336 ----
29 - }
30 - // }}} end of interactive part
31 -
32 -+ if (file_exists('aclocal.m4')) {
33 -+ $this->_runCommand('rm aclocal.m4');
34 -+ $this->_runCommand('autoreconf');
35 -+ }
36 -+
37 - // FIXME make configurable
38 - if(!$user=getenv('USER')){
39 - $user='defaultuser';
40 -***************
41 -*** 471,474 ****
42 - }
43 - return PEAR_Common::log($level, $msg);
44 - }
45 -! }
46 -\ No newline at end of file
47 ---- 476,479 ----
48 - }
49 - return PEAR_Common::log($level, $msg);
50 - }
51 -! }