summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-03-17 20:20:14 +0000
committerMichael Imhof <tantive@gentoo.org>2003-03-17 20:20:14 +0000
commit2408334ddc97a53494d9b0d810379972b858ec1d (patch)
treefcb84b4f262e484eee70e781f3efbf16b9e0952b /app-sci/chessbrain
parentadded selinux patch (diff)
downloadhistorical-2408334ddc97a53494d9b0d810379972b858ec1d.tar.gz
historical-2408334ddc97a53494d9b0d810379972b858ec1d.tar.bz2
historical-2408334ddc97a53494d9b0d810379972b858ec1d.zip
Version bumped, as 20310 can no longer communicate with the server. Should close #17334
Diffstat (limited to 'app-sci/chessbrain')
-rw-r--r--app-sci/chessbrain/ChangeLog8
-rw-r--r--app-sci/chessbrain/chessbrain-20314.ebuild45
-rw-r--r--app-sci/chessbrain/files/digest-chessbrain-203141
3 files changed, 53 insertions, 1 deletions
diff --git a/app-sci/chessbrain/ChangeLog b/app-sci/chessbrain/ChangeLog
index cbe78f04ad2f..7be310ea7296 100644
--- a/app-sci/chessbrain/ChangeLog
+++ b/app-sci/chessbrain/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-sci/chessbrain
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/ChangeLog,v 1.1 2003/03/12 16:32:09 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/ChangeLog,v 1.2 2003/03/17 20:20:13 tantive Exp $
+
+*chessbrain-20314 (17 Mar 2003)
+
+ 17 Mar 2003; Michael Imhof <tantive@gentoo.org>
+ chessbrain-20314.ebuild: Version bumped, as 20310 can no longer
+ communicate with the server. Should close #17334
*chessbrain-20310 (12 Mar 2003)
diff --git a/app-sci/chessbrain/chessbrain-20314.ebuild b/app-sci/chessbrain/chessbrain-20314.ebuild
new file mode 100644
index 000000000000..45374124c51b
--- /dev/null
+++ b/app-sci/chessbrain/chessbrain-20314.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20314.ebuild,v 1.1 2003/03/17 20:20:14 tantive Exp $
+
+
+DESCRIPTION="This is a client for ChessBrain, a distibuted computing project."
+
+HOMEPAGE="http://www.chessbrain.net/"
+PV=${PV}-03
+SRC_URI="http://www.chessbrain.net/client${PV}-lin.tgz"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="x86"
+
+IUSE=""
+
+DEPEND=""
+# no version number on this install dir since upgrades will be using same dir
+# (data will be stored here too)
+I=/opt/chessbrain
+S=${WORKDIR}
+src_install () {
+ dodir ${I}
+ cp {cbspn,cbspn.conf} ${D}/${I}
+ chown nobody.nogroup ${D}/${I}
+ chown nobody.nogroup ${D}/${I}/cbspn
+ chmod +s ${S}/cbspn
+
+ exeinto /etc/init.d ; newexe ${FILESDIR}/cb-init.d chessbrain
+ insinto /etc/conf.d ; newins ${FILESDIR}/cb-conf.d chessbrain
+ echo "CHESSBRAIN_DIR=${I}">> ${D}/etc/conf.d/chessbrain
+}
+
+pkg_postinst () {
+ einfo "To run ChessBrain in the background at boot:"
+ einfo " Edit ${I}/cbspn.conf for information relevant to ChessBrain"
+ einfo " See http://www.chessbrain.net/peernodenotes.html"
+ einfo " Then just run \`/etc/init.d/chessbrain start\`"
+ einfo ""
+ einfo "Otherwise remember to cd into the directory"
+ einfo "where it should keep its data files first, like so:"
+ einfo " cd ${I} && ./cbspn"
+}
diff --git a/app-sci/chessbrain/files/digest-chessbrain-20314 b/app-sci/chessbrain/files/digest-chessbrain-20314
new file mode 100644
index 000000000000..3c03a47876e0
--- /dev/null
+++ b/app-sci/chessbrain/files/digest-chessbrain-20314
@@ -0,0 +1 @@
+MD5 630893ea7a8c9cb3d8edf89e33f55454 client20314-03-lin.tgz 131392