summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-24 12:45:01 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-24 12:45:01 +0000
commit180f3f34087f2ca76b21e22abc62368fc9909a80 (patch)
treebc22f628b63c1ef7349c5a58e69112f85854b243 /sys-cluster/resource-agents
parentRespect LDFLAGS, fix documentation installation wrt bug #296746 (diff)
downloadgentoo-2-180f3f34087f2ca76b21e22abc62368fc9909a80.tar.gz
gentoo-2-180f3f34087f2ca76b21e22abc62368fc9909a80.tar.bz2
gentoo-2-180f3f34087f2ca76b21e22abc62368fc9909a80.zip
Remove app-emulation/libvirt from dependencies. Use elog information instead
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/resource-agents')
-rw-r--r--sys-cluster/resource-agents/ChangeLog7
-rw-r--r--sys-cluster/resource-agents/resource-agents-1.0.3.ebuild14
2 files changed, 17 insertions, 4 deletions
diff --git a/sys-cluster/resource-agents/ChangeLog b/sys-cluster/resource-agents/ChangeLog
index 9999302d7b66..30211d379888 100644
--- a/sys-cluster/resource-agents/ChangeLog
+++ b/sys-cluster/resource-agents/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/resource-agents
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.1 2010/06/21 07:37:28 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.2 2010/06/24 12:45:01 xarthisius Exp $
+
+ 24 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ resource-agents-1.0.3.ebuild:
+ Remove app-emulation/libvirt from dependencies. Use elog information
+ instead
*resource-agents-1.0.3 (21 Jun 2010)
diff --git a/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild b/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild
index 9719ccd6ccd4..71880493d600 100644
--- a/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild
+++ b/sys-cluster/resource-agents/resource-agents-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="2"
@@ -18,8 +18,7 @@ IUSE="doc"
DEPEND="sys-apps/iproute2
sys-cluster/cluster-glue"
-RDEPEND="${DEPEND}
- app-emulation/libvirt"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/Cluster-Resource-Agents-${MY_P}"
@@ -49,3 +48,12 @@ src_install() {
base_src_install
rm -rf "${D}"/etc/init.d/ldirectord || die
}
+
+pkg_postinst() {
+ elog "To use Resource Agents installed in /usr/$(get_libdir)/ocf/resource.d"
+ elog "you have to emerge required runtime dependencies manually."
+ elog ""
+ elog "Description and dependencies of all Agents can be found on"
+ elog "http://www.linux-ha.org/wiki/Resource_Agents"
+ elog "or in the documentation of this package."
+}