diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/corosync/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/corosync/corosync-1.2.6.ebuild | 56 | ||||
-rw-r--r-- | sys-cluster/corosync/corosync-1.2.7.ebuild (renamed from sys-cluster/corosync/corosync-1.2.5.ebuild) | 2 |
3 files changed, 8 insertions, 58 deletions
diff --git a/sys-cluster/corosync/ChangeLog b/sys-cluster/corosync/ChangeLog index 2c6125973fc9..bcfa72d82d29 100644 --- a/sys-cluster/corosync/ChangeLog +++ b/sys-cluster/corosync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/corosync # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.6 2010/07/17 15:31:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.7 2010/08/02 05:28:57 xarthisius Exp $ + +*corosync-1.2.7 (02 Aug 2010) + + 02 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> + -corosync-1.2.5.ebuild, -corosync-1.2.6.ebuild, +corosync-1.2.7.ebuild: + Version bump. Remove old. *corosync-1.2.6 (17 Jul 2010) diff --git a/sys-cluster/corosync/corosync-1.2.6.ebuild b/sys-cluster/corosync/corosync-1.2.6.ebuild deleted file mode 100644 index 135461e19511..000000000000 --- a/sys-cluster/corosync/corosync-1.2.6.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-1.2.6.ebuild,v 1.1 2010/07/17 15:31:11 cardoe Exp $ - -EAPI="3" - -inherit base autotools - -DESCRIPTION="OSI Certified implementation of a complete cluster engine" -HOMEPAGE="http://www.corosync.org/" -SRC_URI="ftp://ftp:${PN}.org@${PN}.org/downloads/${P}/${P}.tar.gz" - -LICENSE="BSD-2 public-domain" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="doc infiniband ssl" - -RDEPEND="!sys-cluster/heartbeat - ssl? ( dev-libs/nss ) - infiniband? ( - sys-infiniband/libibverbs - sys-infiniband/librdmacm - )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( sys-apps/groff )" - -PATCHES=( - "${FILESDIR}/${PN}-ldflags.patch" - "${FILESDIR}/${PN}-docs.patch" -) - -DOCS=( "README.recovery" "README.devmap" "SECURITY" "TODO" "AUTHORS" ) - -src_prepare() { - base_src_prepare - eautoreconf -} - -src_configure() { - # appends lib to localstatedir automatically - # FIXME: install both static and shared libs - econf \ - --localstatedir=/var \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable doc) \ - $(use_enable ssl nss) \ - $(use_enable infiniband rdma) -} - -src_install() { - base_src_install - newinitd "${FILESDIR}"/${PN}.initd ${PN} || die - - keepdir /var/lib/corosync -} diff --git a/sys-cluster/corosync/corosync-1.2.5.ebuild b/sys-cluster/corosync/corosync-1.2.7.ebuild index e6a6ceab5542..6539c788dcb9 100644 --- a/sys-cluster/corosync/corosync-1.2.5.ebuild +++ b/sys-cluster/corosync/corosync-1.2.7.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/corosync/corosync-1.2.5.ebuild,v 1.2 2010/06/29 08:33:51 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-1.2.7.ebuild,v 1.1 2010/08/02 05:28:57 xarthisius Exp $ EAPI="3" |