Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/maloc/files/
Date: Sun, 04 Sep 2016 18:58:31
Message-Id: 1473015483.c0dafe00ff9e0f9c167fba6378c7fc7c7197a6a8.soap@gentoo
1 commit: c0dafe00ff9e0f9c167fba6378c7fc7c7197a6a8
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 4 11:49:05 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 18:58:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dafe00
7
8 dev-libs/maloc: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/2234
11
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-libs/maloc/files/0.2.1-asneeded.patch | 13 -------------
15 dev-libs/maloc/files/0.2.1-mpi.patch | 24 ------------------------
16 2 files changed, 37 deletions(-)
17
18 diff --git a/dev-libs/maloc/files/0.2.1-asneeded.patch b/dev-libs/maloc/files/0.2.1-asneeded.patch
19 deleted file mode 100644
20 index 8e2e20c..00000000
21 --- a/dev-libs/maloc/files/0.2.1-asneeded.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -diff --git a/src/aaa_lib/Makefile.am b/src/aaa_lib/Makefile.am
25 -index 6e06324..d1e825b 100644
26 ---- a/src/aaa_lib/Makefile.am
27 -+++ b/src/aaa_lib/Makefile.am
28 -@@ -53,7 +53,7 @@ libdir = ${prefix}/lib/${fetk_cpu_vendor_os}
29 - lib_LTLIBRARIES = libmaloc.la ${LIBEFENCE}
30 -
31 - libmaloc_la_SOURCES =
32 --libmaloc_la_LIBADD = ${BASE_LIBS} ${VSYS_LIBS} ${VSH_LIBS} ${PSH_LIBS}
33 -+libmaloc_la_LIBADD = ${BASE_LIBS} ${VSYS_LIBS} ${VSH_LIBS} ${PSH_LIBS} -lreadline -lm
34 - libmaloc_la_LDFLAGS = -version-info ${FETK_VERSION}
35 -
36 - libefence_la_SOURCES =
37
38 diff --git a/dev-libs/maloc/files/0.2.1-mpi.patch b/dev-libs/maloc/files/0.2.1-mpi.patch
39 deleted file mode 100644
40 index 824752b..00000000
41 --- a/dev-libs/maloc/files/0.2.1-mpi.patch
42 +++ /dev/null
43 @@ -1,24 +0,0 @@
44 -diff --git a/configure.ac b/configure.ac
45 -index ab7726e..0208780 100644
46 ---- a/configure.ac
47 -+++ b/configure.ac
48 -@@ -381,12 +381,14 @@ AC_SUBST(rl_inc)
49 - dnl # ----------------------
50 - dnl # HANDLE THE MPI LIBRARY
51 - dnl # ----------------------
52 -+mpi_use="";
53 - AC_MSG_CHECKING([whether you want MPI])
54 --AC_ARG_ENABLE(mpi,
55 -- [ --enable-mpi enable MPI layer [[default=no]]],
56 -- [ mpi_use="yes" ],
57 -- [ mpi_use="" ]
58 --)
59 -+AC_ARG_ENABLE([mpi],
60 -+ AS_HELP_STRING([--enable-mpi enable MPI layer [[default=no]]]))
61 -+
62 -+AS_IF([test "x$enable_mpi" = "xyes"], [
63 -+ mpi_use="yes"
64 -+])
65 - mpi_lib="";
66 - mpi_inc="";
67 - if test -z "${mpi_use}"; then