Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/files/
Date: Fri, 20 Oct 2017 07:45:34
Message-Id: 1508485517.e0b6c9fd8cc03a5af01c2ffe1e3cfaf1c153164c.monsieurp@gentoo
1 commit: e0b6c9fd8cc03a5af01c2ffe1e3cfaf1c153164c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 10 13:41:36 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 07:45:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b6c9fd
7
8 sys-libs/readline: remove unused patch.
9
10 .../readline-5.2-no-ignore-shlib-errors.patch | 24 ----------------------
11 1 file changed, 24 deletions(-)
12
13 diff --git a/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch b/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch
14 deleted file mode 100644
15 index fc634911316..00000000000
16 --- a/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch
17 +++ /dev/null
18 @@ -1,24 +0,0 @@
19 -dont ignore errors in the shlib subdir
20 -
21 -http://bugs.gentoo.org/216952
22 -
23 ---- Makefile.in
24 -+++ Makefile.in
25 -@@ -194,7 +194,7 @@
26 -
27 - shared: force
28 - -test -d shlib || mkdir shlib
29 -- -( cd shlib ; ${MAKE} ${MFLAGS} all )
30 -+ ( cd shlib ; ${MAKE} ${MFLAGS} all )
31 -
32 - documentation: force
33 - -test -d doc || mkdir doc
34 -@@ -238,7 +238,7 @@
35 - -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
36 -
37 - install-shared: installdirs install-headers shared install-doc
38 -- -( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
39 -+ ( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
40 -
41 - uninstall-shared: maybe-uninstall-headers
42 - -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )