axs 14/07/16 21:32:34 Modified: ChangeLog Added: foldingathome-7.4.4.ebuild Log: version bump; license changed, is slightly more lax now (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.43 sci-biology/foldingathome/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 13 May 2013 16:47:20 -0000 1.42 +++ ChangeLog 16 Jul 2014 21:32:34 -0000 1.43 @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/foldingathome -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.42 2013/05/13 16:47:20 axs Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.43 2014/07/16 21:32:34 axs Exp $ + +*foldingathome-7.4.4 (16 Jul 2014) + + 16 Jul 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +foldingathome-7.4.4.ebuild: + version bump; license changed, is slightly more lax now 13 May 2013; Ian Stakenvicius <[email protected]> foldingathome-7.3.6-r2.ebuild: showing special permission during pkg_setup so that we 'display this notice.' 1.1 sci-biology/foldingathome/foldingathome-7.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/foldingathome-7.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/foldingathome/foldingathome-7.4.4.ebuild?rev=1.1&content-type=text/plain Index: foldingathome-7.4.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-7.4.4.ebuild,v 1.1 2014/07/16 21:32:34 axs Exp $ EAPI="4" inherit versionator user MY_BASEURI="https://fah.stanford.edu/file-releases/public/release/fahclient" MY_64B_URI="${MY_BASEURI}/centos-5.3-64bit/v$(get_version_component_range 1-2)/fahclient_${PV}-64bit-release.tar.bz2" MY_32B_URI="${MY_BASEURI}/centos-5.5-32bit/v$(get_version_component_range 1-2)/fahclient_${PV}-32bit-release.tar.bz2" DESCRIPTION="Folding@Home is a distributed computing project for protein folding." HOMEPAGE="http://folding.stanford.edu/FAQ-SMP.html" SRC_URI="x86? ( ${MY_32B_URI} ) amd64? ( ${MY_64B_URI} )" RESTRICT="mirror bindist strip" LICENSE="FAH-EULA-2014 FAH-special-permission" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" # Expressly listing all deps, as this is a binpkg and it is doubtful whether # i.e. uclibc or clang can provide what is necessary at runtime RDEPEND="app-arch/bzip2 sys-devel/gcc sys-libs/glibc sys-libs/zlib" S="${WORKDIR}" I="opt/foldingathome" QA_PREBUILT="${I}/*" pkg_setup() { I="${EROOT}/${I}" einfo "" cat "${PORTDIR}"/licenses/FAH-special-permission einfo "" } src_install() { local myS="fahclient_${PV}-64bit-release" use x86 && myS="${myS//64bit/32bit}" exeinto "${I}" doexe "${FILESDIR}"/7.3/initfolding doexe "${myS}"/{FAHClient,FAHCoreWrapper} newconfd "${FILESDIR}"/7.3/folding-conf.d foldingathome newinitd "${FILESDIR}"/7.3/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 "${I}" einfo "To run Folding@home in the background at boot (with openrc):" einfo "\trc-update add foldingathome default" einfo "" if [ ! -e "${I}"/config.xml ]; then elog "No configuration found -- please run ${I}/initfolding or" elog "emerge --config ${P} to configure your client and edit" elog "${EROOT}/etc/conf.d/foldingathome for options" fi einfo "" einfo "The original author encourages you to acquire a username and join team 36480." einfo "http://folding.stanford.edu/English/Download#ntoc2" einfo "" } pkg_postrm() { elog "Folding@home data files were not removed." elog "Remove them manually from ${I}" } pkg_config() { "${I}"/initfolding }
