summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-07-13 15:02:09 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-07-13 15:02:09 +0000
commit5d4994a06445d6d726850374f604277301aef2ca (patch)
tree027b2c0f35b88993a73506e6594295d45f82e54a /sys-cluster/ccs
parentThe ldscript should be called 'libcap.so', and not versioned like it was. (diff)
downloadgentoo-2-5d4994a06445d6d726850374f604277301aef2ca.tar.gz
gentoo-2-5d4994a06445d6d726850374f604277301aef2ca.tar.bz2
gentoo-2-5d4994a06445d6d726850374f604277301aef2ca.zip
1.02.00 updated to current stable.
(Portage version: 2.1-r1)
Diffstat (limited to 'sys-cluster/ccs')
-rw-r--r--sys-cluster/ccs/ChangeLog8
-rw-r--r--sys-cluster/ccs/ccs-1.02.00-r1.ebuild45
-rw-r--r--sys-cluster/ccs/files/digest-ccs-1.02.00-r16
3 files changed, 58 insertions, 1 deletions
diff --git a/sys-cluster/ccs/ChangeLog b/sys-cluster/ccs/ChangeLog
index d8b4cdb0f98f..7abff1f9448d 100644
--- a/sys-cluster/ccs/ChangeLog
+++ b/sys-cluster/ccs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/ccs
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.26 2006/07/13 10:48:31 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.27 2006/07/13 15:02:09 xmerlin Exp $
+
+*ccs-1.02.00-r1 (13 Jul 2006)
+
+ 13 Jul 2006; Christian Zoffoli <xmerlin@gentoo.org>
+ +ccs-1.02.00-r1.ebuild:
+ 1.02.00 updated to current stable.
13 Jul 2006; Christian Zoffoli <xmerlin@gentoo.org>
-ccs-1.00.00-r1.ebuild:
diff --git a/sys-cluster/ccs/ccs-1.02.00-r1.ebuild b/sys-cluster/ccs/ccs-1.02.00-r1.ebuild
new file mode 100644
index 000000000000..5cee95548388
--- /dev/null
+++ b/sys-cluster/ccs/ccs-1.02.00-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-1.02.00-r1.ebuild,v 1.1 2006/07/13 15:02:09 xmerlin Exp $
+
+inherit eutils
+
+CVS_RELEASE="20060713"
+MY_P="cluster-${PV}"
+
+DESCRIPTION="cluster configuration system to manage the cluster config file"
+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"
+
+IUSE=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+
+DEPEND=">=sys-cluster/magma-1.02.00
+ dev-libs/libxml2
+ sys-libs/zlib"
+
+
+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}d.rc ${PN}d || die
+ newconfd ${FILESDIR}/${PN}d.conf ${PN}d || die
+}
diff --git a/sys-cluster/ccs/files/digest-ccs-1.02.00-r1 b/sys-cluster/ccs/files/digest-ccs-1.02.00-r1
new file mode 100644
index 000000000000..ca8c36d74ebb
--- /dev/null
+++ b/sys-cluster/ccs/files/digest-ccs-1.02.00-r1
@@ -0,0 +1,6 @@
+MD5 e5fa8d039fbfb7e7912d27db7372c629 ccs-1.02.00-20060713-cvs.patch.gz 359
+RMD160 c1e2015bc5edbe84109f6dfb1eb5ec28eb8abbef ccs-1.02.00-20060713-cvs.patch.gz 359
+SHA256 bdfeb28bbff44b35344b6a8541071d2cd68f47dfd0e037e7c3c033e675d8f89a ccs-1.02.00-20060713-cvs.patch.gz 359
+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