public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/foldingathome: ChangeLog foldingathome-6.34-r1.ebuild foldingathome-6.34.ebuild
@ 2011-06-28 15:14 Jeffrey Gardner (je_fro)
  0 siblings, 0 replies; only message in thread
From: Jeffrey Gardner (je_fro) @ 2011-06-28 15:14 UTC (permalink / raw
  To: gentoo-commits

je_fro      11/06/28 15:14:16

  Modified:             ChangeLog
  Added:                foldingathome-6.34-r1.ebuild
  Removed:              foldingathome-6.34.ebuild
  Log:
  Change init script to use 'user' instead of 'chuid' for new openrc.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 sci-biology/foldingathome/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	15 Jun 2011 18:00:52 -0000	1.32
+++ ChangeLog	28 Jun 2011 15:14:16 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for sci-biology/foldingathome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.32 2011/06/15 18:00:52 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.33 2011/06/28 15:14:16 je_fro Exp $
+
+*foldingathome-6.34-r1 (28 Jun 2011)
+
+  28 Jun 2011; Jeff Gardner <je_fro@gentoo.org> files/6.34/fah-init,
+  -foldingathome-6.34.ebuild, +foldingathome-6.34-r1.ebuild:
+  Change init script to use 'user' instead of 'chuid' for new openrc.
 
   15 Jun 2011; Jeff Gardner <je_fro@gentoo.org>
   -files/copy_client_config-5.0.2-r1, -files/init-5.0.2-r3,



1.1                  sci-biology/foldingathome/foldingathome-6.34-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild?rev=1.1&content-type=text/plain

Index: foldingathome-6.34-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild,v 1.1 2011/06/28 15:14:16 je_fro Exp $

EAPI="3"

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/FAH${PV}-Linux64.tgz"

LICENSE="folding-at-home"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

S="${WORKDIR}"

I="opt/foldingathome"

QA_DT_HASH="${I}/.*"
QA_PRESTRIPPED="${I}/fah6"

pkg_setup() {
	I="${EPREFIX}/${I}"
}

src_install() {
	exeinto ${I}
	doexe "${FILESDIR}"/${PV}/initfolding || die
	doexe fah6 || die
	newconfd "${FILESDIR}"/${PV}/folding-conf.d foldingathome || die
	newinitd "${FILESDIR}"/${PV}/fah-init foldingathome || die
}

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 "${EPREFIX}"/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 ${EPREFIX}/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 ""
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-28 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 15:14 [gentoo-commits] gentoo-x86 commit in sci-biology/foldingathome: ChangeLog foldingathome-6.34-r1.ebuild foldingathome-6.34.ebuild Jeffrey Gardner (je_fro)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox