summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hildebrand <zypher@gentoo.org>2004-06-27 15:07:27 +0000
committerMarc Hildebrand <zypher@gentoo.org>2004-06-27 15:07:27 +0000
commit264e8df49e962a535f07273da7464002432025fb (patch)
tree5f1f50d51b7408e68e09fd7902e8620d6857fdcb /sys-cluster/cman
parentinitial commit (diff)
downloadgentoo-2-264e8df49e962a535f07273da7464002432025fb.tar.gz
gentoo-2-264e8df49e962a535f07273da7464002432025fb.tar.bz2
gentoo-2-264e8df49e962a535f07273da7464002432025fb.zip
initial commit
Diffstat (limited to 'sys-cluster/cman')
-rw-r--r--sys-cluster/cman/ChangeLog8
-rw-r--r--sys-cluster/cman/cman-20040626.ebuild25
-rw-r--r--sys-cluster/cman/files/digest-cman-200406261
-rw-r--r--sys-cluster/cman/metadata.xml8
4 files changed, 42 insertions, 0 deletions
diff --git a/sys-cluster/cman/ChangeLog b/sys-cluster/cman/ChangeLog
new file mode 100644
index 000000000000..b41085f49081
--- /dev/null
+++ b/sys-cluster/cman/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sys-cluster/ccs
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/ChangeLog,v 1.1 2004/06/27 15:04:25 zypher Exp $
+
+*cman-20040626 (25 Jun 2004)
+
+ 27 Jun 2003; Marc Hildebrand <zypher@gentoo.org> cman-20040626.ebuild:
+ Initial import.
diff --git a/sys-cluster/cman/cman-20040626.ebuild b/sys-cluster/cman/cman-20040626.ebuild
new file mode 100644
index 000000000000..55dc39fc2819
--- /dev/null
+++ b/sys-cluster/cman/cman-20040626.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-20040626.ebuild,v 1.1 2004/06/27 15:04:25 zypher Exp $
+
+MY_P=gfs-${PV}
+DESCRIPTION="General-purpose symmetric cluster manager"
+HOMEPAGE="http://sources.redhat.com/cluster"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+RDEPEND="=sys-cluster/ccs-20040626"
+
+S=${WORKDIR}/${MY_P}/${PN}
+
+src_compile() {
+ ./configure --kernel_src=/usr/src/linux-2.6.7-gfs || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install
+}
diff --git a/sys-cluster/cman/files/digest-cman-20040626 b/sys-cluster/cman/files/digest-cman-20040626
new file mode 100644
index 000000000000..3bc8346dfec4
--- /dev/null
+++ b/sys-cluster/cman/files/digest-cman-20040626
@@ -0,0 +1 @@
+MD5 24b7d7b3d9ea6503760962801219d063 gfs-20040626.tar.bz2 1018540
diff --git a/sys-cluster/cman/metadata.xml b/sys-cluster/cman/metadata.xml
new file mode 100644
index 000000000000..b280f389fd5f
--- /dev/null
+++ b/sys-cluster/cman/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cluster</herd>
+<maintainer>
+ <email></email>
+</maintainer>
+</pkgmetadata>