summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-misc/boinc: drop obsolete LibreSSL supportSam James2021-05-013-9/+9
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/flashdot: fix new ocaml - but still does not buildAlfredo Tupone2021-04-282-1/+13
| | | | | | Closes: https://bugs.gentoo.org/770799 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-misc/boinc: Cleanup obsolete 7.14.2 ebuild.Sven Eden2021-04-242-192/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20482 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/boinc: Bump to 7.16.16Sven Eden2021-04-243-1/+210
| | | | | | | | | The live ebuild is synced to this new version. Closes: https://bugs.gentoo.org/784635 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/boinc: Fix installation with imagemagick[-xml]Sven Eden2021-04-242-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If imagemagick is installed with USE="-xml" when installing boinc with USE="X", the process off creating png icons using `convert` fails with the following messages: ======== convert: Incorrect value for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/1046. convert: delegate library support not built-in '/data/portage/portage/sci-misc/boinc-7.14.2/distdir/boinc.tif' (XML) @ error/profile.c/ValidateXMPProfile/1927. convert: Incorrect value for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/1046. ======== Actually these are just warnings from libtiff, and the conversion succeeds. There is no problem with the resulting PNGs. This commit switches the check'n'fail from the `convert` command to the `newicon` command, so we only fail if the target PNG really could not be created. Also add some minor fixes to the ebuild. Closes: https://bugs.gentoo.org/766093 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/ViSP-images: use BDEPEND for app-arch/unzipSam James2021-04-181-4/+2
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/boinc: sync live ebuildSam James2021-04-121-24/+38
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/boinc: add explicit desktop inherit to 7.14.2Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/netlogo-bin: EAPI 7, add missing depsSam James2021-04-101-14/+18
| | | | | Closes: https://bugs.gentoo.org/741576 Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/boinc: need-wxwidgets -> setup-wxwidgetsDavid Seifert2021-04-042-6/+4
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/20254 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/gt-itm: fix variable referencesSam James2021-04-031-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/h5utils: amd64 stable wrt bug #770409Agostino Sarubbo2021-03-261-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+0
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-misc/h5utils: Remove old 1.12.1-r2David Seifert2021-03-134-148/+0
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/h5utils: x86 stable (bug #770409)Thomas Deutschmann2021-03-071-1/+1
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sci-misc/apertium: Port to EAPI 7David Seifert2021-03-071-10/+24
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/apertium: Fix broken autotoolsDavid Seifert2021-03-072-2/+84
| | | | | | Closes: https://bugs.gentoo.org/595166 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/apertium: Format metadata.xmlDavid Seifert2021-03-071-7/+7
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/h5utils: Fix automagic patchDavid Seifert2021-03-071-18/+19
| | | | | | | Closes: https://bugs.gentoo.org/767064 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Suggested-by: Attila Tóth <atoth@atoth.sote.hu> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/boinc: remove unused patches/fileMichael Mair-Keimberger2021-02-213-90/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/19574 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-misc/boinc: restore ~arm64Sam James2021-01-301-1/+1
| | | | | | Bug: https://bugs.gentoo.org/766054 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/h5utils: Bump to 1.13.1Jakov Smolic2021-01-243-0/+104
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/cdfplayer: Remove oldJakov Smolic2021-01-203-177/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/fitsverify: Remove oldJakov Smolic2021-01-202-35/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/ViSP-images: Remove oldJakov Smolic2021-01-202-26/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/boinc: use rm -r in 7.16.14Joonas Niilola2021-01-181-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-misc/boinc: Drop obsolete boinc-7.9.3.ebuildSven Eden2021-01-182-197/+0
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/18183 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-misc/boinc: Drop obsolete boinc-7.8.6.ebuildSven Eden2021-01-182-197/+0
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-misc/boinc: V7.16.14 bump, EAPI 7 upgrade, bug fixes, GLEP 81Sven Eden2021-01-186-61/+342
| | | | | | | | | | | | | | | | | This version bump also fixes the following issues: * The user/group management is now done according to GLEP 81 * /etc/init.d/boinc: Ensure correct RUNTIMEDIR permissions (#684074) * /etc/init.d/boinc: The password does no longer need to be submitted * Hardcoded library search paths to /lib and /usr/lib have been removed or switched to /lib64 and /usr/lib64, if those are the regular library directories on the emerging system. (#732024) Closes: https://bugs.gentoo.org/684074 Closes: https://bugs.gentoo.org/717580 Closes: https://bugs.gentoo.org/732024 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-misc/oww: Remove oldDavid Seifert2021-01-022-38/+0
| | | | | | Closes: https://bugs.gentoo.org/707192 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/oww: Port to EAPI 7David Seifert2021-01-022-15/+38
| | | | | | Closes: https://bugs.gentoo.org/712476 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/vitables: Remove old (py3.6)Michał Górny2021-01-011-38/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-misc/cdfplayer: bump to 12.2.0Andrey Grozin2020-12-312-0/+93
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
* sci-misc/mendeleydesktop: Remove last-rited packageAndreas Sturmlechner2020-12-186-189/+0
| | | | | | Closes: https://bugs.gentoo.org/712200 Closes: https://bugs.gentoo.org/725388 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-misc/boinc: added ~arm64Roy Bamford2020-12-021-2/+2
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/mendeleydesktop: Drop 1.19.4 and 1.19.5Andreas Sturmlechner2020-11-283-258/+0
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-misc/gato: Remove last-rited pkgMichał Górny2020-10-093-53/+0
| | | | | Closes: https://bugs.gentoo.org/735472 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-misc/vitables: tested on Python 3.7 and 3.8.Benda Xu2020-09-251-0/+38
| | | | | | | | | | | Drop amd64-linux and x86-linux because the dependency QtPy is not keyworded. Unmask the package. Closes: https://bugs.gentoo.org/737414 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-142-8/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-misc/boinc: Maintainer retiredJonas Stein2020-08-241-4/+0
| | | | | | | Proxied maintainer retired due to inactivity. Bug: https://bugs.gentoo.org/633138 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* sci-misc/tango: fix MissingSlotDep on dev-db/mariadbThomas Deutschmann2020-07-261-4/+4
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sci-misc/vitables: update homepageAlexey Sokolov2020-06-271-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sci-misc/mendeleydesktop: Version bump (v1.19.6)Mikle Kolyada2020-05-242-0/+129
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Revert "sci-misc/mendeleydesktop: There is no such version"Mikle Kolyada2020-05-242-0/+129
| | | | | | This reverts commit 047a1da91ef115f45c44b45613ef278c44a3182f. Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sci-misc/ViSP-images: bump to 3.3.0Alexis Ballier2020-05-152-0/+26
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sci-misc/ViSP-images: Remove oldAlexis Ballier2020-05-153-50/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sci-misc/mendeleydesktop: There is no such versionAlexey Shvetsov2020-05-012-129/+0
| | | | | | | | Revert "sci-misc/mendeleydesktop: Version bump (v1.19.5)" This reverts commit 53df99920f74e5ed46c6c8a25f8c3c1a71757a1f. Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>