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-lib: cman-lib-2.03.09.ebuild ChangeLog
Date: Fri, 21 Nov 2008 22:29:42
Message-Id: E1L3eVQ-0005WE-2p@stork.gentoo.org
1 xmerlin 08/11/21 22:29:40
2
3 Modified: cman-lib-2.03.09.ebuild ChangeLog
4 Log:
5 Fixed homepage.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sys-cluster/cman-lib/cman-lib-2.03.09.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild?r1=1.1&r2=1.2
14
15 Index: cman-lib-2.03.09.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cman-lib-2.03.09.ebuild 13 Nov 2008 18:59:51 -0000 1.1
22 +++ cman-lib-2.03.09.ebuild 21 Nov 2008 22:29:40 -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-lib/cman-lib-2.03.09.ebuild,v 1.1 2008/11/13 18:59:51 xmerlin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild,v 1.2 2008/11/21 22:29:40 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="A library for cluster management common to the various pieces of Cluster Suite."
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
42
43 1.4 sys-cluster/cman-lib/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman-lib/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman-lib/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/cman-lib/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 13 Nov 2008 18:59:51 -0000 1.3
56 +++ ChangeLog 21 Nov 2008 22:29:40 -0000 1.4
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-cluster/cman-lib
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/ChangeLog,v 1.3 2008/11/13 18:59:51 xmerlin Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman-lib/ChangeLog,v 1.4 2008/11/21 22:29:40 xmerlin Exp $
62 +
63 + 21 Nov 2008; Christian Zoffoli <xmerlin@g.o>
64 + cman-lib-2.03.09.ebuild:
65 + Fixed homepage.
66
67 *cman-lib-2.03.09 (13 Nov 2008)