summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-misc/boinc: remove oldMart Raudsepp2017-11-021-3/+0
| | | | | Acked-by: David Seifert <soap@gentoo.org> Package-Manager: Portage-2.3.8, Repoman-2.3.2
* sci-misc/boinc: Updated Manifest due to upstream changesSven Eden2017-09-221-4/+4
| | | | | | Closes: https://bugs.gentoo.org/631184 Closes: https://github.com/gentoo/gentoo/pull/5706 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sci-misc/boinc: New ebuild for series 7.8 client version 7.8.1Sven Eden2017-08-191-0/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sci-misc/boinc: Version bump of series 7.2 client to version 7.2.47Sven Eden2017-08-191-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sci-misc/boinc: Add new icons to all ebuilds with revbumpSven Eden2016-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | Gentoo-Bug: 593362 Currently BOINC manager uses the 48x48 icon from /usr/share/pixmaps/boinc.png, which looks quite ugly. There are better icons from http://boinc.berkeley.edu/logo.php. If USE="X" is set, the ebuilds now use convert (from either imagemagick or graphicsmagick) to produce png icons from http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif. Produced sizes are: 16, 22, 24, 32, 36, 48, 64, 72, 96, 128, 192 and 256. Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2768 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/boinc: Cleanup of obsolete ebuilds and filesSven Eden2016-11-121-4/+1
| | | | | | | Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2768 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/boinc: New ebuild for boinc-7.6.33Sven Eden2016-06-141-0/+3
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1629 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/boinc: Upgraded init scriptSven Eden2016-05-051-1/+0
| | | | | | | | | | | | | | | | | | | Gentoo-Bug: 574260 After hot-fixing bug 574260, the following fixes/additions, suggested by Jan Chren were made: - #!/sbin/runscript -> #!/sbin/openrc-run - Variables from /etc/conf.d/boinc are checked, and empty variables are pre-filled with sane defaults. - split start() to start_pre() and start() - removed check_baselayout() - replaced /etc/init.d/boinc with ${RC_SERVICE} - replaced echo with einfo "" - replaced ${SVCNAME} with ${RC_SVCNAME} - removed unset for local vars Package-Manager: portage-2.2.28
* sci-misc/boinc: New ebuild for boinc-7.2.42 with vsyscall checkSven Eden2016-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | | Gentoo-Bug: 577490, 578750 The ebuild is essentially the same as for the new boinc-7.6.31 with the following exception: The 7.2 series can not be built with wxGTK:3.0, therefore this ebuild uses wxGTK:2.8. Further a check against VSYSCALL kernel options has been added. Russell Knighton found out, that some projects segfault if VSYSCALL mappings are completely disabled, and reported the issue in bug 578750. The check against CONFIG_LEGACY_VSYSCALL_NONE and CONFIG_X86_VSYSCALL_EMULATION is based on his patch submitted in the bug reported by him. Package-Manager: portage-2.2.28
* sci-misc/boinc: New ebuild boinc-7.6.31.ebuildSven Eden2016-03-201-0/+1
| | | | | | Gentoo-Bug: 577490 Package-Manager: portage-2.2.28
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+2
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