summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-08-03 03:23:12 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-08-03 03:23:12 +0000
commit61835492d4e0d774685cbec3e4fd21fe8d6f4947 (patch)
tree6cefaf35b4abf9292477e7419640db390d5453f0 /sci-biology/foldingathome
parentLatest, thanks to Nicolas Schlumberger, closing bug #233751 (diff)
downloadgentoo-2-61835492d4e0d774685cbec3e4fd21fe8d6f4947.tar.gz
gentoo-2-61835492d4e0d774685cbec3e4fd21fe8d6f4947.tar.bz2
gentoo-2-61835492d4e0d774685cbec3e4fd21fe8d6f4947.zip
drop the dead beta
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'sci-biology/foldingathome')
-rw-r--r--sci-biology/foldingathome/ChangeLog7
-rw-r--r--sci-biology/foldingathome/files/6.02_beta1/fah-init36
-rw-r--r--sci-biology/foldingathome/files/6.02_beta1/folding-conf.d21
-rw-r--r--sci-biology/foldingathome/files/6.02_beta1/initfolding6
-rw-r--r--sci-biology/foldingathome/foldingathome-6.02_beta1.ebuild60
5 files changed, 6 insertions, 124 deletions
diff --git a/sci-biology/foldingathome/ChangeLog b/sci-biology/foldingathome/ChangeLog
index 21cb0ae93c99..e4f1e5d074cf 100644
--- a/sci-biology/foldingathome/ChangeLog
+++ b/sci-biology/foldingathome/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-biology/foldingathome
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.22 2008/08/03 03:19:58 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.23 2008/08/03 03:23:11 je_fro Exp $
+
+ 03 Aug 2008; Jeff Gardner <je_fro@gentoo.org> -files/6.02_beta1/fah-init,
+ -files/6.02_beta1/folding-conf.d, -files/6.02_beta1/initfolding,
+ -foldingathome-6.02_beta1.ebuild:
+ remove dead beta
*foldingathome-6.02 (03 Aug 2008)
diff --git a/sci-biology/foldingathome/files/6.02_beta1/fah-init b/sci-biology/foldingathome/files/6.02_beta1/fah-init
deleted file mode 100644
index 68b764b1a2cd..000000000000
--- a/sci-biology/foldingathome/files/6.02_beta1/fah-init
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/files/6.02_beta1/fah-init,v 1.1 2008/06/14 22:16:03 je_fro Exp $
-
-opts="${opts} unitinfo"
-
-unitinfo() {
- einfo "$(head -n1 /opt/foldingathome/amd64-smp/unitinfo.txt):"
- sed -e '1,2d' /opt/foldingathome/amd64-smp/unitinfo.txt
-}
-
-start() {
- ebegin "Starting Folding@Home"
- cd /opt/foldingathome/amd64-smp
- start-stop-daemon -v --chdir ${PWD} --chuid foldingathome --nicelevel 19 --start --background --exec ./fah6 -- ${FOLD_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping Folding@Home"
- start-stop-daemon -vv --stop --user foldingathome --exec /opt/foldingathome/amd64-smp/fah6
- cd /opt/foldingathome/amd64-smp
- for I in FahCore*.exe; do
- if ps ax|grep $I > /dev/null 2>&1; then
- killall -q $I > /dev/null 2>&1
- fi
- done
- sleep 1
- if ps ax|grep '[/]opt[/]foldingathome[/]amd64-smp[/]fah6' > /dev/null 2>&1; then
- eend 1
- else
- eend 0
- fi
-}
-
diff --git a/sci-biology/foldingathome/files/6.02_beta1/folding-conf.d b/sci-biology/foldingathome/files/6.02_beta1/folding-conf.d
deleted file mode 100644
index 114cd144a96c..000000000000
--- a/sci-biology/foldingathome/files/6.02_beta1/folding-conf.d
+++ /dev/null
@@ -1,21 +0,0 @@
-# Config file for /etc/init.d/foldingathome
-#
-# The f@h client configuration can be found in /opt/foldingathome/client.cfg
-# Run /opt/foldingathome/initfolding to reconfigure that.
-#
-# Enter options here to be passed to the Folding client:
-#
-# -oneunit Instruct the client to quit following the completion of one work unit.
-# -verbosity x Sets the output level, from 1 to 9 (max). The default is 3
-# -forceasm Force core assembly optimizations to be used if available
-# -advmethods Request to be assigned any new Cores or work units.
-# -smp Set the client to run in SMP mode (multicore)
-#
-# A full listing of options can be found here:
-# http://www.stanford.edu/group/pandegroup/folding/console-userguide.html
-# But use of other options are not recommended when using the Folding client
-# as a service.
-#
-FOLD_OPTS="-local"
-PIDFILE=/var/run/folding
-
diff --git a/sci-biology/foldingathome/files/6.02_beta1/initfolding b/sci-biology/foldingathome/files/6.02_beta1/initfolding
deleted file mode 100644
index e3bead5dde25..000000000000
--- a/sci-biology/foldingathome/files/6.02_beta1/initfolding
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd /opt/foldingathome/amd64-smp
-/opt/foldingathome/amd64-smp/fah6 -configonly
-/bin/chown -R foldingathome:nogroup /opt/foldingathome/amd64-smp
-
diff --git a/sci-biology/foldingathome/foldingathome-6.02_beta1.ebuild b/sci-biology/foldingathome/foldingathome-6.02_beta1.ebuild
deleted file mode 100644
index 1ae21de50272..000000000000
--- a/sci-biology/foldingathome/foldingathome-6.02_beta1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.02_beta1.ebuild,v 1.1 2008/06/14 22:16:02 je_fro Exp $
-
-# no version number on this install dir since upgrades will be using same dir
-# (data will be stored here too)
-# The clientX files from old foldingathome will remain untouched.
-I="/opt/foldingathome/amd64-smp"
-
-inherit eutils
-
-DESCRIPTION="Folding@Home is a distributed computing project for protein folding."
-HOMEPAGE="http://folding.stanford.edu/FAQ-SMP.html"
-SRC_URI="http://www.stanford.edu/group/pandegroup/folding/release/FAH6.02beta1-Linux.tgz"
-
-LICENSE="folding-at-home"
-SLOT="0"
-
-# This is for x86_64 only.
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=sys-apps/baselayout-1.8.0
- >=sys-libs/glibc-2.3.0
- app-emulation/emul-linux-x86-baselibs"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- exeinto ${I}
- newexe "${FILESDIR}"/${PV}/initfolding initfolding
- doexe fah6 mpiexec
- newconfd "${FILESDIR}"/${PV}/folding-conf.d foldingathome
- newinitd "${FILESDIR}"/${PV}/fah-init foldingathome
-}
-
-pkg_preinst() {
- # the bash shell is important for "su -c" in init script
- enewuser foldingathome -1 /bin/bash /opt/foldingathome
-}
-
-pkg_postinst() {
- chown -R foldingathome:nogroup /opt/foldingathome
- einfo "To run Folding@home in the background at boot:"
- einfo " rc-update add foldingathome default"
- einfo ""
- einfo "Please run ${I}/initfolding to configure your client"
- einfo "and edit /etc/conf.d/foldingathome for options"
- einfo ""
- einfo "This experimental F@H package exists alongside your old data files"
- einfo "in ${I}."
- einfo ""
-}
-
-pkg_postrm() {
- einfo "Folding@home data files were not removed."
- einfo " Remove them manually from ${I}"
- einfo ""
-}