diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-10-08 14:12:54 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-10-08 14:12:54 +0000 |
commit | 6e5530daf0060ca543f1e9ff63c8e7b2d2e52e11 (patch) | |
tree | 614e899852ae1bf8e2ff1d51f086c0572b377689 /sys-cluster/ccs | |
parent | ebuild cleanup. (diff) | |
download | historical-6e5530daf0060ca543f1e9ff63c8e7b2d2e52e11.tar.gz historical-6e5530daf0060ca543f1e9ff63c8e7b2d2e52e11.tar.bz2 historical-6e5530daf0060ca543f1e9ff63c8e7b2d2e52e11.zip |
New version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-cluster/ccs')
-rw-r--r-- | sys-cluster/ccs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/ccs/ccs-1.00.00-r1.ebuild | 9 | ||||
-rw-r--r-- | sys-cluster/ccs/ccs-1.01.00.ebuild | 33 | ||||
-rw-r--r-- | sys-cluster/ccs/files/digest-ccs-1.01.00 | 1 |
4 files changed, 46 insertions, 5 deletions
diff --git a/sys-cluster/ccs/ChangeLog b/sys-cluster/ccs/ChangeLog index 86d049c555f6..90b062fe24e2 100644 --- a/sys-cluster/ccs/ChangeLog +++ b/sys-cluster/ccs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/ccs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.19 2005/09/05 21:57:58 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.20 2005/10/08 14:12:54 xmerlin Exp $ + +*ccs-1.01.00 (08 Oct 2005) + + 08 Oct 2005; Christian Zoffoli <xmerlin@gentoo.org> ccs-1.00.00-r1.ebuild, + +ccs-1.01.00.ebuild: + New version. 06 Sep 2005; Christian Zoffoli <xmerlin@gentoo.org> ccs-1.00.00-r1.ebuild: fixed a circular dep. diff --git a/sys-cluster/ccs/ccs-1.00.00-r1.ebuild b/sys-cluster/ccs/ccs-1.00.00-r1.ebuild index 09d37928b685..308447e182a8 100644 --- a/sys-cluster/ccs/ccs-1.00.00-r1.ebuild +++ b/sys-cluster/ccs/ccs-1.00.00-r1.ebuild @@ -1,11 +1,12 @@ # 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-1.00.00-r1.ebuild,v 1.3 2005/09/05 21:57:58 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-1.00.00-r1.ebuild,v 1.4 2005/10/08 14:12:54 xmerlin Exp $ + +MY_P="cluster-${PV}" -CLUSTER_VERSION="1.00.00" 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/cluster-${CLUSTER_VERSION}.tar.gz" +SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz" IUSE="" LICENSE="GPL-2" @@ -17,7 +18,7 @@ DEPEND=">=sys-cluster/magma-1.00.00 sys-libs/zlib" -S="${WORKDIR}/cluster-${CLUSTER_VERSION}/${PN}" +S="${WORKDIR}/${MY_P}/${PN}" src_compile() { ./configure || die diff --git a/sys-cluster/ccs/ccs-1.01.00.ebuild b/sys-cluster/ccs/ccs-1.01.00.ebuild new file mode 100644 index 000000000000..3e653ff599a8 --- /dev/null +++ b/sys-cluster/ccs/ccs-1.01.00.ebuild @@ -0,0 +1,33 @@ +# 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-1.01.00.ebuild,v 1.1 2005/10/08 14:12:54 xmerlin Exp $ + +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" +IUSE="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND=">=sys-cluster/magma-1.01.00 + dev-libs/libxml2 + sys-libs/zlib" + + +S="${WORKDIR}/${MY_P}/${PN}" + +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.01.00 b/sys-cluster/ccs/files/digest-ccs-1.01.00 new file mode 100644 index 000000000000..01881d35db4a --- /dev/null +++ b/sys-cluster/ccs/files/digest-ccs-1.01.00 @@ -0,0 +1 @@ +MD5 e98551b02ee8ed46ae0ab8fca193d751 cluster-1.01.00.tar.gz 1321031 |