diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-03-17 20:20:14 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-03-17 20:20:14 +0000 |
commit | 0de41f5214543512a685566997a265e9d6017785 (patch) | |
tree | 9d8ff3da60ae23decd23dd755dd11588ab092674 /app-sci | |
parent | added selinux patch (diff) | |
download | gentoo-2-0de41f5214543512a685566997a265e9d6017785.tar.gz gentoo-2-0de41f5214543512a685566997a265e9d6017785.tar.bz2 gentoo-2-0de41f5214543512a685566997a265e9d6017785.zip |
Version bumped, as 20310 can no longer communicate with the server. Should close #17334
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/chessbrain/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20314.ebuild | 45 | ||||
-rw-r--r-- | app-sci/chessbrain/files/digest-chessbrain-20314 | 1 |
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 |