summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-01-27 04:34:30 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-01-27 04:34:30 +0000
commitb36e68058996a30f17b2bab62f9f61845f349ca1 (patch)
treec80a2f4ec4e1323582548e227e1d8e80fe70d29e /sys-cluster/ccs
parentnvidia-glx satisfies opengl on amd64. (diff)
downloadgentoo-2-b36e68058996a30f17b2bab62f9f61845f349ca1.tar.gz
gentoo-2-b36e68058996a30f17b2bab62f9f61845f349ca1.tar.bz2
gentoo-2-b36e68058996a30f17b2bab62f9f61845f349ca1.zip
new in portage
Diffstat (limited to 'sys-cluster/ccs')
-rw-r--r--sys-cluster/ccs/Manifest3
-rw-r--r--sys-cluster/ccs/ccs-0.7.ebuild25
2 files changed, 28 insertions, 0 deletions
diff --git a/sys-cluster/ccs/Manifest b/sys-cluster/ccs/Manifest
new file mode 100644
index 000000000000..28681839e5b2
--- /dev/null
+++ b/sys-cluster/ccs/Manifest
@@ -0,0 +1,3 @@
+MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223
+MD5 604fd78d083f87ede343a9e5ad9e78ab ccs-0.7.ebuild 545
+MD5 26c41799e51873904b374ba950887f8b files/digest-ccs-0.7 58
diff --git a/sys-cluster/ccs/ccs-0.7.ebuild b/sys-cluster/ccs/ccs-0.7.ebuild
new file mode 100644
index 000000000000..4804f586b4df
--- /dev/null
+++ b/sys-cluster/ccs/ccs-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-0.7.ebuild,v 1.1 2005/01/27 04:34:30 xmerlin Exp $
+
+inherit eutils
+
+DESCRIPTION="cluster configuration system to manage the cluster config file"
+HOMEPAGE="http://sources.redhat.com/cluster/"
+SRC_URI="http://people.redhat.com/cfeist/cluster/tgz/${P}.tar.gz"
+IUSE=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="sys-cluster/magma"
+
+src_compile() {
+ ./configure --kernel_src=/usr/src/linux || die
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}