Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/files/
Date: Wed, 01 Jul 2020 19:59:44
Message-Id: 1593633463.6ef254e13da72232595dc272de934511d9b11a27.bman@gentoo
1 commit: 6ef254e13da72232595dc272de934511d9b11a27
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 1 17:14:48 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:57:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef254e1
7
8 sys-cluster/corosync: remove unused patch
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16534
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 sys-cluster/corosync/files/corosync-docs.patch | 37 --------------------------
16 1 file changed, 37 deletions(-)
17
18 diff --git a/sys-cluster/corosync/files/corosync-docs.patch b/sys-cluster/corosync/files/corosync-docs.patch
19 deleted file mode 100644
20 index 198db980ae4..00000000000
21 --- a/sys-cluster/corosync/files/corosync-docs.patch
22 +++ /dev/null
23 @@ -1,37 +0,0 @@
24 -Make docs optional
25 -
26 ---- configure.ac
27 -+++ configure.ac
28 -@@ -432,7 +432,7 @@
29 - fi
30 -
31 - # final build of *FLAGS
32 --CFLAGS="$ENV_CFLAGS $OPT_CFLAGS $GDB_FLAGS $OS_CFLAGS \
33 -+CFLAGS="$ENV_CFLAGS $OS_CFLAGS \
34 - $COVERAGE_CFLAGS $EXTRA_WARNINGS $WERROR_CFLAGS $NSS_CFLAGS"
35 - CPPFLAGS="$ENV_CPPFLAGS $ANSI_CPPFLAGS $OS_CPPFLAGS"
36 - LDFLAGS="$ENV_LDFLAGS $COVERAGE_LDFLAGS $OS_LDFLAGS"
37 -@@ -458,7 +458,10 @@
38 - AC_SUBST([DARWIN_OPTS])
39 - AC_SUBST([SOLARIS_OPTS])
40 -
41 --AM_CONDITIONAL(BUILD_HTML_DOCS, test -n "${GROFF}")
42 -+AC_ARG_ENABLE([doc],
43 -+ AS_HELP_STRING([--enable-doc],[Build html documentation])
44 -+)
45 -+AM_CONDITIONAL(BUILD_HTML_DOCS, [test -n "${GROFF}" && test "x$enable_doc" = "xyes"] )
46 -
47 - AC_SUBST([LINT_FLAGS])
48 -
49 ---- Makefile.am
50 -+++ Makefile.am
51 -@@ -41,9 +41,6 @@
52 - config.guess config.sub missing install-sh \
53 - autoheader automake autoconf
54 -
55 --dist_doc_DATA = LICENSE INSTALL README.devmap \
56 -- README.recovery SECURITY TODO AUTHORS
57 --
58 - corosysconfdir = ${COROSYSCONFDIR}
59 -
60 - corosysconf_DATA = conf/corosync.conf.example