diff options
author | 2004-12-13 08:24:11 +0000 | |
---|---|---|
committer | 2004-12-13 08:24:11 +0000 | |
commit | 6b9c6a88e4a9a29d16dd8fa819df7c107c4116b6 (patch) | |
tree | 3db7943ba46870d9d5a24e7aaf960b9d20efc69f /app-sci | |
parent | Add virtual/fam to flat profile. (diff) | |
download | gentoo-2-6b9c6a88e4a9a29d16dd8fa819df7c107c4116b6.tar.gz gentoo-2-6b9c6a88e4a9a29d16dd8fa819df7c107c4116b6.tar.bz2 gentoo-2-6b9c6a88e4a9a29d16dd8fa819df7c107c4116b6.zip |
Cleanup
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/foldingathome/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/foldingathome/files/digest-foldingathome-4.0.0-r1 | 1 | ||||
-rw-r--r-- | app-sci/foldingathome/foldingathome-4.0.0-r1.ebuild | 77 |
3 files changed, 5 insertions, 79 deletions
diff --git a/app-sci/foldingathome/ChangeLog b/app-sci/foldingathome/ChangeLog index 4540fa97c79b..4f784d034b55 100644 --- a/app-sci/foldingathome/ChangeLog +++ b/app-sci/foldingathome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/foldingathome # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/ChangeLog,v 1.16 2004/11/10 06:13:14 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/ChangeLog,v 1.17 2004/12/13 08:24:11 phosphan Exp $ + + 13 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> + -foldingathome-4.0.0-r1.ebuild: + Cleanup *foldingathome-5.0.2 (09 Nov 2004) diff --git a/app-sci/foldingathome/files/digest-foldingathome-4.0.0-r1 b/app-sci/foldingathome/files/digest-foldingathome-4.0.0-r1 deleted file mode 100644 index 6018adcfd4d5..000000000000 --- a/app-sci/foldingathome/files/digest-foldingathome-4.0.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8ca3f78a3fff62059b780891d4c1e06 FAH4Console-Linux.exe 246740 diff --git a/app-sci/foldingathome/foldingathome-4.0.0-r1.ebuild b/app-sci/foldingathome/foldingathome-4.0.0-r1.ebuild deleted file mode 100644 index aab705da1aee..000000000000 --- a/app-sci/foldingathome/foldingathome-4.0.0-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/foldingathome-4.0.0-r1.ebuild,v 1.3 2004/06/24 21:58:41 agriffis Exp $ - -# no version number on this install dir since upgrades will be using same dir -# (data will be stored here too) -I="/opt/foldingathome" - -inherit eutils - -DESCRIPTION="Help simulate protein folding at home" -HOMEPAGE="http://folding.stanford.edu/" -SRC_URI="http://www.stanford.edu/group/pandegroup/release/FAH4Console-Linux.exe" -RESTRICT="nomirror" - -SLOT="0" -IUSE="" -LICENSE="as-is" -KEYWORDS="~x86 ~ppc" - -DEPEND=">=sys-apps/baselayout-1.8.0 - >=sys-libs/glibc-2.3.0 - amd64? ( app-emulation/emul-linux-x86-baselibs )" - -S="${WORKDIR}" - -src_unpack() { - cp "${DISTDIR}/${A}" ${PN} -} - -src_install() { - exeinto ${I} - newexe ${FILESDIR}/initfolding-r1 initfolding - - # Clients - exeinto ${I}/client1 - doexe foldingathome - exeinto ${I}/client2 - doexe foldingathome - exeinto ${I}/client3 - doexe foldingathome - exeinto ${I}/client4 - doexe foldingathome - exeinto ${I}/client5 - doexe foldingathome - exeinto ${I}/client6 - doexe foldingathome - exeinto ${I}/client7 - doexe foldingathome - exeinto ${I}/client8 - doexe foldingathome - exeinto /etc/init.d - newexe ${FILESDIR}/folding-init.d-r2 foldingathome - - insinto /etc/conf.d - newins ${FILESDIR}/folding-conf.d foldingathome -} - -pkg_preinst() { - 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 "" -} - -pkg_postrm() { - einfo "Folding@home data files were not removed." - einfo " Remove them manually from ${I}" - einfo "" -} |