summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/chessbrain/chessbrain-20407-r1.ebuild')
-rw-r--r--sci-misc/chessbrain/chessbrain-20407-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/sci-misc/chessbrain/chessbrain-20407-r1.ebuild b/sci-misc/chessbrain/chessbrain-20407-r1.ebuild
deleted file mode 100644
index 898dddf81e9f..000000000000
--- a/sci-misc/chessbrain/chessbrain-20407-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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"
-}