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/resource-agents: ChangeLog resource-agents-1.0.3.ebuild
Date: Sat, 28 Aug 2010 09:16:04
Message-Id: 20100828091601.2059B20054@flycatcher.gentoo.org
1 xarthisius 10/08/28 09:16:01
2
3 Modified: ChangeLog resource-agents-1.0.3.ebuild
4 Log:
5 Add block against <sys-cluster/heartbeat-3.x
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sys-cluster/resource-agents/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 29 Jun 2010 08:31:37 -0000 1.3
22 +++ ChangeLog 28 Aug 2010 09:16:01 -0000 1.4
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-cluster/resource-agents
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.3 2010/06/29 08:31:37 gmsoft Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.4 2010/08/28 09:16:01 xarthisius Exp $
28 +
29 + 28 Aug 2010; Kacper Kowalik <xarthisius@g.o>
30 + resource-agents-1.0.3.ebuild:
31 + Add block against <sys-cluster/heartbeat-3.x
32
33 29 Jun 2010; Guy Martin <gmsoft@g.o> resource-agents-1.0.3.ebuild:
34 Added ~hppa to KEYWORDS.
35
36
37
38 1.4 sys-cluster/resource-agents/resource-agents-1.0.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild?r1=1.3&r2=1.4
43
44 Index: resource-agents-1.0.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- resource-agents-1.0.3.ebuild 29 Jun 2010 08:31:37 -0000 1.3
51 +++ resource-agents-1.0.3.ebuild 28 Aug 2010 09:16:01 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild,v 1.3 2010/06/29 08:31:37 gmsoft Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild,v 1.4 2010/08/28 09:16:01 xarthisius Exp $
57
58 EAPI="2"
59
60 @@ -17,7 +17,8 @@
61 IUSE="doc"
62
63 DEPEND="sys-apps/iproute2
64 - sys-cluster/cluster-glue"
65 + sys-cluster/cluster-glue
66 + !<sys-cluster/heartbeat-3.0"
67 RDEPEND="${DEPEND}"
68
69 S="${WORKDIR}/Cluster-Resource-Agents-${MY_P}"