summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-07-13 18:52:47 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-07-13 18:52:47 +0000
commit15eeaa0bacb0e2377e3b59fe4426d801e3f63c6b (patch)
tree41236c3568515725221abe6fab450b6c0013f8a8 /sys-cluster/cman
parentFixing HOMEPAGE, SRC_URI, Quoting, Copyright. Taking temporary maintainership (diff)
downloadhistorical-15eeaa0bacb0e2377e3b59fe4426d801e3f63c6b.tar.gz
historical-15eeaa0bacb0e2377e3b59fe4426d801e3f63c6b.tar.bz2
historical-15eeaa0bacb0e2377e3b59fe4426d801e3f63c6b.zip
1.02.00 updated to current stable.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'sys-cluster/cman')
-rw-r--r--sys-cluster/cman/ChangeLog8
-rw-r--r--sys-cluster/cman/cman-1.02.00-r1.ebuild44
-rw-r--r--sys-cluster/cman/files/digest-cman-1.02.00-r16
3 files changed, 57 insertions, 1 deletions
diff --git a/sys-cluster/cman/ChangeLog b/sys-cluster/cman/ChangeLog
index 3c034abfc923..c2134fa26625 100644
--- a/sys-cluster/cman/ChangeLog
+++ b/sys-cluster/cman/ChangeLog
@@ -1,6 +1,12 @@
# 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.25 2006/07/13 10:45:55 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.26 2006/07/13 18:42:18 xmerlin Exp $
+
+*cman-1.02.00-r1 (13 Jul 2006)
+
+ 13 Jul 2006; Christian Zoffoli <xmerlin@gentoo.org>
+ +cman-1.02.00-r1.ebuild:
+ 1.02.00 updated to current stable.
13 Jul 2006; Christian Zoffoli <xmerlin@gentoo.org>
-cman-1.00.00-r1.ebuild:
diff --git a/sys-cluster/cman/cman-1.02.00-r1.ebuild b/sys-cluster/cman/cman-1.02.00-r1.ebuild
new file mode 100644
index 000000000000..da9bd9fdf536
--- /dev/null
+++ b/sys-cluster/cman/cman-1.02.00-r1.ebuild
@@ -0,0 +1,44 @@
+# 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.02.00-r1.ebuild,v 1.1 2006/07/13 18:42:18 xmerlin Exp $
+
+inherit eutils
+
+CVS_RELEASE="20060713"
+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
+ mirror://gentoo/${PN}-${PV}-${CVS_RELEASE}-cvs.patch.gz
+ http://dev.gentoo.org/~xmerlin/gfs/${PN}-${PV}-${CVS_RELEASE}-cvs.patch.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=sys-cluster/ccs-1.02.00-r1
+ >=sys-cluster/cman-headers-1.02.00-r1"
+
+RDEPEND="virtual/libc"
+
+S="${WORKDIR}/${MY_P}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${WORKDIR}/${PN}-${PV}-${CVS_RELEASE}-cvs.patch || die
+}
+
+src_compile() {
+ ./configure || die
+ emake || 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/digest-cman-1.02.00-r1 b/sys-cluster/cman/files/digest-cman-1.02.00-r1
new file mode 100644
index 000000000000..38116d17e5bf
--- /dev/null
+++ b/sys-cluster/cman/files/digest-cman-1.02.00-r1
@@ -0,0 +1,6 @@
+MD5 131c34c8b66d8d7d74384839ed4091d0 cluster-1.02.00.tar.gz 1356451
+RMD160 e9c0cdd1f5a7542c8a4ea38ccf6d057767269dc5 cluster-1.02.00.tar.gz 1356451
+SHA256 de45885146f1481808f7a34af5e6b7e2042895a4e3844eaa6161f942345c7849 cluster-1.02.00.tar.gz 1356451
+MD5 1ccd9fe3e102c9009a85cac5fa0eb3cc cman-1.02.00-20060713-cvs.patch.gz 1771
+RMD160 5c036f542145dce1d2762c2581270faadcef1e68 cman-1.02.00-20060713-cvs.patch.gz 1771
+SHA256 2188cb3c43ae8f0a6322e410adf84eec3b9cfb62d9b4660dbe34fcd17b3b0bea cman-1.02.00-20060713-cvs.patch.gz 1771