* [gentoo-commits] gentoo-x86 commit in sys-cluster/corosync: ChangeLog corosync-2.1.0.ebuild corosync-2.0.0.ebuild
@ 2012-10-29 13:41 Alexys Jacob (ultrabug)
0 siblings, 0 replies; only message in thread
From: Alexys Jacob (ultrabug) @ 2012-10-29 13:41 UTC (permalink / raw
To: gentoo-commits
ultrabug 12/10/29 13:41:52
Modified: ChangeLog
Added: corosync-2.1.0.ebuild
Removed: corosync-2.0.0.ebuild
Log:
Bump corosync-2 series for testing
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path
1.24 sys-cluster/corosync/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 11 Jul 2012 08:30:55 -0000 1.23
+++ ChangeLog 29 Oct 2012 13:41:52 -0000 1.24
@@ -1,6 +1,13 @@
# ChangeLog for sys-cluster/corosync
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.23 2012/07/11 08:30:55 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.24 2012/10/29 13:41:52 ultrabug Exp $
+
+*corosync-2.1.0 (29 Oct 2012)
+
+ 29 Oct 2012; Ultrabug <ultrabug@gentoo.org> -corosync-2.0.0.ebuild,
+ files/corosync-2.0.0-docs.patch, -files/corosync-2.0.0-rpath.patch,
+ +corosync-2.1.0.ebuild:
+ Bump corosync-2 series for testing, drop the old one
*corosync-1.4.3-r1 (11 Jul 2012)
1.1 sys-cluster/corosync/corosync-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/corosync-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/corosync-2.1.0.ebuild?rev=1.1&content-type=text/plain
Index: corosync-2.1.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-2.1.0.ebuild,v 1.1 2012/10/29 13:41:52 ultrabug Exp $
EAPI=4
inherit autotools base
MY_TREE="1706129"
DESCRIPTION="OSI Certified implementation of a complete cluster engine"
HOMEPAGE="http://www.corosync.org/"
SRC_URI="https://github.com/corosync/corosync/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="BSD-2 public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc infiniband static-libs"
# TODO: support those new configure flags
# --enable-watchdog : Watchdog support
# --enable-augeas : Install the augeas lens for corosync.conf
# --enable-snmp : SNMP protocol support
# --enable-xmlconf : XML configuration support
# --enable-systemd : Install systemd service files
RDEPEND="!sys-cluster/heartbeat
infiniband? (
sys-infiniband/libibverbs
sys-infiniband/librdmacm
)
dev-libs/nss
sys-cluster/libqb"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( sys-apps/groff )"
PATCHES=( "${FILESDIR}/${PN}-2.0.0-docs.patch" )
DOCS=( README.recovery SECURITY TODO AUTHORS )
S="${WORKDIR}/${PN}-${PN}-${MY_TREE}"
src_prepare() {
base_src_prepare
eautoreconf
}
src_configure() {
# appends lib to localstatedir automatically
# FIXME: install just shared libs --disable-static does not work
econf \
--localstatedir=/var \
--docdir=/usr/share/doc/${PF} \
$(use_enable doc) \
$(use_enable infiniband rdma)
}
src_install() {
default
newinitd "${FILESDIR}"/${PN}.initd ${PN}
rm "${D}"/etc/init.d/corosync-notifyd || die
insinto /etc/logrotate.d
newins "${FILESDIR}"/${PN}.logrotate ${PN}
keepdir /var/lib/corosync
use static-libs || rm -rf "${D}"/usr/$(get_libdir)/*.a || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-29 13:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 13:41 [gentoo-commits] gentoo-x86 commit in sys-cluster/corosync: ChangeLog corosync-2.1.0.ebuild corosync-2.0.0.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