summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-12-10 15:31:12 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-12-10 15:31:12 +0000
commitb323a7bedf0fa6e8d892d7d59ccd46a50a0602dd (patch)
tree420b5e3cf507fa7fb3a478c9e0df698718879eab /app-sci/chessbrain
parentversion bump, some corrections, see bug 34981 (diff)
downloadhistorical-b323a7bedf0fa6e8d892d7d59ccd46a50a0602dd.tar.gz
historical-b323a7bedf0fa6e8d892d7d59ccd46a50a0602dd.tar.bz2
historical-b323a7bedf0fa6e8d892d7d59ccd46a50a0602dd.zip
version bump, some corrections, see bug 34981
Diffstat (limited to 'app-sci/chessbrain')
-rw-r--r--app-sci/chessbrain/Manifest6
-rw-r--r--app-sci/chessbrain/chessbrain-20407.ebuild49
-rw-r--r--app-sci/chessbrain/files/digest-chessbrain-204071
3 files changed, 52 insertions, 4 deletions
diff --git a/app-sci/chessbrain/Manifest b/app-sci/chessbrain/Manifest
index 0185458962d5..0a8eac93c4f7 100644
--- a/app-sci/chessbrain/Manifest
+++ b/app-sci/chessbrain/Manifest
@@ -1,10 +1,8 @@
MD5 43e21af97eb5d68d3238ae7150fb0851 chessbrain-20310.ebuild 1337
MD5 e8d7a9c9d6a6f66beb21e2f0763f596d chessbrain-20314.ebuild 1337
-MD5 8ddf50ba5a58c0793cce054e1ab945be .chessbrain-20407.ebuild.swp 12288
-MD5 66d9573e2d4dd4d31d197ae4e4c0974f .chessbrain-20314.ebuild.swp 12288
MD5 65c071a27a4805a9d52135d459504a4a chessbrain-20304.ebuild 1337
-MD5 274c8a1e07a54b66468bbeafd48719fe chessbrain-20407.ebuild 1397
-MD5 1ef3614d4f506690c603fe0020e190d0 ChangeLog 1128
+MD5 7a1d1e97774fce6a6bfc019f1f5d25cd chessbrain-20407.ebuild 1418
+MD5 10b9790efbedbddc40e77411b1686f87 ChangeLog 1286
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 628a940ece7bcac03be879283f329f06 files/cb-init.d 1212
MD5 e18729e51c3ce1b9820531f4acdbeb90 files/digest-chessbrain-20304 67
diff --git a/app-sci/chessbrain/chessbrain-20407.ebuild b/app-sci/chessbrain/chessbrain-20407.ebuild
new file mode 100644
index 000000000000..74b3199eadf0
--- /dev/null
+++ b/app-sci/chessbrain/chessbrain-20407.ebuild
@@ -0,0 +1,49 @@
+# 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-20407.ebuild,v 1.1 2003/12/10 15:31:07 phosphan Exp $
+
+MY_PV=${PV}-01
+DESCRIPTION="client for the ChessBrain distributed computing project"
+HOMEPAGE="http://www.chessbrain.net/"
+SRC_URI="http://www.chessbrain.net/client${MY_PV}-lin.tgz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~x86"
+
+S=${WORKDIR}
+
+DEPEND=""
+RDEPEND="
+ sys-fs/e2fsprogs
+ sys-libs/lib-compat"
+
+# no version number on this install dir since upgrades will be using same dir
+# (data will be stored here too)
+I=/opt/chessbrain
+
+src_install() {
+ 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
+
+ insinto ${I}
+ insopts "-m0644 -o nobody -g nogroup"
+ doins cbspn.conf
+ exeinto ${I}
+ exeopts "-m 4755 -o nobody -g nogroup"
+ doexe cbspn
+}
+
+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-20407 b/app-sci/chessbrain/files/digest-chessbrain-20407
new file mode 100644
index 000000000000..4b0eb737628a
--- /dev/null
+++ b/app-sci/chessbrain/files/digest-chessbrain-20407
@@ -0,0 +1 @@
+MD5 fca2b97189c6e5a9e3b2ade4ca4857e0 client20407-01-lin.tgz 133444