Gentoo Archives: gentoo-commits

From: "Christian Zoffoli (xmerlin)" <xmerlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/cman: cman-2.03.09.ebuild ChangeLog
Date: Fri, 21 Nov 2008 22:27:56
Message-Id: E1L3eTi-0005UN-9n@stork.gentoo.org
1 xmerlin 08/11/21 22:27:54
2
3 Modified: cman-2.03.09.ebuild ChangeLog
4 Log:
5 Fixed homepage, ebuild cleanup, new cman init, fixed path in qdiskd, added patch for RH bug #457107.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sys-cluster/cman/cman-2.03.09.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman/cman-2.03.09.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman/cman-2.03.09.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman/cman-2.03.09.ebuild?r1=1.1&r2=1.2
14
15 Index: cman-2.03.09.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-2.03.09.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cman-2.03.09.ebuild 13 Nov 2008 18:56:17 -0000 1.1
22 +++ cman-2.03.09.ebuild 21 Nov 2008 22:27:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-2.03.09.ebuild,v 1.1 2008/11/13 18:56:17 xmerlin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-2.03.09.ebuild,v 1.2 2008/11/21 22:27:54 xmerlin Exp $
28
29 inherit eutils versionator
30
31 @@ -11,7 +11,7 @@
32 MIN_PV="$(get_version_component_range 2).$(get_version_component_range 3)"
33
34 DESCRIPTION="general-purpose symmetric cluster manager"
35 -HOMEPAGE="http://sources.redhat.com/cluster/"
36 +HOMEPAGE="http://sources.redhat.com/cluster/wiki/"
37 SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz"
38
39 LICENSE="GPL-2"
40 @@ -41,6 +41,8 @@
41 unpack ${A}
42 cd "${S}"
43
44 + epatch "${FILESDIR}"/cman-2.02.39-bug457107.patch || die
45 +
46 # fix the manual pages have executable bit
47 sed -i -e '
48 /\tinstall -d/s/install/& -m 0755/; t
49 @@ -91,9 +93,4 @@
50 einfo ""
51 einfo "Please add a cluster.conf in /etc/cluster/"
52 einfo ""
53 - einfo "If you want to use cman and dlm 2.xx.xx"
54 - einfo "with 2.6.20 kernels you have to patch your"
55 - einfo "kernel sources with:"
56 - einfo "http://dev.gentoo.org/~xmerlin/gfs/dlm-gfs-2.6.20.patch.bz2"
57 - einfo ""
58 }
59
60
61
62 1.42 sys-cluster/cman/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman/ChangeLog?rev=1.42&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman/ChangeLog?rev=1.42&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman/ChangeLog?r1=1.41&r2=1.42
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v
71 retrieving revision 1.41
72 retrieving revision 1.42
73 diff -u -r1.41 -r1.42
74 --- ChangeLog 13 Nov 2008 18:56:17 -0000 1.41
75 +++ ChangeLog 21 Nov 2008 22:27:54 -0000 1.42
76 @@ -1,6 +1,12 @@
77 # ChangeLog for sys-cluster/cman
78 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.41 2008/11/13 18:56:17 xmerlin Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.42 2008/11/21 22:27:54 xmerlin Exp $
81 +
82 + 21 Nov 2008; Christian Zoffoli <xmerlin@g.o> files/cman-2.0x.rc,
83 + files/qdiskd-2.0x.rc, +files/cman-2.02.39-bug457107.patch,
84 + cman-2.03.09.ebuild:
85 + Fixed homepage, ebuild cleanup, new cman init, fixed path in qdiskd, added
86 + patch for RH bug #457107.
87
88 *cman-2.03.09 (13 Nov 2008)