Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/pacemaker/files: pacemaker-1.0.8-installpaths.patch pacemaker-1.0.8-asneeded.patch
Date: Thu, 01 Jul 2010 10:10:39
Message-Id: 20100701101023.AE5172CE15@corvid.gentoo.org
1 xarthisius 10/07/01 10:10:23
2
3 Added: pacemaker-1.0.8-installpaths.patch
4 pacemaker-1.0.8-asneeded.patch
5 Log:
6 Initial import. Ebuild written by Tomáš Chvátal <scarabeus@g.o>
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-cluster/pacemaker/files/pacemaker-1.0.8-installpaths.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker/files/pacemaker-1.0.8-installpaths.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker/files/pacemaker-1.0.8-installpaths.patch?rev=1.1&content-type=text/plain
14
15 Index: pacemaker-1.0.8-installpaths.patch
16 ===================================================================
17 --- cts/Makefile.am
18 +++ cts/Makefile.am
19 @@ -25,7 +25,7 @@
20
21 ctsdir = $(datadir)/$(PACKAGE)/tests/cts
22
23 -cts_PYTHON = CTSvars.py \
24 +cts_SCRIPTS = CTSvars.py \
25 CM_lha.py \
26 CM_ais.py \
27 CTS.py \
28 @@ -35,10 +35,9 @@
29 CTSscenarios.py \
30 extracttests.py \
31 OCFIPraTest.py \
32 - CIB.py
33 + CIB.py \
34 + cluster_test \
35 + LSBDummy
36
37 cts_DATA = README cts.supp
38
39 -cts_SCRIPTS = \
40 - cluster_test \
41 - LSBDummy
42 --- extra/Makefile.am
43 +++ extra/Makefile.am
44 @@ -20,5 +20,5 @@
45
46 SUBDIRS = resources
47
48 -mibdir = $(datadir)/snmp/mibs
49 +mibdir = $(datadir)/$(PACKAGE)/snmp/mibs
50 mib_DATA = PCMK-MIB.txt
51
52
53
54 1.1 sys-cluster/pacemaker/files/pacemaker-1.0.8-asneeded.patch
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker/files/pacemaker-1.0.8-asneeded.patch?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pacemaker/files/pacemaker-1.0.8-asneeded.patch?rev=1.1&content-type=text/plain
58
59 Index: pacemaker-1.0.8-asneeded.patch
60 ===================================================================
61 --- Makefile.am
62 +++ Makefile.am
63 @@ -23,7 +23,7 @@
64 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure DRF/config-h.in \
65 DRF/stamp-h.in libtool.m4 ltdl.m4 libltdl.tar
66
67 -SUBDIRS = debian $(LIBLTDL_DIR) replace include lib pengine cib crmd fencing tools shell xml cts extra doc
68 +SUBDIRS = $(LIBLTDL_DIR) replace include lib pengine cib crmd fencing tools shell xml cts extra doc
69
70 doc_DATA = AUTHORS COPYING COPYING.LIB
71
72 --- pengine/Makefile.am
73 +++ pengine/Makefile.am
74 @@ -58,6 +58,7 @@
75 # -L$(top_builddir)/lib/pils -lpils -export-dynamic -module -avoid-version
76 libpengine_la_SOURCES = pengine.c allocate.c utils.c constraints.c \
77 native.c group.c clone.c master.c graph.c
78 +libpengine_la_LIBADD = $(top_builddir)/lib/pengine/libpe_status.la
79
80 pengine_SOURCES = main.c
81 pengine_LDADD = $(COMMONLIBS) $(top_builddir)/lib/cib/libcib.la
82 --- lib/pengine/Makefile.am
83 +++ lib/pengine/Makefile.am
84 @@ -34,7 +34,7 @@
85
86 libpe_status_la_LDFLAGS = -version-info 2:0:0
87 libpe_status_la_SOURCES = $(rule_files) $(status_files)
88 -libpe_status_la_LIBADD = -llrm
89 +libpe_status_la_LIBADD = -llrm @CURSESLIBS@
90
91 clean-generic:
92 rm -f *.log *.debug *~