diff options
author | Ultrabug <ultrabug@gentoo.org> | 2017-04-25 11:50:53 +0200 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2017-04-25 11:50:53 +0200 |
commit | b2b4557714b798712c26c7fb14cf7fed68245223 (patch) | |
tree | ac1eb9e0d85f69d62e7046c575958bb72dfa29ee /sys-cluster/cluster-glue/files | |
parent | sys-cluster/resource-agents: version bump, move to EAPI 6 (diff) | |
download | gentoo-b2b4557714b798712c26c7fb14cf7fed68245223.tar.gz gentoo-b2b4557714b798712c26c7fb14cf7fed68245223.tar.bz2 gentoo-b2b4557714b798712c26c7fb14cf7fed68245223.zip |
sys-cluster/cluster-glue: old ebuilds cleanup and eapi compliance bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-cluster/cluster-glue/files')
5 files changed, 0 insertions, 88 deletions
diff --git a/sys-cluster/cluster-glue/files/1.0.12-respect_cflags.patch b/sys-cluster/cluster-glue/files/1.0.12-respect_cflags.patch deleted file mode 100644 index 52a879574ccb..000000000000 --- a/sys-cluster/cluster-glue/files/1.0.12-respect_cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac 2014-07-23 10:37:39.052887243 +0200 -+++ b/configure.ac 2014-07-23 10:37:53.541464249 +0200 -@@ -1226,8 +1226,6 @@ - CFLAGS="$CFLAGS -g" - enable_fatal_warnings=no - else -- CFLAGS="$CFLAGS -ggdb" -- - # We had to eliminate -Wnested-externs because of libtool changes - EXTRA_FLAGS="-fgnu89-inline - -fstack-protector-all diff --git a/sys-cluster/cluster-glue/files/1.0.5-docs.patch b/sys-cluster/cluster-glue/files/1.0.5-docs.patch deleted file mode 100644 index 424c529623f0..000000000000 --- a/sys-cluster/cluster-glue/files/1.0.5-docs.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- doc/Makefile.am -+++ doc/Makefile.am -@@ -29,11 +29,10 @@ - - if BUILD_DOC - man_MANS += hb_report.8 ha_logd.8 ha_logger.1 stonith.8 meatclient.8 --endif - - EXTRA_DIST = $(man_MANS) - --STYLESHEET_PREFIX ?= http://docbook.sourceforge.net/release/xsl/current -+STYLESHEET_PREFIX ?= /usr/share/sgml/docbook/xsl-stylesheets/ - MANPAGES_STYLESHEET ?= $(STYLESHEET_PREFIX)/manpages/docbook.xsl - HTML_STYLESHEET ?= $(STYLESHEET_PREFIX)/xhtml/docbook.xsl - FO_STYLESHEET ?= $(STYLESHEET_PREFIX)/fo/docbook.xsl -@@ -47,3 +46,4 @@ - $(XSLTPROC) \ - $(XSLTPROC_MANPAGES_OPTIONS) \ - $(MANPAGES_STYLESHEET) $< -+endif ---- configure.ac -+++ configure.ac -@@ -492,11 +492,13 @@ - AC_PATH_PROGS(PKGCONFIG, pkg-config) - AC_PATH_PROGS(XML2CONFIG, xml2-config) - --AC_PATH_PROGS(XSLTPROC, xsltproc) --AM_CONDITIONAL(BUILD_DOC, test "x$XSLTPROC" != "x" ) --if test "x$XSLTPROC" = "x"; then -- AC_MSG_WARN([xsltproc not installed, unable to (re-)build manual pages]) -+AC_ARG_ENABLE([doc], -+ [ --enable-doc build documentation, [default=no]], -+ [enable_doc=$withval], [enable_doc=no]) -+if test "x$enable_doc" != "xno"; then -+ AC_PATH_PROGS(XSLTPROC, xsltproc) - fi -+AM_CONDITIONAL(BUILD_DOC, test "x$enable_doc" != "xno" ) - - AC_PATH_PROGS(VALGRIND_BIN, valgrind, /usr/bin/valgrind) - AC_DEFINE_UNQUOTED(VALGRIND_BIN, "$VALGRIND_BIN", Valgrind command) diff --git a/sys-cluster/cluster-glue/files/1.0.5-respect_cflags.patch b/sys-cluster/cluster-glue/files/1.0.5-respect_cflags.patch deleted file mode 100644 index f89432fc7eed..000000000000 --- a/sys-cluster/cluster-glue/files/1.0.5-respect_cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -1149,8 +1149,6 @@ - CFLAGS="$CFLAGS -g" - enable_fatal_warnings=no - else -- CFLAGS="$CFLAGS -ggdb3 -O0" -- - # We had to eliminate -Wnested-externs because of libtool changes - EXTRA_FLAGS="-fgnu89-inline - -fstack-protector-all diff --git a/sys-cluster/cluster-glue/files/1.0.7-fix_configure.patch b/sys-cluster/cluster-glue/files/1.0.7-fix_configure.patch deleted file mode 100644 index fff85b003322..000000000000 --- a/sys-cluster/cluster-glue/files/1.0.7-fix_configure.patch +++ /dev/null @@ -1,13 +0,0 @@ -Fix enable/disable of libnet - ---- a/configure.ac 2010-12-06 18:17:03.000000000 +0100 -+++ b/configure.ac 2011-01-11 13:22:16.271977100 +0100 -@@ -928,7 +928,7 @@ - - AC_ARG_ENABLE([libnet], - [ --enable-libnet Use libnet for ARP based funcationality, [default=try]], -- [enable_libnet=$withval], [enable_libnet=try]) -+ [], [enable_libnet=try]) - - libnet="" - libnet_version="none" diff --git a/sys-cluster/cluster-glue/files/1.0.9-glib-2.32.patch b/sys-cluster/cluster-glue/files/1.0.9-glib-2.32.patch deleted file mode 100644 index a2dff8341bfd..000000000000 --- a/sys-cluster/cluster-glue/files/1.0.9-glib-2.32.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: Reusable-Cluster-Components-glue--glue-1.0.9/include/clplumbing/cl_uuid.h -=================================================================== ---- Reusable-Cluster-Components-glue--glue-1.0.9.orig/include/clplumbing/cl_uuid.h -+++ Reusable-Cluster-Components-glue--glue-1.0.9/include/clplumbing/cl_uuid.h -@@ -16,7 +16,7 @@ - - #ifndef _CL_UUID_H_ - #define _CL_UUID_H_ --#include <glib/gtypes.h> -+#include <glib.h> - - typedef struct cl_uuid_s{ - unsigned char uuid[16]; |