summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-08-30 12:55:47 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-08-30 12:55:47 +0000
commit0055319a4d4e182a9ff441a29e0b531b7a152e15 (patch)
treea491c6812aa8bb0b5349606f678b6741bc34aa75 /sys-cluster/cman
parentVersion bump. (diff)
downloadhistorical-0055319a4d4e182a9ff441a29e0b531b7a152e15.tar.gz
historical-0055319a4d4e182a9ff441a29e0b531b7a152e15.tar.bz2
historical-0055319a4d4e182a9ff441a29e0b531b7a152e15.zip
Version bump.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'sys-cluster/cman')
-rw-r--r--sys-cluster/cman/ChangeLog7
-rw-r--r--sys-cluster/cman/cman-1.03.00.ebuild42
-rw-r--r--sys-cluster/cman/files/cman-1.03.00-compile-hack.patch11
-rw-r--r--sys-cluster/cman/files/digest-cman-1.03.003
4 files changed, 62 insertions, 1 deletions
diff --git a/sys-cluster/cman/ChangeLog b/sys-cluster/cman/ChangeLog
index 91c84d3ad969..0fa6573af5e6 100644
--- a/sys-cluster/cman/ChangeLog
+++ b/sys-cluster/cman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/cman
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.27 2006/08/25 12:53:18 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.28 2006/08/30 12:49:02 xmerlin Exp $
+
+*cman-1.03.00 (30 Aug 2006)
+
+ 30 Aug 2006; Christian Zoffoli <xmerlin@gentoo.org> +cman-1.03.00.ebuild:
+ Version bump.
24 Aug 2006; Christian Zoffoli <xmerlin@gentoo.org>
cman-1.02.00-r1.ebuild:
diff --git a/sys-cluster/cman/cman-1.03.00.ebuild b/sys-cluster/cman/cman-1.03.00.ebuild
new file mode 100644
index 000000000000..bc4cb68a5268
--- /dev/null
+++ b/sys-cluster/cman/cman-1.03.00.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-1.03.00.ebuild,v 1.1 2006/08/30 12:49:02 xmerlin Exp $
+
+inherit eutils
+
+MY_P="cluster-${PV}"
+
+DESCRIPTION="general-purpose symmetric cluster manager"
+HOMEPAGE="http://sources.redhat.com/cluster/"
+SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=sys-cluster/ccs-1.03.00
+ >=sys-cluster/cman-headers-1.03.00"
+
+RDEPEND="virtual/libc"
+
+S="${WORKDIR}/${MY_P}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/cman-1.03.00-compile-hack.patch || die
+}
+
+
+src_compile() {
+ ./configure || die
+ emake -j1 || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ newinitd ${FILESDIR}/${PN}.rc ${PN} || die
+ newconfd ${FILESDIR}/${PN}.conf ${PN} || die
+}
diff --git a/sys-cluster/cman/files/cman-1.03.00-compile-hack.patch b/sys-cluster/cman/files/cman-1.03.00-compile-hack.patch
new file mode 100644
index 000000000000..8cae6ddcc8fc
--- /dev/null
+++ b/sys-cluster/cman/files/cman-1.03.00-compile-hack.patch
@@ -0,0 +1,11 @@
+--- cluster-1.03.00/cman/qdisk/Makefile.orig 2006-08-30 15:50:39.000000000 +0200
++++ cluster-1.03.00/cman/qdisk/Makefile 2006-08-30 15:50:48.000000000 +0200
+@@ -17,7 +17,7 @@
+
+ INCLUDES+=-I. -I../lib
+ CFLAGS +=-I${incdir} -I${top_srcdir}/config \
+- -Wall -Werror -Wstrict-prototypes -Wshadow -D_GNU_SOURCE -g
++ -Wall -Wstrict-prototypes -Wshadow -D_GNU_SOURCE -g
+
+ TARGET=qdiskd mkqdisk
+
diff --git a/sys-cluster/cman/files/digest-cman-1.03.00 b/sys-cluster/cman/files/digest-cman-1.03.00
new file mode 100644
index 000000000000..09fda78c7e81
--- /dev/null
+++ b/sys-cluster/cman/files/digest-cman-1.03.00
@@ -0,0 +1,3 @@
+MD5 8eea23df70d2007c4fb8c234cfea49cf cluster-1.03.00.tar.gz 1658274
+RMD160 6fc16e2edba73dd1a83ecfad749b1553eca6d938 cluster-1.03.00.tar.gz 1658274
+SHA256 e61c2438c7ee8d546aec9dd86ee1851c9a71f127c25ad1fb0c59eb4ed534e97b cluster-1.03.00.tar.gz 1658274