Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ultrabug:master commit in: sys-cluster/pacemaker/files/, sys-cluster/pacemaker/
Date: Fri, 25 Feb 2011 10:49:16
Message-Id: 952e1fa2d7ddad9525184eca3cb27a72e0c4fd52.ultrabug@gentoo
1 commit: 952e1fa2d7ddad9525184eca3cb27a72e0c4fd52
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 10:48:48 2011 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 10:48:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=952e1fa2
7
8 pacemaker bump
9
10 ---
11 sys-cluster/pacemaker/Manifest | 6 +-
12 ...ls-r2.patch => pacemaker-1.1.5-autotools.patch} | 68 ++++++++++----------
13 ...aker-1.1.4-r5.ebuild => pacemaker-1.1.5.ebuild} | 7 +-
14 3 files changed, 42 insertions(+), 39 deletions(-)
15
16 diff --git a/sys-cluster/pacemaker/Manifest b/sys-cluster/pacemaker/Manifest
17 index 425b03a..58e324b 100644
18 --- a/sys-cluster/pacemaker/Manifest
19 +++ b/sys-cluster/pacemaker/Manifest
20 @@ -1,5 +1,5 @@
21 -AUX pacemaker-1.1.4-autotools-r2.patch 9932 RMD160 6240324b9188ab5beb5ec2ec775c66a94cc3c7be SHA1 5cb30350c92cd5019f892c2c37d7cb53190c3b79 SHA256 62d937c6a7894a686a79530f6daa2a5f814fecd6ea29dc700308e89d668e488d
22 +AUX pacemaker-1.1.5-autotools.patch 10094 RMD160 fc2c40684eee70a2d6899c2bae1518a3f3e7a49f SHA1 07f7939ba553d232f75c16c9bb5f705fbe0d2271 SHA256 680849bdb47b4107bd10a055b6b293ae6642ce44c00c832a8dc30b330d72beaa
23 AUX pacemaker.initd 922 RMD160 1ee204b244f3e40a6fb272f43d0cf11d7e4404d0 SHA1 7ffa0222674d5003d550b51bad7f0735366ffe01 SHA256 0253da4a3a91d8c3aa7badd30062cbba32a0626b77f1a27db1d731d1bbe133af
24 AUX pacemaker.service 105 RMD160 e743788acefa97f879ea67b5b3bbbff715c71bce SHA1 42739d9a111a25a643d8f5f8b9fdd2cf1267853a SHA256 43034635a3a92ef55bf638ea3e29c2285240228283a70fbd88fe5e28c0d57c8c
25 -DIST Pacemaker-1.1.4.tar.bz2 23444765 RMD160 ca2635622e2a63258d7dc9933541eb2e3b728679 SHA1 382a4cbd80ef8f1c303f1c5c02d60390e808397f SHA256 922e2929cf9f2efa2e2d9b3185a7ac826a96e86cd8d9f4c4eae177f88f1f03b1
26 -EBUILD pacemaker-1.1.4-r5.ebuild 2180 RMD160 1fb5e97611b43e6ba84026f1cb031a6f0b379323 SHA1 c7722c8f1a520cffc504864b4bcff408962c7ac2 SHA256 082f88c67e4679de37ae62c465d30fc2875807f3a91c987fe7e2fb9a0c95d857
27 +DIST Pacemaker-1.1.5.tar.bz2 23531621 RMD160 56761cb9bb9aa22d0275fedc851269a5f472d29e SHA1 da8c6f09e549879961231028582fdbe69c9ac8c6 SHA256 aa1dcf2dc6deff3676fa7d0938f80bb4f163011d491d0478798e971ca2d58fb2
28 +EBUILD pacemaker-1.1.5.ebuild 2210 RMD160 2320bbab2916c77935900868d88df7dd461dd206 SHA1 23d0269330f9514af260e384e78eaa87ab362891 SHA256 f1a0315cc61e50f144c078dade036f9724c60006d4a3be82cda9c96353cc483e
29
30 diff --git a/sys-cluster/pacemaker/files/pacemaker-1.1.4-autotools-r2.patch b/sys-cluster/pacemaker/files/pacemaker-1.1.5-autotools.patch
31 similarity index 97%
32 rename from sys-cluster/pacemaker/files/pacemaker-1.1.4-autotools-r2.patch
33 rename to sys-cluster/pacemaker/files/pacemaker-1.1.5-autotools.patch
34 index a3aad64..5cd4f57 100644
35 --- a/sys-cluster/pacemaker/files/pacemaker-1.1.4-autotools-r2.patch
36 +++ b/sys-cluster/pacemaker/files/pacemaker-1.1.5-autotools.patch
37 @@ -16,39 +16,6 @@
38 OPENIPMI_SERVICELOG_EXISTS="yes"
39 fi
40 AC_MSG_RESULT($OPENIPMI_SERVICELOG_EXISTS)
41 ---- a/fencing/Makefile.am
42 -+++ b/fencing/Makefile.am
43 -@@ -36,21 +36,20 @@
44 -
45 - stonith_test_SOURCES = test.c
46 -
47 --stonith_test_LDADD = $(CRYPTOLIB) $(CLUSTERLIBS) \
48 -- $(top_builddir)/lib/common/libcrmcommon.la \
49 -+stonith_test_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
50 - $(top_builddir)/lib/common/libcrmcluster.la \
51 -- $(top_builddir)/lib/fencing/libstonithd.la
52 -+ $(top_builddir)/lib/fencing/libstonithd.la \
53 -+ $(CRYPTOLIB) $(CLUSTERLIBS)
54 -
55 - stonith_admin_SOURCES = admin.c
56 -
57 --stonith_admin_LDADD = $(CRYPTOLIB) $(CLUSTERLIBS) \
58 -- $(top_builddir)/lib/common/libcrmcommon.la \
59 -+stonith_admin_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
60 - $(top_builddir)/lib/common/libcrmcluster.la \
61 -- $(top_builddir)/lib/fencing/libstonithd.la
62 --
63 -+ $(top_builddir)/lib/fencing/libstonithd.la \
64 -+ $(CRYPTOLIB) $(CLUSTERLIBS)
65 - stonithd_SOURCES = main.c commands.c remote.c
66 -
67 --stonithd_LDADD = $(CRYPTOLIB) $(CLUSTERLIBS) \
68 -- $(top_builddir)/lib/common/libcrmcommon.la \
69 -+stonithd_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
70 - $(top_builddir)/lib/common/libcrmcluster.la \
71 -- $(top_builddir)/lib/fencing/libstonithd.la
72 -+ $(top_builddir)/lib/fencing/libstonithd.la \
73 -+ $(CRYPTOLIB) $(CLUSTERLIBS)
74 --- a/mcp/Makefile.am
75 +++ b/mcp/Makefile.am
76 @@ -34,7 +34,7 @@
77 @@ -285,3 +252,38 @@
78 DIST_SUBDIRS = $(SUBDIRS) ais
79
80 if BUILD_CS_SUPPORT
81 +--- a/fencing/Makefile.am 2011-02-25 09:58:45.621572915 +0100
82 ++++ b/fencing/Makefile.am 2011-02-25 10:00:39.024820006 +0100
83 +@@ -42,23 +42,23 @@
84 +
85 + stonith_test_SOURCES = test.c
86 +
87 +-stonith_test_LDADD = $(CRYPTOLIB) $(CLUSTERLIBS) \
88 +- $(top_builddir)/lib/common/libcrmcommon.la \
89 ++stonith_test_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
90 + $(top_builddir)/lib/common/libcrmcluster.la \
91 +- $(top_builddir)/lib/fencing/libstonithd.la
92 ++ $(top_builddir)/lib/fencing/libstonithd.la \
93 ++ $(CRYPTOLIB) $(CLUSTERLIBS)
94 +
95 + stonith_admin_SOURCES = admin.c
96 +
97 +-stonith_admin_LDADD = $(CRYPTOLIB) $(CLUSTERLIBS) \
98 ++stonith_admin_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
99 + $(top_builddir)/lib/cib/libcib.la \
100 + $(top_builddir)/lib/pengine/libpe_status.la \
101 +- $(top_builddir)/lib/common/libcrmcommon.la \
102 + $(top_builddir)/lib/common/libcrmcluster.la \
103 +- $(top_builddir)/lib/fencing/libstonithd.la
104 ++ $(top_builddir)/lib/fencing/libstonithd.la \
105 ++ $(CRYPTOLIB) $(CLUSTERLIBS)
106 +
107 + stonithd_SOURCES = main.c commands.c remote.c
108 +
109 +-stonithd_LDADD = $(CRYPTOLIB) $(CLUSTERLIBS) \
110 +- $(top_builddir)/lib/common/libcrmcommon.la \
111 ++stonithd_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
112 + $(top_builddir)/lib/common/libcrmcluster.la \
113 +- $(top_builddir)/lib/fencing/libstonithd.la
114 ++ $(top_builddir)/lib/fencing/libstonithd.la \
115 ++ $(CRYPTOLIB) $(CLUSTERLIBS)
116
117 diff --git a/sys-cluster/pacemaker/pacemaker-1.1.4-r5.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.5.ebuild
118 similarity index 94%
119 rename from sys-cluster/pacemaker/pacemaker-1.1.4-r5.ebuild
120 rename to sys-cluster/pacemaker/pacemaker-1.1.5.ebuild
121 index a4fd9a5..94665ce 100644
122 --- a/sys-cluster/pacemaker/pacemaker-1.1.4-r5.ebuild
123 +++ b/sys-cluster/pacemaker/pacemaker-1.1.5.ebuild
124 @@ -16,7 +16,7 @@ SRC_URI="http://hg.clusterlabs.org/${PN}/1.1/archive/${MY_P}.tar.bz2"
125 LICENSE="GPL-2"
126 SLOT="0"
127 KEYWORDS="~amd64 ~hppa ~x86"
128 -IUSE="heartbeat smtp snmp static-libs cman3"
129 +IUSE="acl cman3 heartbeat smtp snmp static-libs"
130
131 RDEPEND="
132 dev-libs/libxslt
133 @@ -30,7 +30,7 @@ RDEPEND="
134 DEPEND="${RDEPEND}"
135
136 PATCHES=(
137 - "${FILESDIR}/${P}-autotools-r2.patch"
138 +# "${FILESDIR}/${PN}-1.1.5-autotools.patch"
139 )
140
141 S=${WORKDIR}/${MY_PN}-1-1-${MY_P}
142 @@ -54,10 +54,11 @@ src_configure() {
143 --localstatedir=/var \
144 --disable-dependency-tracking \
145 --disable-fatal-warnings \
146 + $(use_with acl) \
147 $(use_with cman3 cs-quorum) \
148 $(use_with cman3 cman) \
149 - $(use_with smtp esmtp) \
150 $(use_with heartbeat) \
151 + $(use_with smtp esmtp) \
152 $(use_with snmp) \
153 $(use_enable static-libs static) \
154 ${myopts}