summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-biology/foldingathome: Remove oldJakov Smolic2021-01-182-141/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: reassing axs' packagesMichał Górny2020-12-091-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-biology/foldingathome: bump to 7.6.13Ian Stakenvicius2020-05-142-1/+1
| | | | | | Closes: https://bugs.gentoo.org/721980 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
* sci-biology/foldingathome: migrate to eapi7Ian Stakenvicius2020-04-241-3/+3
| | | | | | | includes migration from 'versionator' to 'eapi7-ver' Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
* sci-biology/foldingathome: version bumpIan Stakenvicius2020-04-242-0/+141
| | | | | | | | Trivial version bump, per bug comments; thanks for testing! Closes: https://bugs.gentoo.org/718584 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
* sci-biology/foldingathome: revbump due to RDEPEND changeJoonas Niilola2020-03-281-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-biology/foldingathome: systemd cleanup, various fixes.Brian Harring2020-03-281-7/+13
| | | | | | | | | | | | | | | | | | | | 1) force the `foldingathome` user group for the process for obvious reasons. 2) link in the video group and add it to the foldingathome user- this is necessary for GPU utilization. 3) force nice=19 from systemd level. The batch processing attempts to do this for workers, but we might as well force it for the scheduler. 4) Add explicit configuration directives to force- irregardless of host config- the scheduler to be foreground'd and running in a fashion that integrates w/ systemd more sanely. 5) Lockdown some basic systemd security while I'm in here. 6) Finally, drop the pidfile directive for systemd. Foreground process- no pidfile to track (nor should we have the unit create it). Bug: https://bugs.gentoo.org/712744 Signed-off-by: Brian Harring <ferringb@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15145 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-biology/foldingathome: revert init fixJoonas Niilola2020-03-271-2/+2
| | | | | | | | - apparently it broke for some users, needs more testing and feedback. Bug: https://bugs.gentoo.org/714160 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-biology/foldingathome: attempt to fix init and service filesJoonas Niilola2020-03-271-4/+4
| | | | | | | | - non-maintainer commit, since axs seems to be inactive. Bug: https://bugs.gentoo.org/712744 Bug: https://bugs.gentoo.org/714160 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-biology/foldingathome: add enewgroupIan Stakenvicius2020-03-041-1/+2
| | | | | | Closes: https://bugs.gentoo.org/711418 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
* sci-biology/foldingathome: Permit dev-libs/openssl-compatMichał Górny2019-06-141-1/+4
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sci-biology/foldingathome: bump to 7.5.1Ian Stakenvicius2018-09-142-15/+18
| | | | | | | Upstream has dropped support for 32bit Closes: https://bugs.gentoo.org/666208 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-biology/foldingathome: fix systemd unitIan Stakenvicius2018-04-251-5/+5
| | | | | | | | | This isn't a perfect fix since if the EPREFIX path contains characters that need to be quoted the paths will still fail, however when compared to a systemd unit that doesn't work at all this is significantly better than nothing. Bug: http://bugs.gentoo.org/645200 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sci-biology/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* sci-biology/foldingathome: drop old 7.4.4-r1 ebuildIan Stakenvicius2017-09-213-122/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sci-biology/foldingathome: minor ebuild improvementsIan Stakenvicius2017-09-211-5/+5
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sci-biology/foldingathome: misc ebuild impovementsIan Stakenvicius2017-09-201-0/+126
| | | | | | | | | | - Added a systemd unit - Removed usage of 'chown -R' on live filesystems - Dropped the custom and vulnerable 'initfolding' helper script - Improved the init script to use standard openrc-run behaviour via variables - Dropped "unitinfo" extra command on /etc/init.d/foldingathome as it rarely works Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sci-biology/foldingathome: switch EPREFIX usages in pkg_* back to EROOTIan Stakenvicius2017-04-211-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-biology/foldingathome: bump EAPIIan Stakenvicius2017-04-211-11/+11
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-biology/foldingathome: drop obsolete versionIan Stakenvicius2017-04-212-83/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sci-biology/foldingathome: fix use of $PORTDIR in phase functionIan Stakenvicius2017-04-211-9/+15
| | | | | | Bug: http://bugs.gentoo.org/566402 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-biology/foldingathome: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-087-0/+222
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed