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: Sun, 01 Dec 2019 18:42:47
Message-Id: 1575225755.f73a47d0bc55411ae0866efe1e4dd6aee03b1df2.bman@gentoo
1 commit: f73a47d0bc55411ae0866efe1e4dd6aee03b1df2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 1 08:22:14 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 18:42:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73a47d0
7
8 sys-cluster/corosync: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/13819
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../corosync/files/corosync-2.0.0-docs.patch | 34 ----------------------
15 1 file changed, 34 deletions(-)
16
17 diff --git a/sys-cluster/corosync/files/corosync-2.0.0-docs.patch b/sys-cluster/corosync/files/corosync-2.0.0-docs.patch
18 deleted file mode 100644
19 index 66eacb821e5..00000000000
20 --- a/sys-cluster/corosync/files/corosync-2.0.0-docs.patch
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 ---- a/configure.ac 2012-10-29 14:34:48.200093085 +0100
24 -+++ b/configure.ac 2012-10-29 14:37:05.997077034 +0100
25 -@@ -591,7 +591,7 @@
26 - INCLUDE_DIRS="$INCLUDE_DIRS -I\$(top_builddir)/include/corosync -I\$(top_srcdir)/include/corosync"
27 -
28 - # final build of *FLAGS
29 --CFLAGS="$ENV_CFLAGS $lt_prog_compiler_pic $SEC_FLAGS $OPT_CFLAGS $GDB_FLAGS \
30 -+CFLAGS="$ENV_CFLAGS $lt_prog_compiler_pic $OS_CFLAGS \
31 - $COVERAGE_CFLAGS $EXTRA_WARNINGS \
32 - $WERROR_CFLAGS $NSS_CFLAGS $LIBQB_CFLAGS \
33 - $SNMP_INCLUDES"
34 -@@ -616,7 +616,10 @@
35 - AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}")
36 - AC_SUBST([NSS_LDFLAGS])
37 -
38 --AM_CONDITIONAL(BUILD_HTML_DOCS, test -n "${GROFF}")
39 -+AC_ARG_ENABLE([doc],
40 -+ AS_HELP_STRING([--enable-doc],[Build html documentation])
41 -+)
42 -+AM_CONDITIONAL(BUILD_HTML_DOCS, [test -n "${GROFF}" && test "x$enable_doc" = "xyes"] )
43 -
44 - AC_SUBST([LINT_FLAGS])
45 -
46 ---- a/Makefile.am 2012-10-29 14:34:48.200093085 +0100
47 -+++ b/Makefile.am 2012-10-29 14:37:16.236853385 +0100
48 -@@ -48,8 +48,6 @@
49 - autoheader automake autoconf test_lense.sh \
50 - autoscan.log configure.scan ltmain.sh
51 -
52 --dist_doc_DATA = LICENSE INSTALL README.recovery SECURITY TODO AUTHORS
53 --
54 - SUBDIRS = include common_lib lib exec tools test cts pkgconfig \
55 - man init conf qdevices
56 -