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: Thu, 24 Jun 2010 12:45:12
Message-Id: 20100624124502.4FBDF2CF47@corvid.gentoo.org
1 xarthisius 10/06/24 12:45:02
2
3 Modified: ChangeLog resource-agents-1.0.3.ebuild
4 Log:
5 Remove app-emulation/libvirt from dependencies. Use elog information instead
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-cluster/resource-agents/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 21 Jun 2010 07:37:28 -0000 1.1
22 +++ ChangeLog 24 Jun 2010 12:45:01 -0000 1.2
23 @@ -1,6 +1,11 @@
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.1 2010/06/21 07:37:28 xarthisius Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.2 2010/06/24 12:45:01 xarthisius Exp $
28 +
29 + 24 Jun 2010; Kacper Kowalik <xarthisius@g.o>
30 + resource-agents-1.0.3.ebuild:
31 + Remove app-emulation/libvirt from dependencies. Use elog information
32 + instead
33
34 *resource-agents-1.0.3 (21 Jun 2010)
35
36
37
38
39 1.2 sys-cluster/resource-agents/resource-agents-1.0.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild?r1=1.1&r2=1.2
44
45 Index: resource-agents-1.0.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- resource-agents-1.0.3.ebuild 21 Jun 2010 07:37:28 -0000 1.1
52 +++ resource-agents-1.0.3.ebuild 24 Jun 2010 12:45:01 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild,v 1.1 2010/06/21 07:37:28 xarthisius Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild,v 1.2 2010/06/24 12:45:01 xarthisius Exp $
58
59 EAPI="2"
60
61 @@ -18,8 +18,7 @@
62
63 DEPEND="sys-apps/iproute2
64 sys-cluster/cluster-glue"
65 -RDEPEND="${DEPEND}
66 - app-emulation/libvirt"
67 +RDEPEND="${DEPEND}"
68
69 S="${WORKDIR}/Cluster-Resource-Agents-${MY_P}"
70
71 @@ -49,3 +48,12 @@
72 base_src_install
73 rm -rf "${D}"/etc/init.d/ldirectord || die
74 }
75 +
76 +pkg_postinst() {
77 + elog "To use Resource Agents installed in /usr/$(get_libdir)/ocf/resource.d"
78 + elog "you have to emerge required runtime dependencies manually."
79 + elog ""
80 + elog "Description and dependencies of all Agents can be found on"
81 + elog "http://www.linux-ha.org/wiki/Resource_Agents"
82 + elog "or in the documentation of this package."
83 +}