diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2011-06-15 18:00:53 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2011-06-15 18:00:53 +0000 |
commit | 38c06696cef7d7635e9f596108ce07fa8cc73b61 (patch) | |
tree | 5b72a71db5640e0367b4ceb66dc00c955e2b9bc5 /sci-biology/foldingathome/foldingathome-6.02-r1.ebuild | |
parent | Fix init script to stop service. (diff) | |
download | gentoo-2-38c06696cef7d7635e9f596108ce07fa8cc73b61.tar.gz gentoo-2-38c06696cef7d7635e9f596108ce07fa8cc73b61.tar.bz2 gentoo-2-38c06696cef7d7635e9f596108ce07fa8cc73b61.zip |
Remove broken old versions.
(Portage version: 2.1.10.2/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/foldingathome/foldingathome-6.02-r1.ebuild')
-rw-r--r-- | sci-biology/foldingathome/foldingathome-6.02-r1.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/sci-biology/foldingathome/foldingathome-6.02-r1.ebuild b/sci-biology/foldingathome/foldingathome-6.02-r1.ebuild deleted file mode 100644 index bbe3f132f12f..000000000000 --- a/sci-biology/foldingathome/foldingathome-6.02-r1.ebuild +++ /dev/null @@ -1,56 +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-r1.ebuild,v 1.2 2008/11/22 22:04:33 je_fro Exp $ - -I="/opt/foldingathome" - -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.02-Linux.tgz" - -LICENSE="folding-at-home" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=sys-libs/glibc-2.3.0 - amd64? ( 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 "I encourage you to acquire a username and join team 36480." - einfo "http://folding.stanford.edu/English/Download#ntoc2" - einfo "" -} - -pkg_postrm() { - einfo "Folding@home data files were not removed." - einfo " Remove them manually from ${I}" - einfo "" -} |