* [gentoo-commits] gentoo-x86 commit in sys-cluster/heartbeat: ChangeLog heartbeat-3.0.4.ebuild heartbeat-3.0.3-r2.ebuild
@ 2011-02-11 11:04 Alexys Jacob (ultrabug)
0 siblings, 0 replies; only message in thread
From: Alexys Jacob (ultrabug) @ 2011-02-11 11:04 UTC (permalink / raw
To: gentoo-commits
ultrabug 11/02/11 11:04:47
Modified: ChangeLog
Added: heartbeat-3.0.4.ebuild
Removed: heartbeat-3.0.3-r2.ebuild
Log:
Version bump, drop old unstable.
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.88 sys-cluster/heartbeat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 6 Oct 2010 09:25:37 -0000 1.87
+++ ChangeLog 11 Feb 2011 11:04:47 -0000 1.88
@@ -1,6 +1,15 @@
# ChangeLog for sys-cluster/heartbeat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.87 2010/10/06 09:25:37 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.88 2011/02/11 11:04:47 ultrabug Exp $
+
+*heartbeat-3.0.4 (11 Feb 2011)
+
+ 11 Feb 2011; Ultrabug <ultrabug@gentoo.org> +files/3.0.4-docs.patch,
+ +files/3.0.4-fix_configure.patch, +files/3.0.4-python_tests.patch,
+ -files/3.0.3-docs.patch, -files/3.0.3-fix_configure.patch,
+ -heartbeat-3.0.3-r2.ebuild, -files/3.0.3-python_tests.patch,
+ +heartbeat-3.0.4.ebuild:
+ Version bump, drop old unstable.
*heartbeat-3.0.3-r2 (06 Oct 2010)
1.1 sys-cluster/heartbeat/heartbeat-3.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild?rev=1.1&content-type=text/plain
Index: heartbeat-3.0.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-3.0.4.ebuild,v 1.1 2011/02/11 11:04:47 ultrabug Exp $
EAPI="2"
PYTHON_DEPEND="2"
inherit python autotools multilib eutils base
DESCRIPTION="Heartbeat high availability cluster manager"
HOMEPAGE="http://www.linux-ha.org/wiki/Heartbeat"
SRC_URI="http://hg.linux-ha.org/${PN}-STABLE_3_0/archive/STABLE-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipmi snmp static-libs"
RDEPEND="sys-cluster/cluster-glue
dev-libs/glib:2
virtual/ssh
net-libs/gnutls
ipmi? ( sys-libs/openipmi )
snmp? ( net-analyzer/net-snmp )
"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-lang/swig"
PDEPEND="sys-cluster/resource-agents"
S=${WORKDIR}/Heartbeat-3-0-STABLE-${PV}
PATCHES=(
"${FILESDIR}/${PV}-fix_configure.patch"
"${FILESDIR}/${PV}-docs.patch"
"${FILESDIR}/${PV}-python_tests.patch"
)
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
base_src_prepare
eautoreconf
cp "${FILESDIR}"/heartbeat-init "${T}" || die
sed -i \
-e "/ResourceManager/ s/lib/share/" \
-e "s:lib:$(get_libdir):g" \
"${T}"/heartbeat-init || die
}
src_configure() {
econf \
--disable-dependency-tracking \
--disable-fatal-warnings \
$(use_enable static-libs static) \
$(use_enable doc) \
--disable-tipc \
$(use_enable ipmi ipmilan) \
--enable-dopd \
--libdir=/usr/$(get_libdir) \
--localstatedir=/var \
--docdir=/usr/share/doc/${PF} \
$(use_enable snmp)
}
src_install() {
base_src_install
newinitd "${T}/heartbeat-init" heartbeat || die
# fix collisions
rm -rf "${D}"/usr/include/heartbeat/{compress,ha_msg}.h
if use doc ; then
dodoc README doc/*.txt doc/AUTHORS || die
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-11 11:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 11:04 [gentoo-commits] gentoo-x86 commit in sys-cluster/heartbeat: ChangeLog heartbeat-3.0.4.ebuild heartbeat-3.0.3-r2.ebuild Alexys Jacob (ultrabug)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox