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.29.ebuild
@ 2010-06-17  9:22 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-17  9:22 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/17 09:22:00

  Modified:             ChangeLog
  Added:                foldingathome-6.29.ebuild
  Log:
  Version Bump, 270458, fixes for prestripped files. #252033
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 sci-biology/foldingathome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	30 Nov 2008 19:46:50 -0000	1.27
+++ ChangeLog	17 Jun 2010 09:21:59 -0000	1.28
@@ -1,6 +1,13 @@
 # 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.27 2008/11/30 19:46:50 je_fro Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.28 2010/06/17 09:21:59 jlec Exp $
+
+*foldingathome-6.29 (17 Jun 2010)
+
+  17 Jun 2010; Justin Lecher <jlec@gentoo.org> +files/6.29/fah-init,
+  +files/6.29/folding-conf.d, +files/6.29/initfolding,
+  +foldingathome-6.29.ebuild:
+  Version Bump, 270458, fixes for prestripped files. #252033
 
   30 Nov 2008; Jeff Gardner <je_fro@gentoo.org> files/6.02/folding-conf.d:
   Removing smp from default opts to hopefully fix bug #248896



1.1                  sci-biology/foldingathome/foldingathome-6.29.ebuild

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

Index: foldingathome-6.29.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.29.ebuild,v 1.1 2010/06/17 09:21:59 jlec 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}-Linux.tgz"

LICENSE="folding-at-home"
SLOT="0"
KEYWORDS="~amd64 ~x86"
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}"/6.02/initfolding || die
	doexe fah6 mpiexec || die
	newconfd "${FILESDIR}"/6.02/folding-conf.d foldingathome || die
	newinitd "${FILESDIR}"/6.02/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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-biology/foldingathome: ChangeLog foldingathome-6.29.ebuild
@ 2010-06-22  6:29 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-22  6:29 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/22 06:29:37

  Modified:             ChangeLog foldingathome-6.29.ebuild
  Log:
  Dropping ~x86 as upstream only provides 64bit for this version, 324611
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 sci-biology/foldingathome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	17 Jun 2010 09:21:59 -0000	1.28
+++ ChangeLog	22 Jun 2010 06:29:37 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for sci-biology/foldingathome
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.28 2010/06/17 09:21:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.29 2010/06/22 06:29:37 jlec Exp $
+
+  22 Jun 2010; Justin Lecher <jlec@gentoo.org> foldingathome-6.29.ebuild:
+  Dropping ~x86 as upstream only provides 64bit for this version, 324611
+
 
 *foldingathome-6.29 (17 Jun 2010)
 



1.2                  sci-biology/foldingathome/foldingathome-6.29.ebuild

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

Index: foldingathome-6.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foldingathome-6.29.ebuild	17 Jun 2010 09:21:59 -0000	1.1
+++ foldingathome-6.29.ebuild	22 Jun 2010 06:29:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.29.ebuild,v 1.1 2010/06/17 09:21:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.29.ebuild,v 1.2 2010/06/22 06:29:37 jlec Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="folding-at-home"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE=""
 
 S="${WORKDIR}"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-22  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17  9:22 [gentoo-commits] gentoo-x86 commit in sci-biology/foldingathome: ChangeLog foldingathome-6.29.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-22  6:29 Justin Lecher (jlec)

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