ultrabug 15/02/23 15:21:06 Modified: ChangeLog Added: resource-agents-3.9.6.ebuild Log: version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path 1.18 sys-cluster/resource-agents/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 14 Feb 2013 13:43:52 -0000 1.17 +++ ChangeLog 23 Feb 2015 15:21:06 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for sys-cluster/resource-agents -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.17 2013/02/14 13:43:52 ultrabug Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.18 2015/02/23 15:21:06 ultrabug Exp $ + +*resource-agents-3.9.6 (23 Feb 2015) + + 23 Feb 2015; Ultrabug <[email protected]> +resource-agents-3.9.6.ebuild: + version bump *resource-agents-3.9.5 (14 Feb 2013) 1.1 sys-cluster/resource-agents/resource-agents-3.9.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-3.9.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/resource-agents/resource-agents-3.9.6.ebuild?rev=1.1&content-type=text/plain Index: resource-agents-3.9.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-3.9.6.ebuild,v 1.1 2015/02/23 15:21:06 ultrabug Exp $ EAPI="5" MY_P="${P/resource-}" inherit autotools base eutils multilib DESCRIPTION="Resources pack for Heartbeat / Pacemaker" HOMEPAGE="http://www.linux-ha.org/wiki/Resource_Agents" SRC_URI="https://github.com/ClusterLabs/resource-agents/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" IUSE="doc libnet rgmanager" RDEPEND="sys-apps/iproute2 sys-cluster/cluster-glue !<sys-cluster/heartbeat-3.0 libnet? ( net-libs/libnet:1.1 )" DEPEND="${RDEPEND} doc? ( dev-libs/libxslt app-text/docbook-xsl-stylesheets )" PATCHES=( "${FILESDIR}/3.9.4-configure.patch" ) src_prepare() { base_src_prepare eautoreconf } src_configure() { econf \ --disable-dependency-tracking \ --disable-fatal-warnings \ --localstatedir=/var \ --docdir=/usr/share/doc/${PF} \ --libdir=/usr/$(get_libdir) \ --with-ocf-root=/usr/$(get_libdir)/ocf \ $(use_enable doc) \ $(use_enable libnet) } src_install() { base_src_install rm -rf "${D}"/etc/init.d/ || die rm -rf "${D}"/var/run || die use rgmanager || rm -rf "${D}"/usr/share/cluster/ "${D}"/var/ } 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." }
