summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2005-04-27 01:24:26 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2005-04-27 01:24:26 +0000
commit564aed8bf932ab92005c863fd8fefeb1d7383014 (patch)
tree5bba2a84d873431ae3be08e40832659661ca38db /sys-cluster
parentTo ~sparc wrt #89315 (diff)
downloadgentoo-2-564aed8bf932ab92005c863fd8fefeb1d7383014.tar.gz
gentoo-2-564aed8bf932ab92005c863fd8fefeb1d7383014.tar.bz2
gentoo-2-564aed8bf932ab92005c863fd8fefeb1d7383014.zip
csync2 added to portage
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/csync2/ChangeLog10
-rw-r--r--sys-cluster/csync2/Manifest4
-rw-r--r--sys-cluster/csync2/csync2-1.16.ebuild33
-rw-r--r--sys-cluster/csync2/files/csync2.xinetd15
-rw-r--r--sys-cluster/csync2/files/digest-csync2-1.161
-rw-r--r--sys-cluster/csync2/metadata.xml8
6 files changed, 71 insertions, 0 deletions
diff --git a/sys-cluster/csync2/ChangeLog b/sys-cluster/csync2/ChangeLog
new file mode 100644
index 000000000000..9841554cda99
--- /dev/null
+++ b/sys-cluster/csync2/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-cluster/csync2
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.1 2005/04/27 01:24:26 xmerlin Exp $
+
+*csync2-1.16 (27 Apr 2005)
+
+ 27 Apr 2005; Christian Zoffoli <xmerlin@gentoo.org> +metadata.xml,
+ +files/csync2.xinetd, +csync2-1.16.ebuild:
+ csync2 added to portage
+
diff --git a/sys-cluster/csync2/Manifest b/sys-cluster/csync2/Manifest
new file mode 100644
index 000000000000..93f5027fe569
--- /dev/null
+++ b/sys-cluster/csync2/Manifest
@@ -0,0 +1,4 @@
+MD5 ba96320dd3ee7e9353bce9b2433a58d3 csync2-1.16.ebuild 658
+MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223
+MD5 8f6c0e3b7da5a8b1a5fd7730f6ae8bdd files/csync2.xinetd 388
+MD5 4f935e316a184e40ddf6dfd0f386c761 files/digest-csync2-1.16 62
diff --git a/sys-cluster/csync2/csync2-1.16.ebuild b/sys-cluster/csync2/csync2-1.16.ebuild
new file mode 100644
index 000000000000..0db4a36da93b
--- /dev/null
+++ b/sys-cluster/csync2/csync2-1.16.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/csync2/csync2-1.16.ebuild,v 1.1 2005/04/27 01:24:26 xmerlin Exp $
+
+DESCRIPTION="Cluster synchronization tool."
+SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz"
+HOMEPAGE="http://oss.linbit.com/csync2/"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND="net-libs/librsync"
+RDEPEND="net-libs/librsync"
+SLOT="0"
+
+src_compile() {
+ econf --localstatedir=/var || die
+
+ emake || die
+}
+
+src_install() {
+
+ make DESTDIR=${D} localstatedir=${D}/var install || die "install problem"
+
+ insinto /etc/xinetd.d
+ newins ${FILESDIR}/${PN}.xinetd ${PN} || die
+
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+}
+
diff --git a/sys-cluster/csync2/files/csync2.xinetd b/sys-cluster/csync2/files/csync2.xinetd
new file mode 100644
index 000000000000..d2a7adb8f5b9
--- /dev/null
+++ b/sys-cluster/csync2/files/csync2.xinetd
@@ -0,0 +1,15 @@
+# default: on
+# description: csync2
+service csync2
+{
+ flags = REUSE
+ socket_type = stream
+ wait = no
+ user = root
+ group = root
+ server = /usr/sbin/csync2
+ server_args = -i
+ #log_on_failure += USERID
+ disable = yes
+ only_from = 192.168.199.3 192.168.199.4
+}
diff --git a/sys-cluster/csync2/files/digest-csync2-1.16 b/sys-cluster/csync2/files/digest-csync2-1.16
new file mode 100644
index 000000000000..30ed7cf1fe7b
--- /dev/null
+++ b/sys-cluster/csync2/files/digest-csync2-1.16
@@ -0,0 +1 @@
+MD5 1d156561b112561a450e7b4a178d6a26 csync2-1.16.tar.gz 97630
diff --git a/sys-cluster/csync2/metadata.xml b/sys-cluster/csync2/metadata.xml
new file mode 100644
index 000000000000..e2b45fb75fca
--- /dev/null
+++ b/sys-cluster/csync2/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>cluster@gentoo.org</email>
+</maintainer>
+</pkgmetadata>