summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-06-30 12:41:15 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-06-30 12:41:15 +0000
commit242db8656bf8b52d108c34adcb98281eee2e31b8 (patch)
treeb4f240ed3a11971722b2a03f65f4657917b252f7 /sys-cluster/ccs
parentMarked ppc stable. (diff)
downloadhistorical-242db8656bf8b52d108c34adcb98281eee2e31b8.tar.gz
historical-242db8656bf8b52d108c34adcb98281eee2e31b8.tar.bz2
historical-242db8656bf8b52d108c34adcb98281eee2e31b8.zip
1.00.00 tree in portage. Removed old ebuilds.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-cluster/ccs')
-rw-r--r--sys-cluster/ccs/ChangeLog8
-rw-r--r--sys-cluster/ccs/Manifest12
-rw-r--r--sys-cluster/ccs/ccs-0.24.ebuild37
-rw-r--r--sys-cluster/ccs/ccs-1.00.00.ebuild (renamed from sys-cluster/ccs/ccs-0.7.ebuild)16
-rw-r--r--sys-cluster/ccs/files/digest-ccs-0.241
-rw-r--r--sys-cluster/ccs/files/digest-ccs-0.71
-rw-r--r--sys-cluster/ccs/files/digest-ccs-1.00.001
7 files changed, 21 insertions, 55 deletions
diff --git a/sys-cluster/ccs/ChangeLog b/sys-cluster/ccs/ChangeLog
index 2b7a1a04d1bc..6ad6a67cace6 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.13 2005/03/25 16:25:14 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ChangeLog,v 1.14 2005/06/30 12:41:15 xmerlin Exp $
+
+*ccs-1.00.00 (30 Jun 2005)
+
+ 30 Jun 2005; Christian Zoffoli <xmerlin@gentoo.org> -ccs-0.24.ebuild,
+ -ccs-0.7.ebuild, +ccs-1.00.00.ebuild:
+ 1.00.00 tree in portage. Removed old ebuilds.
25 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org> ccs-0.24.ebuild:
fixed init/conf name
diff --git a/sys-cluster/ccs/Manifest b/sys-cluster/ccs/Manifest
index 43648c180cb9..470b77e8feb3 100644
--- a/sys-cluster/ccs/Manifest
+++ b/sys-cluster/ccs/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223
MD5 9fa91c22c5dcbf38ca7417f83cfb5c3f ccs-0.7.ebuild 748
MD5 90845748516ce8abb1ee3e4e69e2e872 ccs-0.24.ebuild 864
MD5 411bca74221073e395d0c1b15c44a2d5 ChangeLog 1435
+MD5 d678bb5fb4af3d15551406efe1f3a78a ccs-1.00.00.ebuild 849
MD5 26c41799e51873904b374ba950887f8b files/digest-ccs-0.7 58
MD5 46814b5b5398bfaf0d64854a0d0900a6 files/digest-ccs-0.24 59
MD5 8a51744fb1f2de377f819ec48a69729f files/ccsd.conf 254
MD5 d1e8cec0a97091432dc92d7721f79442 files/ccsd.rc 522
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCRD1ogMUyd/cdjWsRAsX2AKCJnXPgWqNFdC3ItAP6vFHrNOzB+QCfeboN
-5B8H9sjLSuSqO9JJT5ai6VM=
-=Lp0T
------END PGP SIGNATURE-----
+MD5 4f2d164091c3df995eb6cd31f2347a68 files/digest-ccs-1.00.00 68
diff --git a/sys-cluster/ccs/ccs-0.24.ebuild b/sys-cluster/ccs/ccs-0.24.ebuild
deleted file mode 100644
index 9f6325c1fed5..000000000000
--- a/sys-cluster/ccs/ccs-0.24.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.24.ebuild,v 1.4 2005/03/25 16:25:14 xmerlin Exp $
-
-DESCRIPTION="cluster configuration system to manage the cluster config file"
-HOMEPAGE="http://sources.redhat.com/cluster/"
-
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://dev.gentoo.org/~xmerlin/gfs/${P}.tar.gz"
-
-IUSE=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND=">=sys-cluster/magma-1.0_pre8
- dev-libs/libxml2
- sys-libs/zlib"
-
-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
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Probably you need also the magma-plugins package in your cluster!"
- einfo ""
-}
diff --git a/sys-cluster/ccs/ccs-0.7.ebuild b/sys-cluster/ccs/ccs-1.00.00.ebuild
index 5d60a9886a4e..2a511ed7a434 100644
--- a/sys-cluster/ccs/ccs-0.7.ebuild
+++ b/sys-cluster/ccs/ccs-1.00.00.ebuild
@@ -1,24 +1,30 @@
# 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.5 2005/03/07 15:52:47 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ccs/ccs-1.00.00.ebuild,v 1.1 2005/06/30 12:41:15 xmerlin Exp $
inherit linux-mod
+CLUSTER_VERSION="1.00.00"
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"
+SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/cluster-${CLUSTER_VERSION}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND=">=sys-cluster/magma-1.0_pre3
+DEPEND=">=sys-cluster/magma-1.00.00
dev-libs/libxml2
sys-libs/zlib"
-RDEPEND="${DEPEND}
- >=sys-cluster/magma-plugins-1.0_pre5"
+RDEPEND=">=sys-cluster/magma-1.00.00
+ dev-libs/libxml2
+ sys-libs/zlib
+ >=sys-cluster/magma-plugins-1.00.00"
+
+
+S="${WORKDIR}/cluster-${CLUSTER_VERSION}/${PN}"
src_compile() {
check_KV
diff --git a/sys-cluster/ccs/files/digest-ccs-0.24 b/sys-cluster/ccs/files/digest-ccs-0.24
deleted file mode 100644
index 518c91386a15..000000000000
--- a/sys-cluster/ccs/files/digest-ccs-0.24
+++ /dev/null
@@ -1 +0,0 @@
-MD5 76f95eb0ba7bc35ae9d7c40be6eb3fe5 ccs-0.24.tar.gz 43603
diff --git a/sys-cluster/ccs/files/digest-ccs-0.7 b/sys-cluster/ccs/files/digest-ccs-0.7
deleted file mode 100644
index e8591f49b133..000000000000
--- a/sys-cluster/ccs/files/digest-ccs-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4a653f4dd102bd8807cc1f12b063cc4e ccs-0.7.tar.gz 29360
diff --git a/sys-cluster/ccs/files/digest-ccs-1.00.00 b/sys-cluster/ccs/files/digest-ccs-1.00.00
new file mode 100644
index 000000000000..7b0e114fb607
--- /dev/null
+++ b/sys-cluster/ccs/files/digest-ccs-1.00.00
@@ -0,0 +1 @@
+MD5 49548be2d01d007e8e74d801a8a98f37 cluster-1.00.00.tar.gz 1329114