+++ /dev/null
-# ChangeLog for sci-misc/chessbrain
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/chessbrain/ChangeLog,v 1.2 2004/12/28 03:38:33 swegener Exp $
-
-*chessbrain-20407-r1 (27 Dec 2004)
-
- 27 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
- +files/cb-conf.d, +files/cb-init.d, +chessbrain-20407-r1.ebuild:
- Moved from app-sci/chessbrain to sci-misc/chessbrain.
-
- 18 Nov 2004; Olivier Fisette <ribosome@gentoo.org> -chessbrain-20314.ebuild,
- -chessbrain-20407.ebuild:
- Removed insecure versions. (See GLSA 200411-26.)
-
-*chessbrain-20407-r1 (07 Nov 2004)
-
- 07 Nov 2004; Olivier Fisette <ribosome@gentoo.org>
- +chessbrain-20407-r1.ebuild:
- Fixed insecure installation (see bug #69868).
-
- 07 Aug 2004; Tom Martin <slarti@gentoo.org> chessbrain-20314.ebuild:
- Typo in DESCRIPTION: distibuted -> distributed. Bug 59717.
-
- 27 Jul 2004; Olivier Fisette <ribosome@gentoo.org> files/cb-conf.d:
- Changed erroneous reference to the setiathome project.
-
- 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> chessbrain-20304.ebuild,
- chessbrain-20310.ebuild, chessbrain-20314.ebuild, chessbrain-20407.ebuild:
- Cleanup, adding IUSE, latest bumped to stable
-
-*chessbrain-20407 (10 Dec 2003)
-
- 10 Dec 2003; Patrick Kursawe <phosphan@gentoo.org> chessbrain-20407.ebuild:
- Version bump, ebuild modified from bug 34981
-
- 06 Dec 2003; Donnie Berkholz <spyderous@gentoo.org>;
- chessbrain-20304.ebuild, chessbrain-20310.ebuild, chessbrain-20314.ebuild:
- Changing obsolete chown syntax for bug #35127.
-
-*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)
-
- 12 Mar 2003; Michael Imhof <tantive@gentoo.org>
- chessbrain-20310.ebuild:
- Added submitted ebuild and bumped version to 20310 as 20304 can no longer be
- retrieved. Shoud close #17334.
-
-*chessbrain-20304 (08 Mar 2003)
-
- 08 Mar 2003; Abhishek Amit <abhishekamit2000@yahoo.com>
- chessbrain-20304.ebuild files/cb-conf.d files/cb-init.d
- files/digest-chessbrain-20304 :
- Initial import. Ebuild submitted by Abhishek Amit
- <abhishekamit2000@yahoo.com>. Modeled after setiathome ebuild.
+++ /dev/null
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 92777cae1d6d044d6bd4de9294f9c7b9 ChangeLog 2300
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 80098f04dd4bb2cf4672fda2cbb2dce7 chessbrain-20407-r1.ebuild 1341
-MD5 628a940ece7bcac03be879283f329f06 files/cb-init.d 1212
-MD5 c22395b25da500b1599da7372446505f files/digest-chessbrain-20407-r1 67
-MD5 7271441b59160948a7504c35eac50efa files/cb-conf.d 112
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFB0NVCI1lqEGTUzyQRAj/cAJ40InSJM+qupN5MSbEjP++2eOBDCACgngT6
-yvst3ygW4Q6ZSPL1NDx/LGQ=
-=pdAY
------END PGP SIGNATURE-----
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/chessbrain/chessbrain-20407-r1.ebuild,v 1.1 2004/12/27 21:01:10 ribosome 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"
-IUSE=""
-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}
- doins cbspn.conf
- exeinto ${I}
- 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"
-}
+++ /dev/null
-# Config file for /etc/init.d/chessbrain
-
-# This is the directory where chessbrain's data files will be stored:
+++ /dev/null
-#!/sbin/runscript
-
-cpus=`egrep -c "^processor" /proc/cpuinfo`
-
-checkconfig() {
- if [ ! -e ${CHESSBRAIN_DIR} ]
- then
- einfo "Creating ${CHESSBRAIN_DIR}"
- mkdir ${CHESSBRAIN_DIR}
- fi
-
- if [ $cpus != '1' ]; then
- cd ${CHESSBRAIN_DIR}
- for cpu in `seq 2 $cpus`; do
- if [ ! -e ${CHESSBRAIN_DIR}/cpu${cpu} ]; then
- mkdir ${CHESSBRAIN_DIR}/cpu${cpu}
- cp ${CHESSBRAIN_DIR}/* ${CHESSBRAIN_DIR}/cpu${cpu} > /dev/null
- cp ${CHESSBRAIN_DIR}/cbspan.conf ${CHESSBRAIN_DIR}/cpu${cpu}
- fi
- done
- fi
-}
-
-start() {
- checkconfig
-
-
- if [ $cpus = '1' ]; then
- ebegin "Starting ChessBrain"
- else
- ebegin "Starting ChessBrain ($cpus processors)"
- fi
-
- for cpu in `seq 1 $cpus`; do
- cd ${CHESSBRAIN_DIR}
- if [ $cpu != '1' ]; then
- cd cpu${cpu}
- fi
-
- ./cbspn >&/dev/null&
- done
-
- eend $?
-}
-
-stop() {
- ebegin "Stopping ChessBrain"
- killall cbspn
- eend $?
-}
+++ /dev/null
-MD5 fca2b97189c6e5a9e3b2ade4ca4857e0 client20407-01-lin.tgz 133444
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-</pkgmetadata>