public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: /
  2020-05-01  9:58 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-05-01  9:59 ` Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2020-05-01  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d482ec2ee0ef9b5d9051560fe346a64e3fbd0ae1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May  1 09:51:15 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May  1 09:58:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d482ec2e

add README and logo

please discus changes to the README on the bug tracker prior to making them

https://github.com/gentoo/guru/issues/5

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 README.md | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 guru.svg  |  72 ++++++++++++++++++++++++++++
 2 files changed, 231 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..144ba44
--- /dev/null
+++ b/README.md
@@ -0,0 +1,159 @@
+**This document is a draft, which is why it is in this fork for now**
+
+<p align="center">
+<img src="guru.svg" alt="logo">
+</p>
+
+# The GURU Project Repository
+
+<table><tr>
+<td width="68%">
+
+**The official repository for new Gentoo packages, maintained collaboratively by Gentoo users.**
+
+This README contains some additional useful information for GURU contributors, such as common mistakes, frequently asked questions and other tips and tricks. 
+
+The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), and the Gentoo [developer manual](https://devmanual.gentoo.org/) take precedence over any information here.
+
+*See [wiki.gentoo.org/wiki/Project:GURU](https://wiki.gentoo.org/wiki/Project:GURU) for more information on the project.*
+
+</td>
+<td width="27%" style="border-style:solid; border-radius:10px;">
+
+### Contents
+
+1. [Frequently Asked Questions](#FAQ)
+2. [Common Mistakes](#CommMist)
+3. [Other Tips and Tricks](#tips)
+4. [Useful Links](#links)
+5. [Email Addresses](#email)
+
+</td>
+</tr></table>
+
+## Frequently Asked Questions <a name="FAQ"></a>
+
+- #### How do I contribute?
+
+See [wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors)
+
+- #### What are the rules and regulations?
+
+See [wiki.gentoo.org/wiki/Project:GURU#The_regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations)
+
+- #### What does GURU stand for?
+
+This is very secret, but you might find a clue [here](https://dev.gentoo.org/~mgorny/articles/guru-a-new-model-of-contributing-to-gentoo.html#the-acronym).
+
+- #### [GLEP 63](https://www.gentoo.org/glep/glep-0063.html) says I should use a @gentoo.org email address for signing off, do I need an @gentoo.org email address to contribute to GURU?
+
+No, you do not need an @gentoo.org email address to contribute to GURU, these email addresses are for Gentoo developers only. Instead use whichever email address you want to receive bug mail and other communications on. If you're also a [proxy-maintainer](https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers) please use the same email address.
+
+- #### Can I use RESTRICT="mirror"?
+
+Sure, since GURU packages are not mirrored on the [Gentoo mirrors](https://devmanual.gentoo.org/general-concepts/mirrors/index.html) anyway, it makes no difference. You can use RESTRICT="mirror" to avoid unnecessary fetch attempts. This is not required by GURU nor is it prohibited, just be sure to remove it if you want to move your package to the main Gentoo repository.
+
+- #### I need help, where do I go?
+
+You can reach other GURU contributors on [IRC #gentoo-guru](https://webchat.freenode.net/?channels=gentoo-guru), or by emailing guru-committers@gentoo.org.
+
+- #### I found a bug, what do I do?
+
+You can either contact the GURU contributors using one of the options in the previous point, or you can open a bug on our bug tracker: [bugs.gentoo.org/enter_bug.cgi?product=GURU](https://bugs.gentoo.org/enter_bug.cgi?product=GURU)
+
+- #### I found a bug in a package that I do not maintain, and I know how to fix it, can I fix it myself?
+
+As per [the regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), yes, you can! Just be sure to maintain respectful and professional behaviour.
+
+- #### Can I commit a package without listing myself as explicit maintainer?
+
+As per [the regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), yes, you can.
+
+- #### I want to make changes to this document, can I?
+
+Please discuss any changes and additions to this document on our [bug tracker](https://bugs.gentoo.org/enter_bug.cgi?product=GURU) prior to committing them.
+
+
+## Common Mistakes <a name="CommMist"></a>
+
+- #### Gentoo projects shouldn't be in the metadata files
+
+Please don't put Gentoo projects (e.g. the proxy-maint project) in the metadata.xml files. Gentoo projects and developers are **not** responsible for the packages in GURU, as such they should not be listed in the metadata files.
+
+When moving a package from a Pull Request in the [main Gentoo Repository](https://github.com/gentoo/gentoo) to GURU it is easy to forget to remove the [proxy-maint](https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers) project from the metadata.xml file. The same is true for moving from GURU to a ::gentoo Pull Request, if you forget to add proxy-maint to the metadata file the `gentoo-repo-qa-bot` will complain.
+
+- #### Use repoman for committing
+
+`repoman ci` is strongly preferred over `git commit -S` for committing, because [repoman](https://wiki.gentoo.org/wiki/Repoman) does additional checks and regenerates the manifest before committing. Sometimes committing with repoman is not possible (e.g. when committing eclasses or removing packages), in these cases there is no other possibility but to revert to `git commit -S`. In all other cases it is good practice to use repoman.
+
+In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format/package/Manifest#Thin_Manifest). Because this is not the default, manifest files should be regenerated when moving a package from another overlay that does not use thin manifests (including your [local overlay](https://wiki.gentoo.org/wiki/Custom_repository) unless it is also configured to use thin manifests).
+
+- #### Quote your variables
+
+String variables should be quoted (e.g. not `$A` or `${A}` but `"${A}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
+
+- #### Undesirable/Deprecated dependencies
+
+Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `${Gentoo_repo_dir}/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
+
+For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests).
+
+- #### Licenses of bundled libraries
+
+Some packages include files that are licensed under a different license then the rest of the package. In this case all the licenses should be specified in the LICENSE variable. This is very often the case for packages written in Rust or Go.
+
+Rust and Go packages automagically collect all dependencies. The licenses of the things that are statically linked in these packages should be checked *manually*.
+
+
+## Other Tips and Tricks <a name="tips"></a>
+
+- #### Use the cmake eclass instead of the cmake-utils eclass
+
+The [cmake-utils eclass](https://devmanual.gentoo.org/eclass-reference/cmake-utils.eclass/index.html) will be deprecated in favour of the [cmake eclass](https://devmanual.gentoo.org/eclass-reference/cmake.eclass/index.html). To make your ebuilds more future proof, you might want to use the cmake eclass instead. These eclasses are functionally equivalent, so replacing references to `cmake-utils_....` with `cmake_....` should just work.
+
+- #### Use the xdg eclass instead of the xdg-utils eclass
+
+The xdg eclass will automatically export the correct functions to the `src_prepare`, `pkg_preinst`, `pkg_postinst` and `pkg_postrm` phases. This means that *often* (but not always) you can save a few lines by using the [xdg](https://devmanual.gentoo.org/eclass-reference/xdg.eclass/index.html) eclass instead of the [xdg-utils](https://devmanual.gentoo.org/eclass-reference/xdg-utils.eclass/index.html) eclass. Please note that if you are using another eclass that exports to the `src_prepare` phase, the xdg eclass **will** overwrite it if it is inherited after that eclass. To fix this, you can inherit the xdg eclass *before* the other eclass.
+
+- #### Use the latest EAPI whenever possible
+
+Since the packages in GURU are all 'new packages' (not in ::gentoo). It is good practice to use the latest [EAPI](https://devmanual.gentoo.org/ebuild-writing/eapi/index.html) (7 at the moment), this makes your ebuilds more future proof.
+
+- #### `repoman -dx full` and `pkgcheck scan`
+
+Running `repoman -dx full` in the directory your ebuild is in will preform some basic checks on your ebuild. Please try to make `repoman -dx full` as happy as possible before committing.
+
+Pkgcheck does even more checks than repoman. While it is good practice to make repoman as happy as possible, it is not necessary to fix *every* issue that pkgcheck reports. Because pkgcheck is *very* strict. That being said, pkgcheck is a very useful tool to perfect your ebuilds.
+
+- #### Tests and documentation for Python packages.
+
+Many Python packages have tests and documentation. Unlike some other eclasses the [distutils-r1 eclass](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) does not enable support for these tests automatically. This is because there are multiple test runners available for Python. To enable tests for your Python ebuilds, use the `distutils_enable_tests <test-runner>` function. Similarly, support for documentation building with Sphinx can be added with the `distutils_enable_sphinx <subdir> [--no-autodoc | <plugin-pkgs>...]` function. Please note that these functions already append to IUSE and RESTRICT, so there is no need to specify this manually. 
+
+See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) and the [Gentoo Python Guide](https://dev.gentoo.org/~mgorny/python-guide/distutils.html) for more information.
+
+- #### Avoid introducing USE flags for small files and optional runtime dependencies.
+
+Installation of small files, like documentation, completions, man pages, etc, does not have to be toggle-able with an USE flag. Instead, just install these files unconditionally. This avoids unnecessary recompilations when an user forgot to enable a flag that installs a small file.
+
+The same holds for optional runtime dependencies. It is not necessary to introduce a USE flag, that does not alter the compiled binary and just pulls in an extra optional runtime dependency. Instead, you can notify the user of these optional runtime dependencies with the `optfeature` function from the [eutils](https://devmanual.gentoo.org/eclass-reference/eutils.eclass/) eclass. If, for whatever reason, it is still desired to introduce an USE flag for optional runtime dependencies, one can still use the `optfeature` function as well to allow the user to choose to avoid recompiling a package.
+
+
+## Useful Links <a name="links"></a>
+
+- https://wiki.gentoo.org/wiki/Project:GURU
+- https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors
+- https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Trusted_Contributors
+- https://wiki.gentoo.org/wiki/Basic_guide_to_write_Gentoo_Ebuilds
+- https://devmanual.gentoo.org/quickstart
+- https://devmanual.gentoo.org/ebuild-writing
+- https://devmanual.gentoo.org/ebuild-writing/variables
+- https://devmanual.gentoo.org/function-reference
+- https://devmanual.gentoo.org/function-reference/install-functions
+
+
+## Email Addresses <a name="email"></a>
+
+- guru@gentoo.org (Reach everyone involved in GURU)
+- guru-committers@gentoo.org (Reach all contributors)
+- guru-trusted@gentoo.org (Reach the [trusted contributors](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Trusted_Contributors))
+- guru-devs@gentoo.org (Reach the Gentoo developers involved in GURU)

diff --git a/guru.svg b/guru.svg
new file mode 100644
index 0000000..453be48
--- /dev/null
+++ b/guru.svg
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="650.06622" height="507.44196" viewBox="0 0 257.99502 201.39103" version="1.1" id="SVGRoot" inkscape:version="0.92.4 5da689c313, 2019-01-14" sodipodi:docname="guru.svg">
+  <defs id="defs815"/>
+  <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.83087529" inkscape:cx="506.44681" inkscape:cy="197.37231" inkscape:document-units="mm" inkscape:current-layer="layer1" showgrid="true" inkscape:window-width="1920" inkscape:window-height="1030" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:snap-text-baseline="false" fit-margin-top="0" fit-margin-left="0" fit-margin-right="25" fit-margin-bottom="0" units="px"/>
+  <metadata id="metadata818">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(-24.463429,-5.6369266)">
+    <g id="g4571" transform="translate(11.078753)">
+      <g aria-label="⠛⠥⠗⠥" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text842">
+        <path d="M 30.545202,13.074406 H 42.947545 V 25.47675 H 30.545202 Z m 0,23.440429 H 42.947545 V 48.917179 H 30.545202 Z M 55.349889,13.074406 H 67.752232 V 25.47675 H 55.349889 Z m 0,23.440429 H 67.752232 V 48.917179 H 55.349889 Z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path888" inkscape:connector-curvature="0"/>
+        <path d="M 92.556921,13.074406 H 104.95926 V 25.47675 H 92.556921 Z m 0,46.839517 H 104.95926 V 72.316267 H 92.556921 Z m 24.804689,0 h 12.40234 v 12.402344 h -12.40234 z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path890" inkscape:connector-curvature="0"/>
+        <path d="m 154.56864,13.074406 h 12.40234 V 25.47675 h -12.40234 z m 0,23.440429 h 12.40234 v 12.402344 h -12.40234 z m 0,23.399088 h 12.40234 v 12.402344 h -12.40234 z m 24.80469,-23.399088 h 12.40234 v 12.402344 h -12.40234 z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path892" inkscape:connector-curvature="0"/>
+        <path d="M 216.58036,13.074406 H 228.9827 V 25.47675 h -12.40234 z m 0,46.839517 h 12.40234 v 12.402344 h -12.40234 z m 24.80468,0 h 12.40235 v 12.402344 h -12.40235 z" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:84.66666412px;font-family:Sans;-inkscape-font-specification:'Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#cccccc;stroke-width:0.26458332px" id="path894" inkscape:connector-curvature="0"/>
+      </g>
+      <path inkscape:connector-curvature="0" d="m 47.079151,61.347882 c -0.951026,-1.5144 -2.058455,-2.92777 -3.182588,-4.316548 -1.353838,-1.609175 -2.541301,-3.344839 -3.792677,-5.032338 -1.416849,-1.951662 -2.956089,-3.811744 -4.529924,-5.637935 -1.326327,-1.587164 -2.599944,-3.223209 -4.103616,-4.649568 -0.80124,-0.775819 -1.69586,-1.433023 -2.579777,-2.10743 -0.836298,-0.640992 -1.604653,-1.34906 -2.248861,-2.183106 -0.580419,-0.836477 -1.262125,-1.589889 -1.748808,-2.486824 -0.457301,-1.327435 0.830749,-2.058413 1.731055,-2.802792 2.620058,-1.817105 5.34502,-3.487756 8.059542,-5.161648 3.633171,-2.296189 7.234401,-4.645784 10.70775,-7.17833 1.934904,-1.404298 3.735838,-2.984069 5.335159,-4.760537 0.817587,-0.962851 1.610813,-1.942934 2.589406,-2.748026 3.306503,-1.866098 5.033632,-4.7122368 7.305511,-1.692442 0.737505,1.064308 1.366395,2.198296 2.0354,3.305665 0.744537,1.307033 1.501563,2.599817 2.332696,3.853785 0.897678,1.164006 1.588354,2.456278 2.306288,3.73225 0.728017,1.
 375132 1.57267,2.68206 2.363507,4.020934 0.696346,1.332613 1.590106,2.541315 2.408161,3.797794 0.713957,1.171313 1.465093,2.321378 2.274184,3.429307 0.645461,0.927442 1.454237,1.694511 2.307589,2.423856 0.761844,0.769559 1.483726,1.577337 2.227483,2.364285 0.816795,0.786614 1.274796,1.406348 1.031298,2.563749 -1.0922,2.309754 -3.838776,3.727818 -6.350807,4.02082 0.353602,-0.415198 -1.525122,0.746141 -1.014378,0.456234 7.380763,-4.189415 5.47969,-3.261101 3.843583,-2.101852 -0.73897,0.437962 -1.355174,1.044072 -2.00311,1.601723 -0.84564,0.730409 -1.630376,1.525093 -2.501125,2.225956 -0.975177,0.708017 -1.918112,1.455698 -2.822299,2.252091 -0.873665,0.734925 -1.608376,1.60641 -2.353607,2.465633 -0.780462,1.031111 -1.678059,1.952168 -2.599994,2.855077 -0.901303,0.929127 -1.892437,1.759908 -2.872115,2.603188 -0.98052,0.850778 -1.904151,1.762309 -2.88316,2.614719 -1.408533,1.23836 -2.92431,2.34991 -4.444836,3.44566 -1.547026,1.09307 -3.087708,2.19496 -4.637386,3.28429 -1.133697,0.80898 -
 2.186347,1.73329 -3.185792,2.70209 -0.971635,1.04275 -1.718284,2.27346 -2.420806,3.50716 -0.559424,1.17403 -1.262496,2.26225 -1.965504,3.35241 -2.129013,3.5314 -1.74997,2.51325 -6.818067,5.48927 -0.177289,-0.0113 -0.357433,-2.6e-4 -0.53187,-0.034 -1.175756,-0.22673 -2.697748,-1.12081 -3.753007,-1.67319 -2.753748,-1.69165 -5.54265,-3.32135 -8.399158,-4.83334 -2.080506,-0.95038 -4.080991,-2.16267 -6.291543,-2.8056 -0.770027,-0.22396 -1.148709,-0.24733 -1.906166,-0.34517 -0.204036,0.011 -0.40807,0.0221 -0.612106,0.0331 0,0 4.503428,-3.25871 4.503428,-3.25871 v 0 c 0.208846,0.019 0.41769,0.038 0.626536,0.057 2.953253,0.61466 5.424194,2.10177 8.11082,3.41634 2.889616,1.50255 5.731963,3.08793 8.546063,4.7271 0.856417,0.41751 2.675689,1.45499 3.657055,1.3513 0.145277,-0.0153 0.277487,-0.0915 0.416229,-0.13721 -6.635257,3.97198 -4.312345,3.26147 -2.629812,0.25042 0.683008,-1.09637 1.453298,-2.14155 1.985041,-3.32592 0.688414,-1.27002 1.454026,-2.51298 2.356329,-3.6424 0.964877,-1.02885 2.06
 2816,-1.94214 3.174339,-2.80557 1.559205,-1.09696 3.120009,-2.19154 4.676343,-3.29246 1.500106,-1.08392 3.014835,-2.15945 4.409366,-3.37743 0.975768,-0.84839 1.915925,-1.73084 2.864919,-2.60904 0.976347,-0.848678 1.995554,-1.649138 2.898569,-2.578527 0.916387,-0.887857 1.861534,-1.755666 2.598197,-2.805387 0.755388,-0.861304 1.458669,-1.773383 2.325876,-2.528123 0.8955,-0.816737 1.822415,-1.598226 2.815251,-2.29556 0.89938,-0.654118 1.67604,-1.436848 2.495484,-2.186088 0.642239,-0.565414 1.26792,-1.160597 1.949725,-1.669613 2.261325,-1.292521 4.283593,-3.205123 6.86217,-3.776205 1.714796,-0.540247 5.045641,-2.873332 -3.929404,2.422824 -0.09019,0.05322 0.188436,-0.09441 0.271198,-0.15857 0.148886,-0.115419 0.355012,-0.372425 0.473824,-0.511648 0.485261,-0.987253 -0.04939,-1.334194 -0.725498,-2.048653 -0.730396,-0.775269 -1.436852,-1.574755 -2.204609,-2.313557 -0.870329,-0.768768 -1.687992,-1.587068 -2.352006,-2.546244 -0.803698,-1.122465 -1.556059,-2.280708 -2.278136,-3.457231 -0.827
 302,-1.260091 -1.695199,-2.494526 -2.399798,-3.830907 -0.796893,-1.340792 -1.657837,-2.642963 -2.392386,-4.020029 -0.705035,-1.266555 -1.38957,-2.545757 -2.269598,-3.703973 -0.841674,-1.257126 -1.602934,-2.556886 -2.360274,-3.866288 -0.656707,-1.088908 -1.288632,-2.196322 -2.02755,-3.232594 -0.267187,-0.326689 -0.525084,-0.685837 -0.968224,-0.780418 -0.310642,-0.0663 -0.42214,0.02056 -0.707922,0.123497 1.448377,-0.850233 2.896754,-1.700467 4.34513,-2.5507 -1.095031,0.657447 -1.856769,1.702131 -2.687155,2.651519 -1.629461,1.8444 -3.46541,3.489265 -5.459,4.935633 -3.485288,2.544252 -7.098599,4.901838 -10.730378,7.231115 -2.65285,1.642118 -5.290942,3.31033 -7.894931,5.025623 -0.200517,0.155676 -1.967958,1.525617 -2.018186,1.803387 -0.01633,0.09034 0.02855,0.181385 0.04282,0.272079 0.434242,0.886269 1.125339,1.595911 1.674921,2.410899 0.621855,0.791599 1.385551,1.442987 2.18173,2.055588 0.898292,0.684405 1.778699,1.389054 2.57416,2.194348 1.452658,1.490001 2.719703,3.139787 4.055962,4.7
 31753 1.574702,1.843341 3.136088,3.702357 4.569873,5.658553 1.250789,1.67888 2.450412,3.396417 3.791688,5.005861 1.13774,1.39899 2.233758,2.832008 3.29878,4.287056 0,0 -4.822484,2.84676 -4.822484,2.84676 z" id="path1373" style="fill:#6c70b8;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 94.158381,9.2775051 c 0.613539,1.6167409 1.059664,3.2827509 1.423887,4.9707209 0.469222,2.164562 1.334362,4.194622 2.221532,6.211994 0.8729,1.779116 1.60873,3.610853 2.28645,5.471284 0.78611,2.167313 1.14048,4.449704 1.49303,6.717763 0.5164,3.203834 1.03341,6.409692 1.63645,9.598461 0.6364,3.022518 1.43012,6.007412 1.98612,9.046882 0.37916,2.171224 0.48804,4.370837 0.52978,6.569971 -0.0388,1.9521 0.16122,3.88302 0.54783,5.79288 0.32832,1.46717 0.65044,2.9342 0.92755,4.41208 0.25636,1.3742 0.37266,2.76431 0.42127,4.15934 0.0238,1.42089 0.021,2.84214 0.0316,4.26322 0.0356,0.40367 -0.0374,0.81604 0.0482,1.21585 0.008,0.0352 0.0571,0.13212 0.0427,0.0992 -0.0577,-0.1316 -0.0424,-0.45618 -0.17245,-0.3951 -1.62585,0.76336 -3.11918,1.78188 -4.67878,2.67282 0.66107,-1.91262 1.3015,-3.82792 2.04505,-5.71201 1.83126,-4.83332 4.22807,-9.42506 6.7078,-13.95054 3.81825,-6.676361 7.79442,-13.260867 11.63125,-19.926348 2.75955,-4.821711 5.45349,-9.6
 81898 7.74039,-14.747618 0.89633,-2.097477 1.86746,-4.176014 2.44863,-6.388526 0.2149,-0.835522 0.23052,-1.695685 0.2378,-2.55215 0.001,-1.20392 0.002,-2.407872 -0.006,-3.611768 0.003,-0.464686 -0.0101,-0.929085 -0.0328,-1.393122 0,0 5.00205,-2.5504589 5.00205,-2.5504589 v 0 c -0.0195,0.473594 -0.0303,0.9474709 -0.0245,1.4215429 0.002,1.197488 0.0177,2.394881 0.0452,3.59206 0.0137,0.905304 0.004,1.81591 -0.21162,2.701444 -0.60574,2.293178 -1.68159,4.418078 -2.63623,6.579462 -2.38393,5.116317 -5.16416,10.024811 -7.9849,14.911136 -3.85409,6.63325 -7.8389,13.189929 -11.57955,19.888926 -2.40764,4.45511 -4.72278,8.98565 -6.44557,13.75708 -0.70246,1.84511 -1.3534,3.70759 -1.83323,5.62471 -3.85304,2.50158 -5.40535,5.05125 -5.29689,1.28637 0.0143,-1.41662 0.0222,-2.83341 -0.0159,-4.2498 -0.0427,-1.37023 -0.1229,-2.74146 -0.36484,-4.09337 -0.27824,-1.47775 -0.61124,-2.94353 -0.90825,-4.4172 -0.37079,-1.94492 -0.62066,-3.90492 -0.56881,-5.89107 -0.0374,-2.17874 -0.10778,-4.362171 -0.44377,-6.
 519287 -0.50978,-3.051328 -1.26754,-6.049655 -1.91559,-9.073223 -0.63274,-3.181348 -1.12692,-6.388992 -1.70616,-9.580499 -0.37393,-2.224852 -0.73784,-4.461614 -1.502315,-6.594018 -0.68132,-1.846257 -1.395963,-3.677372 -2.248768,-5.452827 -0.901102,-2.048695 -1.772261,-4.110574 -2.291289,-6.296736 -0.373676,-1.65073 -0.763786,-3.307384 -1.482277,-4.849567 0,0 4.895678,-2.7199289 4.895678,-2.7199289 z" id="path1377" style="fill:#8aa678;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 134.76171,75.19363 c 0.55107,-1.92405 1.32941,-3.75363 2.25478,-5.52405 1.35884,-2.33112 2.64517,-4.70285 3.95811,-7.05966 1.29313,-2.24911 2.62622,-4.4757 3.8431,-6.767355 1.415,-2.567633 2.43663,-5.304669 3.25756,-8.110593 0.64891,-2.322047 1.25907,-4.656252 1.74095,-7.019129 0.41417,-1.788824 0.62728,-3.608379 0.73707,-5.438219 0.0942,-1.908715 0.0883,-3.820269 0.0825,-5.730698 -0.008,-1.624412 -0.0148,-3.248824 -0.0183,-4.873252 -0.003,-1.58987 0.003,-3.17972 0.002,-4.769596 0.004,-1.371073 -0.009,-2.742062 -0.022,-4.113053 0.0426,-1.006581 0.3962,-1.960611 0.56629,-2.949766 0.13795,-0.959993 0.16576,-1.930461 0.18002,-2.8987055 0.0864,-0.06861 -0.0591,-1.107332 -0.0203,-1.129363 4.97218,-2.82365 3.29172,-3.26372 5.42579,-2.60567 1.63801,0.474107 3.32808,0.743363 5.00256,1.054947 2.86819,0.660429 5.79245,0.930455 8.72418,1.089924 3.37457,0.142674 6.75288,0.136435 10.12967,0.119685 1.8055,-0.0084 3.61086,-0.03229 5.41626,-0.0519 1
 .07666,0.01717 2.11747,-0.305512 3.17047,-0.486928 1.34505,-0.300496 2.71836,-0.412444 4.05045,-0.76888 1.24508,-0.31438 2.4383,-0.844896 3.53437,-1.509778 -1.44341,0.823791 -2.88683,1.647579 -4.33025,2.471369 0.22492,-0.02983 0.29705,-0.300183 0.48657,-0.380788 1.69958,-0.722823 3.37483,-1.516761 5.12681,-2.101247 0.12881,-0.04297 -0.0176,0.27168 -0.0427,0.405125 -0.0314,0.166788 -0.0843,0.328806 -0.12642,0.49321 -0.51409,1.381723 -0.96711,2.777511 -1.31825,4.2096185 -0.45588,1.94877 -0.7649,3.927207 -1.1438,5.891921 -0.34695,1.713317 -0.476,3.456472 -0.54463,5.199658 -0.0456,1.419468 -0.0372,2.839725 -0.0225,4.259588 0.007,1.025551 0.0119,2.051063 0.014,3.07663 -0.0382,0.854866 0.0228,1.693511 0.15862,2.53605 0.13093,0.795549 0.16867,1.599845 0.29725,2.395559 0.17998,0.79009 0.24092,1.595038 0.27881,2.402038 0.0309,0.808842 0.0321,1.618403 0.0333,2.427713 -0.0174,0.742551 0.0641,1.491171 -0.101,2.220257 -1.14818,2.225862 -3.9896,3.324815 -6.43379,3.442128 -0.68157,-0.0011 -1.36541
 ,0.04003 -2.03714,-0.08393 -1.09757,-0.264147 -2.21437,-0.429022 -3.32188,-0.644991 -1.21213,-0.254905 -2.45017,-0.278815 -3.64693,-0.601967 -1.2536,-0.340352 -2.51142,-0.663514 -3.78537,-0.920078 -1.91666,-0.458261 -3.87898,-0.633902 -5.8413,-0.74468 -1.1501,-0.0596 -2.30178,-0.0625 -3.45303,-0.05671 -0.72705,0.005 -1.45411,0.0071 -2.18118,0.0083 -0.85105,-0.09772 -1.61722,0.237876 -2.41964,0.456311 -0.64124,0.199734 -1.30945,0.279067 -1.97806,0.303046 -0.52657,0.01196 -1.05323,0.01207 -1.57989,0.0078 -0.60446,0.02987 -1.23103,-0.09559 -1.81742,0.07283 -1.95507,0.656881 -0.16246,0.07154 4.4464,-2.538809 0.0823,-0.04663 -0.20944,0.08726 -0.21824,0.181456 -0.013,0.139454 0.14142,0.429178 0.17968,0.515811 1.13469,1.89299 2.252,3.788746 3.47594,5.626504 3.06775,4.444487 6.62507,8.533861 10.16404,12.605617 3.28515,3.81782 6.56972,7.63956 9.61808,11.65085 0.73723,0.98054 1.47606,1.95884 2.18856,2.95745 0,0 -4.73919,2.78345 -4.73919,2.78345 v 0 c -0.66245,-1.01992 -1.35506,-2.01837 -2.051
 83,-3.01523 -2.90917,-4.08541 -6.10785,-7.94961 -9.40041,-11.73082 -3.56851,-4.08729 -7.17668,-8.160266 -10.38136,-12.543841 -1.30753,-1.819735 -2.50116,-3.708558 -3.74564,-5.57068 -1.3596,-2.661388 1.38907,-3.707746 4.95738,-4.289533 0.62469,-0.02066 1.25,-0.0026 1.87498,-0.0098 0.51733,-0.0016 1.0355,0.0033 1.55172,-0.03611 0.6404,-0.06479 1.27028,-0.187347 1.88652,-0.376233 0.82989,-0.234024 1.65105,-0.41806 2.52143,-0.345209 0.72657,-0.0024 1.45316,-0.0073 2.17974,-0.0032 1.13236,0.01368 2.26381,0.06511 3.39363,0.142234 1.98184,0.149691 3.95848,0.358474 5.90151,0.793001 1.28691,0.263777 2.56482,0.564878 3.83151,0.913845 1.19493,0.257088 2.42244,0.316912 3.61742,0.582464 1.11568,0.187471 2.22276,0.418775 3.34026,0.590926 0.66108,0.03326 1.32526,0.03255 1.98568,-0.01572 0.23105,-0.0258 0.3924,-0.03522 0.61998,-0.09727 0.0977,-0.02665 0.37333,-0.153715 0.28636,-0.101777 -7.20909,4.305101 -5.87687,3.2399 -4.08704,2.450915 0.39364,-0.586798 0.14799,-1.367042 0.20965,-2.036242 0.001,-
 0.80323 0.005,-1.606645 -0.0168,-2.409666 -0.0292,-0.785582 -0.083,-1.569982 -0.24283,-2.341705 -0.14051,-0.796346 -0.20991,-1.593289 -0.30656,-2.39586 -0.13961,-0.872448 -0.25047,-1.734352 -0.18559,-2.62164 -1.8e-4,-1.028068 2.6e-4,-2.056122 0.002,-3.084195 0.01,-1.432457 0.0113,-2.865173 0.0475,-4.297262 0.0665,-1.773253 0.19361,-3.546343 0.53435,-5.291249 0.39975,-1.963951 0.70085,-3.943876 1.12364,-5.902962 0.31784,-1.42762 0.69412,-2.838569 1.23868,-4.1989375 0.0443,-0.142774 0.0917,-0.284604 0.1328,-0.42832 0.0276,-0.09643 -0.0148,-0.243719 0.0732,-0.291867 1.66898,-0.913321 3.40615,-1.696085 5.10922,-2.544125 -0.074,0.04578 -0.1533,0.08399 -0.22206,0.137348 -0.10734,0.08332 -0.18822,0.200657 -0.30435,0.271211 -1.71375,1.041156 -3.45278,2.040128 -5.17917,3.060192 -1.15215,0.599281 -2.34784,1.1203505 -3.62506,1.3881325 -1.3508,0.298487 -2.73012,0.439436 -4.07916,0.751269 -1.06775,0.210706 -2.13576,0.47272 -3.23371,0.408781 -1.76622,-0.01191 -3.53243,-0.02585 -5.29865,-0.03607 -
 3.36862,-0.02745 -6.73822,-0.04765 -10.10495,-0.171876 -2.96638,-0.154244 -5.91259,-0.465709 -8.81907,-1.102741 -1.73536,-0.28788 -3.47919,-0.5528515 -5.18091,-1.0077075 -2.06782,-0.586198 -0.36441,-0.01942 4.33274,-2.933406 0.0291,-0.01802 -0.0873,-0.01048 -0.10036,0.02114 -0.11337,0.275476 0.0776,0.667134 -0.0175,0.949076 -0.016,0.993439 -0.0493,1.987719 -0.16691,2.9752075 -0.12572,0.980289 -0.41493,1.910659 -0.60053,2.874367 -0.0125,1.378437 -0.0259,2.756868 -0.022,4.135387 -10e-4,1.588593 0.005,3.177154 0.005,4.765744 -1.5e-4,1.628611 -2.6e-4,3.257225 -0.005,4.88583 -0.006,1.919092 -8e-4,3.838967 -0.0656,5.757172 -0.10031,1.856052 -0.28658,3.702849 -0.71311,5.516605 -0.50072,2.387703 -1.15117,4.741013 -1.79732,7.092659 -0.80553,2.831682 -1.80554,5.601205 -3.20032,8.202811 -1.17896,2.314344 -2.52558,4.536707 -3.83026,6.781597 -1.33325,2.33806 -2.57572,4.72763 -3.95231,7.04143 -0.91327,1.70174 -1.71826,3.45728 -2.15258,5.3497 0,0 -5.06814,2.40712 -5.06814,2.40712 z" id="path1379" 
 style="fill:#df8f87;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 217.60105,9.6075927 c -0.0969,1.9580043 0.0754,3.9138253 0.27793,5.8593173 0.38284,4.022508 1.08845,8.003876 1.80354,11.977682 1.09911,5.060029 2.11642,10.136669 3.25913,15.187099 0.82238,3.680013 1.87035,7.303857 2.86444,10.939896 0.65833,2.175177 1.20409,4.379794 1.60118,6.617319 0.30865,1.8279 0.5183,3.66499 0.9231,5.47513 0.23818,1.15731 0.54414,2.2997 0.7709,3.45925 0.22045,0.94275 0.6439,1.82672 1.04472,2.70392 0.57344,1.14641 0.78041,2.41673 1.04438,3.6581 0.23894,0.89649 0.21852,1.83962 0.45632,2.73357 0.83706,1.79412 0.19524,0.29668 -4.90239,2.48303 -0.12219,0.0524 0.18741,-0.19562 0.24273,-0.31652 0.10779,-0.23556 0.16253,-0.49196 0.24028,-0.73907 0.35074,-1.11472 0.35652,-1.169 0.70178,-2.37934 0.99945,-3.98499 2.11158,-7.93457 3.42627,-11.82688 1.40424,-4.18034 3.50052,-8.059324 5.67721,-11.87575 1.88767,-3.348376 3.87162,-6.637084 5.97953,-9.850882 1.87409,-2.980039 3.89734,-5.860262 5.80969,-8.815356 1.36303,-2.119833 2
 .79824,-4.191047 4.22545,-6.267698 0.86818,-1.242426 1.85062,-2.4007 2.54208,-3.755869 0.38586,-0.863105 0.62162,-1.775794 0.7615,-2.70768 0.1022,-0.830008 0.10791,-1.667748 0.11143,-2.502786 0.0764,-0.977046 -0.13365,-1.905873 -0.40069,-2.837315 -0.33909,-1.304959 -0.81626,-2.555095 -1.42325,-3.757324 -0.0872,-0.140645 -0.36024,-0.631562 -0.53841,-0.765168 -0.0391,-0.02934 -0.0978,-0.0021 -0.14671,-0.0031 1.60553,-0.823158 3.21105,-1.646314 4.81658,-2.4694723 0,0 -5.20086,2.1633023 -5.20086,2.1633023 v 0 c 4.32555,-2.3433623 4.38932,-4.3601353 5.88514,-1.66933 0.61691,1.228899 1.13382,2.500526 1.49126,3.830902 0.30206,0.96851 0.57857,1.94538 0.49852,2.970987 -10e-4,0.856462 0.0122,1.715146 -0.0766,2.568337 -0.1216,0.986142 -0.34739,1.948376 -0.70926,2.876325 -0.64841,1.424078 -1.64233,2.61614 -2.57205,3.863626 -1.45691,2.096646 -2.95818,4.162647 -4.34971,6.304336 -1.9213,2.962499 -3.94791,5.852604 -5.8409,8.833447 -2.12204,3.208896 -4.11629,6.492918 -6.02248,9.835327 -2.2045,3.7833
 97 -4.32217,7.637926 -5.74919,11.794361 -1.30457,3.85089 -2.43734,7.75177 -3.29904,11.72796 -0.25381,1.02308 -0.5842,2.05155 -0.77702,3.08914 -0.0347,0.18694 0.0938,0.46967 -0.0701,0.56608 -5.09004,2.99437 -4.51479,4.30531 -5.26558,2.3025 -0.22037,-0.91522 -0.22832,-1.8571 -0.42311,-2.7785 -0.24329,-1.20193 -0.43359,-2.43362 -0.98144,-3.54383 -0.43987,-0.91107 -0.89963,-1.82988 -1.13387,-2.81926 -0.19778,-1.16554 -0.50927,-2.30696 -0.70911,-3.4724 -0.37935,-1.82586 -0.61712,-3.66809 -0.91391,-5.50829 -0.35727,-2.23512 -0.87904,-4.439891 -1.4925,-6.618261 -0.94869,-3.669932 -1.91459,-7.337999 -2.722,-11.041906 -1.10198,-5.064165 -2.10929,-10.148205 -3.27943,-15.197553 -0.74881,-3.959381 -1.50789,-7.923424 -1.97356,-11.92812 -0.24782,-1.933162 -0.46028,-3.874429 -0.48309,-5.825055 0,0 5.00122,-2.5482483 5.00122,-2.5482483 z" id="path1383" style="fill:#dacf2f;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+    </g>
+    <g id="g860" transform="translate(2.3632417,13.059894)">
+      <path inkscape:connector-curvature="0" d="m 84.399415,117.70535 c -0.822433,1.43581 -1.583309,2.91145 -2.300816,4.40273 -0.682094,1.59604 -1.34751,3.20009 -1.972493,4.8195 -0.587978,1.61045 -1.273738,3.184 -1.831157,4.8053 -0.425411,1.37043 -0.698834,2.77402 -0.857295,4.19813 -0.118041,1.22042 -0.126574,2.44806 -0.128675,3.67312 -0.03536,1.28271 2.64e-4,2.55711 0.195588,3.82593 0.238633,1.44056 0.877493,2.6917 1.728367,3.85687 0.866222,1.12523 2.117735,1.87586 3.34178,2.55815 1.24569,0.63207 2.628365,0.86072 3.982452,1.1351 3.418086,0.69263 -0.351464,-0.0558 3.392324,0.6824 4.19395,0.80338 8.464486,1.00329 12.72187,1.14613 4.67227,0.1105 9.3464,0.10555 14.01968,0.0982 4.003,-0.0242 8.00605,-0.0256 12.00909,-0.0345 3.35133,-0.002 6.70264,-0.0197 10.05397,-0.0212 3.18784,-0.0844 6.36766,0.14179 9.54517,0.3614 3.12202,0.22718 6.25117,0.31833 9.38044,0.3588 1.86749,0.0182 3.73509,0.0102 5.60258,-0.003 1.0008,-0.007 2.00159,-0.0194 3.00242,-0.0172 1.2069,-0.15089 2.3812,-0.52087 3.
 55157,-0.84618 1.44692,-0.40248 2.84442,-0.89485 4.19244,-1.55612 0.20148,-0.11382 0.80518,-0.45656 0.60443,-0.34145 -7.30645,4.18928 -3.96342,2.67254 -2.33463,0.68697 0.91251,-1.42928 1.46902,-3.05457 1.98703,-4.65956 0.58889,-2.09006 1.06838,-4.20528 1.36856,-6.35579 0.27668,-2.37691 0.30681,-4.77313 0.33028,-7.16317 0.0571,-2.32964 -0.0151,-4.65239 -0.18394,-6.97532 -0.10662,-1.70393 -0.54308,-3.34752 -1.34057,-4.85427 -0.81795,-1.43698 -2.12278,-2.343 -3.5416,-3.11433 -1.94439,-1.13318 -4.03048,-1.89252 -6.20791,-2.42054 -2.52437,-0.4754 -5.05864,-0.90406 -7.59672,-1.3003 -2.99584,-0.43528 -6.02661,-0.50753 -9.04833,-0.56432 -3.24475,-0.0459 -6.48995,-0.0387 -9.73491,-0.0258 -2.96134,0.009 -5.9227,0.005 -8.88404,0.008 -2.91642,-2.7e-4 -5.83282,0.004 -8.74924,0.003 -2.93791,0.001 -5.87583,-0.003 -8.81375,-0.004 -2.7148,0.006 -5.42961,0.009 -8.14442,0.0127 -2.29067,0.003 -4.581338,0.009 -6.872021,0.009 -2.02533,-7.9e-4 -4.050652,0.004 -6.075971,0.01 -1.240367,0.006 -2.480699,0.017
 5 -3.721063,0.0238 -0.858856,0.004 -1.717709,2.6e-4 -2.576573,10e-4 -0.765432,-5.3e-4 -1.530845,0.003 -2.296266,0.006 -0.113078,0.0236 -0.225862,0.0487 -0.339233,0.0708 -0.262689,0.0513 -0.552238,0.0844 -0.800372,0.19271 -0.15044,0.0657 -0.568741,0.32808 -0.425982,0.24706 4.426212,-2.51207 5.71006,-3.37975 3.861461,-2.15238 -1.043477,0.77247 -1.758561,1.85916 -2.497976,2.90397 -0.577165,0.81804 -1.122738,1.65033 -1.434401,2.60649 -0.282962,0.78496 -0.421204,1.60073 -0.558271,2.4197 -0.266841,1.01242 -0.516988,2.02447 -0.662477,3.0622 -0.09136,1.01828 0.293928,0.99609 1.18868,1.16619 0,0 -4.566303,3.15253 -4.566303,3.15253 v 0 c -1.094365,-0.32046 -1.667799,-0.61554 -1.631871,-1.84906 0.131466,-1.04428 0.33918,-2.07799 0.656222,-3.08294 0.146698,-0.82874 0.196067,-1.67821 0.520298,-2.46777 0.257749,-1.03863 0.773427,-1.93238 1.396174,-2.79876 0.759961,-1.05581 1.438696,-2.18075 2.410796,-3.06309 2.164562,-1.70167 4.611233,-3.53751 7.423523,-3.7064 0.760138,0.003 1.52027,0.006 2.28042
 ,0.006 0.857721,0.001 1.715429,-0.003 2.573139,0.001 1.218512,0.006 2.436987,0.0176 3.655497,0.0238 2.016614,0.006 4.033231,0.0102 6.04985,0.009 2.28198,1.7e-4 4.56393,0.006 6.8459,0.009 2.70314,0.004 5.40628,0.006 8.10942,0.0127 2.94154,-7.9e-4 5.88308,-0.005 8.82462,-0.004 2.914,-5.3e-4 5.82799,0.004 8.742,0.002 2.95987,0.001 5.91974,-0.007 8.87962,-0.005 3.24305,0.008 6.48629,-5.3e-4 9.72912,0.044 3.04795,0.0659 6.1058,0.14186 9.12549,0.59946 2.55321,0.40477 5.11041,0.79975 7.64227,1.32413 2.2211,0.54781 4.32702,1.39583 6.32682,2.51448 1.50413,0.83905 2.88463,1.82798 3.73708,3.37086 0.82943,1.57894 1.30093,3.29117 1.41819,5.07529 0.13735,2.34334 0.21941,4.68551 0.15863,7.03358 -0.0157,2.40647 -0.0175,4.81847 -0.28071,7.21389 -0.27422,2.17357 -0.74345,4.30641 -1.30043,6.42495 -0.48749,1.64929 -1.07728,3.27073 -1.84942,4.81034 -1.85364,2.61576 -4.86852,3.90338 -7.71066,5.30151 -1.37228,0.62191 -2.80389,1.06952 -4.25171,1.48222 -1.20593,0.33178 -2.41994,0.71714 -3.6794,0.75492 -0.98
 883,0.004 -1.97766,-0.004 -2.96647,-0.009 -1.83971,-0.0118 -3.6795,-0.0264 -5.51878,-0.0712 -3.11432,-0.0806 -6.22833,-0.19562 -9.33586,-0.42366 -3.18074,-0.21755 -6.36491,-0.36298 -9.55429,-0.30927 -3.33386,-0.001 -6.66771,-0.0188 -10.00159,-0.0165 -3.9821,-0.004 -7.9642,0.005 -11.94628,-0.0114 -4.67831,-0.005 -9.35746,0.0113 -14.03464,-0.10922 -4.294968,-0.14358 -8.599138,-0.37081 -12.831405,-1.16834 -2.564582,-0.4669 -5.254606,-0.72586 -7.631268,-1.85796 -1.287145,-0.73262 -2.590687,-1.54467 -3.482539,-2.75354 -0.880213,-1.24086 -1.569447,-2.56672 -1.857621,-4.07713 -0.22624,-1.29213 -0.288954,-2.59152 -0.248668,-3.90256 0.0059,-1.24344 -5.3e-4,-2.489 0.106486,-3.72901 0.16306,-1.46059 0.416904,-2.9032 0.830641,-4.31587 0.534334,-1.63649 1.256263,-3.20438 1.828343,-4.82823 0.611854,-1.63675 1.320196,-3.23466 1.960618,-4.86036 0.684778,-1.49174 1.492027,-2.92566 2.200804,-4.40637 0,0 5.118864,-2.28179 5.118864,-2.28179 z" id="path821" style="fill:#000000;fill-opacity:1;stroke:none
 ;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 177.1972,122.773 c 1.66598,-1.09709 3.35754,-2.15411 5.0572,-3.19798 2.19218,-1.3405 4.25416,-2.8511 6.09419,-4.64448 0.70847,-0.70364 1.3803,-1.44046 1.98455,-2.23547 0,0 5.17671,-2.21287 5.17671,-2.21287 v 0 c -0.67146,0.81026 -1.34368,1.61846 -2.09808,2.35516 -1.86404,1.86036 -3.84539,3.38343 -6.08556,4.77466 -1.64929,1.01522 -3.29781,2.03296 -4.90348,3.11637 0,0 -5.22553,2.04461 -5.22553,2.04461 z" id="path823" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 197.04727,103.69129 c -0.77543,1.10054 -1.20359,2.38296 -1.6525,3.63838 -0.52571,1.28269 -0.91792,2.60302 -1.13844,3.97059 -0.15386,1.19262 -0.15075,2.39753 -0.15684,3.59778 0.007,1.05753 0.0116,2.11505 0.0183,3.17258 -0.0124,0.83379 -0.053,1.63969 0.27729,2.41767 0.53411,0.91812 1.33546,1.64985 2.21937,2.22398 1.24247,0.60421 2.66535,0.57985 4.01661,0.6258 2.04948,0.0406 4.09969,0.0286 6.14936,0.0107 1.52624,-0.0116 3.05246,-0.024 4.57875,-0.0201 1.59341,0.056 3.16178,-0.25155 4.73086,-0.47605 1.45742,-0.1916 2.84876,-0.5313 4.14263,-1.23557 -8.1816,5.01847 -3.64031,2.11159 -1.90254,0.6794 0.89899,-0.66929 1.52419,-1.52777 2.04805,-2.50099 0.5491,-1.05301 0.89442,-2.17969 1.10568,-3.34346 0.14101,-0.86827 0.16176,-1.7485 0.17009,-2.62608 0.0585,-0.92155 -0.008,-1.80753 -0.24252,-2.69864 -0.25016,-1.10512 -0.98032,-1.91994 -1.7314,-2.72281 -0.76789,-0.7923 -1.80895,-1.0701 -2.83365,-1.36509 -1.2843,-0.26949 -2.5712,-0.50912 -3.85529,
 -0.78469 -1.79875,-0.37155 -3.6117,-0.60635 -5.44277,-0.73536 -1.71468,-0.10101 -3.4327,-0.11092 -5.14975,-0.10505 -0.96477,0.0281 -1.93354,-0.0337 -2.89342,0.0733 -1.21299,0.0846 -2.40479,0.30485 -3.60653,0.47485 -1.20771,0.16696 -2.42897,0.19303 -3.64625,0.20993 -1.12498,0.0596 -2.26483,-0.0788 -3.38164,0.0827 0,0 4.48647,-3.32369 4.48647,-3.32369 v 0 c 1.12692,-0.0499 2.25614,0.003 3.38375,-0.0341 1.20594,-0.0324 2.41386,-0.0801 3.60745,-0.269 1.20788,-0.18768 2.41731,-0.35121 3.63608,-0.45269 0.96896,-0.0566 1.93873,-0.0341 2.90895,-0.023 1.70678,0.0258 3.41433,0.0605 5.1179,0.17455 1.85742,0.14508 3.69786,0.4009 5.52498,0.76916 1.29896,0.27571 2.61643,0.4551 3.89861,0.80397 1.11402,0.3276 2.19911,0.73183 3.00133,1.61437 0.80208,0.87296 1.57687,1.77283 1.88044,2.94962 0.25433,0.93467 0.39962,1.85049 0.32784,2.82411 -0.006,0.90844 -0.0238,1.81928 -0.15571,2.71993 -0.19715,1.21197 -0.51329,2.38547 -1.03079,3.50415 -0.53945,1.02797 -1.00789,1.97608 -1.968,2.69796 -2.31062,1.99174 -
 4.79154,3.52085 -7.59831,4.87551 -1.34589,0.59952 -2.77405,0.88289 -4.23005,1.08196 -1.58495,0.22977 -3.17447,0.4672 -4.78192,0.41599 -1.51658,0.007 -3.03314,7.9e-4 -4.54973,5.2e-4 -2.05477,-0.005 -4.10978,0.0123 -6.16432,-0.0256 -1.45162,-0.0511 -2.96399,-0.0733 -4.24305,-0.85104 -0.93483,-0.67315 -1.81769,-1.47113 -2.40191,-2.47569 -0.38584,-0.85179 -0.43499,-1.69792 -0.37614,-2.62585 0.001,-1.06178 -0.004,-2.12355 5.3e-4,-3.18534 -1.4e-4,-1.22342 -0.005,-2.44974 0.11866,-3.6684 0.18999,-1.40684 0.57504,-2.76873 1.11985,-4.08076 0.44467,-1.26795 0.84546,-2.56156 1.52291,-3.73118 0,0 5.14076,-2.24926 5.14076,-2.24926 z" id="path825" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 201.26536,104.92219 c -1.20398,0.33149 -2.15615,0.29236 -3.30482,-0.18699 -1.12121,-0.55583 -2.0329,-1.4134 -2.8616,-2.33536 -0.79293,-0.91218 -1.26077,-2.00039 -1.62553,-3.136078 -0.38845,-0.926899 -0.66787,-1.875271 -0.8129,-2.86849 -0.10345,-1.054145 -0.1097,-2.115283 -0.11987,-3.173643 -0.0161,-0.807863 -0.038,-1.612075 0.16103,-2.400099 0.86099,-1.91321 4.35732,-2.831349 5.35014,-3.395654 0.25473,-0.144783 0.53229,-0.2036 0.81485,-0.26597 1.7457,-0.954606 1.02473,-0.56216 -4.30111,2.450769 -0.10156,0.05746 0.20266,-0.116231 0.29906,-0.181978 0.10817,-0.07376 0.20928,-0.157361 0.31392,-0.23604 0,0 5.19262,-2.094307 5.19262,-2.094307 v 0 c -1.70076,1.549681 -3.73167,2.844628 -5.94974,3.492477 -0.35933,0.137763 -0.19377,0.0663 -0.53161,0.226404 -0.0798,0.03781 -0.31531,0.158498 -0.23921,0.113733 7.59825,-4.469616 5.88864,-3.307651 4.14796,-2.468583 -0.39865,0.664659 -0.25477,1.480738 -0.2832,2.222568 -0.004,1.036492 -0.0104,2.07542
 1 0.0865,3.1085 0.11895,0.965203 0.371,1.890691 0.7572,2.785872 0.34354,1.061728 0.72382,2.094063 1.48886,2.939357 0.79129,0.849302 1.64721,1.650472 2.73535,2.101992 1.0382,0.32992 2.07511,0.27754 3.06713,-0.20612 0,0 -4.38506,3.50764 -4.38506,3.50764 z" id="path827" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 216.49765,102.06198 c 1.1136,-0.28978 2.17885,-0.77988 3.19958,-1.30737 2.07223,-1.245383 -0.55714,0.33983 -3.74493,2.12858 -0.17797,0.0999 0.34267,-0.22178 0.5123,-0.33525 0.53193,-0.35581 1.05244,-0.72423 1.56543,-1.10667 0.9345,-0.71912 1.56922,-1.689875 2.18279,-2.676268 0.59741,-1.01671 1.06249,-2.103909 1.42054,-3.225724 0.26717,-0.926182 0.34837,-1.886447 0.3864,-2.844974 0.0223,-0.73429 0.011,-1.468869 0.004,-2.203257 -0.0135,-0.283935 0.0532,-0.820327 -0.27441,-0.95263 0,0 4.77787,-2.979758 4.77787,-2.979758 v 0 c 0.36117,0.389818 0.52841,0.842131 0.49661,1.381395 5.3e-4,0.744127 0.003,1.488373 -0.0102,2.232411 -0.0324,1.002876 -0.10699,2.007126 -0.3534,2.983751 -0.31481,1.169527 -0.79465,2.286762 -1.3614,3.356504 -0.60434,1.030362 -1.21136,2.062292 -2.11647,2.864281 -2.35469,1.973179 -5.20758,3.301119 -7.82865,4.847069 -1.07488,0.50095 -2.17048,1.00603 -3.34914,1.2009 0,0 4.49328,-3.36299 4.49328,-3.36299 z" id="path829" st
 yle="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 205.17077,109.4743 c 0.36071,0.53917 0.89822,1.07828 1.51647,0.59372 -1.57228,0.89878 -3.14214,1.80182 -4.71685,2.69635 -0.0398,0.0226 0.15755,-0.004 0.11388,-0.22733 -0.0421,-0.2152 -0.25435,-0.33667 -0.41358,-0.4556 -0.25673,-0.14829 -0.49828,-0.0645 -0.75771,0.0455 -0.11752,0.0498 -0.45325,0.2348 -0.34227,0.17174 4.9985,-2.84018 5.90277,-3.40729 4.21622,-2.35919 -0.19008,0.19636 -0.26358,0.0119 -0.0452,0.0659 0.30341,0.0751 0.59601,0.18862 0.89581,0.27698 0,0 -4.59292,3.13622 -4.59292,3.13622 v 0 c -0.61307,-0.18759 -1.79029,-0.48728 -1.4567,-1.36733 1.51653,-1.74425 0.36383,-0.47838 5.40231,-3.18809 0.45981,-0.24729 1.06919,-0.0408 1.44884,0.24055 2.46602,2.28076 -1.97976,3.1481 -4.20858,4.40629 -0.83398,-0.0105 -1.49185,-0.5936 -1.93955,-1.25726 0,0 4.87979,-2.77847 4.87979,-2.77847 z" id="path831" style="fill:#cd8282;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 211.01723,113.52808 c -0.15812,0.0367 -0.31826,0.0656 -0.47435,0.11009 -0.18184,0.0519 -0.36305,0.10792 -0.53839,0.17871 -0.17336,0.07 -0.66743,0.33645 -0.50561,0.24279 8.28695,-4.7966 5.12484,-3.16505 3.75196,-2.04182 -0.35564,0.43569 -0.0235,0.55926 0.3706,0.65993 0.315,-0.0527 0.59775,-0.20057 0.86576,-0.36862 0.12104,-0.0759 0.47847,-0.31171 0.35389,-0.24178 -4.35926,2.4469 -5.77423,3.59879 -4.10167,2.26915 0.1094,-0.0894 0.2188,-0.17888 0.32819,-0.26832 0,0 5.18598,-2.09602 5.18598,-2.09602 v 0 c -0.10756,0.0931 -0.21511,0.18613 -0.32266,0.27918 -1.85114,1.50804 -0.4299,0.37609 -5.43747,3.33215 -0.47387,0.27973 -1.00806,0.40599 -1.53953,0.23437 -0.68359,-0.32766 -1.01221,-0.83174 -0.86435,-1.60562 0.19904,-0.33237 0.18662,-0.39948 0.54858,-0.61164 2.55221,-1.49589 4.2319,-2.84569 6.82472,-3.49549 0,0 -4.44565,3.42294 -4.44565,3.42294 z" id="path833" style="fill:#8d91d0;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-mi
 terlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 201.8122,118.42351 c 0.75879,0.89461 1.65412,1.617 2.69573,2.15065 0.88699,0.41834 1.85311,0.45655 2.81442,0.48557 1.15698,0.0197 2.31424,0.009 3.47127,-0.001 0.97882,-0.0374 1.96385,0.0542 2.93606,-0.0762 1.23632,-0.12273 2.41966,-0.49946 3.59375,-0.88396 1.14649,-0.3116 2.07501,-1.12103 3.21334,-1.43413 0.10817,0.008 0.21635,0.0158 0.32452,0.0237 0,0 -4.5192,3.34281 -4.5192,3.34281 v 0 c -0.0717,0.0233 -0.14346,0.0466 -0.21519,0.07 -1.06458,0.46597 -2.0595,1.09627 -3.19293,1.3995 -1.20305,0.37658 -2.42753,0.69865 -3.68849,0.80328 -0.9846,0.0517 -1.97132,0.0209 -2.95701,0.0317 -1.1639,0.002 -2.32827,0.0171 -3.49181,-0.018 -1.02782,-0.0601 -2.03615,-0.18457 -2.95071,-0.70035 -1.05441,-0.61248 -1.97083,-1.3859 -2.81913,-2.26084 0,0 4.78538,-2.93249 4.78538,-2.93249 z" id="path835" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 92.4313,151.62572 c -0.490051,2.076 -0.631724,4.21027 -0.913688,6.32001 -0.763294,5.33924 -1.639091,10.66146 -2.571179,15.97358 -0.850307,4.57055 -1.889672,9.10399 -2.594713,13.70071 -0.08317,0.87451 -0.292161,1.75001 -0.256913,2.63439 0.0084,0.21015 -0.02254,0.54404 0.178726,0.60509 0.05773,0.0175 0.104328,-0.0606 0.156493,-0.0909 0.09838,-0.0544 0.196766,-0.10872 0.295148,-0.16308 0,0 -4.478985,3.36254 -4.478985,3.36254 v 0 c -0.155229,-0.0143 -0.310455,-0.0287 -0.465683,-0.043 -0.124386,-0.0886 -0.272121,-0.15135 -0.373158,-0.26589 -0.692031,-0.78452 0.02819,-2.78821 0.08029,-3.66319 0.864629,-4.63453 2.020064,-9.20718 2.882505,-13.84233 0.88764,-5.26153 1.705809,-10.536 2.342957,-15.83434 0.238176,-2.07232 0.269679,-4.16837 0.681839,-6.21682 0,0 5.03636,-2.47677 5.036361,-2.47677 z" id="path837" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 101.1524,154.99177 c -0.053,1.54746 -0.0405,3.0962 -0.0459,4.64431 -10e-4,1.69118 0.005,3.38235 0.008,5.07352 0.009,1.22558 0.0147,2.45117 0.0233,3.67675 0.009,0.81336 0.003,1.62682 0.0132,2.44015 0.093,0.63926 0.1934,1.2822 0.3235,1.91563 0.078,0.52004 0.23852,0.8604 0.66949,1.15463 0,0 -4.736349,2.97558 -4.736349,2.97558 v 0 c -0.468296,-0.41512 -0.776261,-0.83627 -0.868555,-1.47296 -0.168286,-0.66588 -0.229513,-1.35638 -0.385871,-2.02639 0.0099,-0.8178 0.0044,-1.63574 0.01318,-2.45357 0.0086,-1.23351 0.01402,-2.46703 0.02334,-3.70053 0.003,-1.69378 0.0087,-3.38756 0.0077,-5.08134 -0.0053,-1.53252 0.0076,-3.06569 -0.04591,-4.59754 0,0 5.001225,-2.54824 5.001225,-2.54824 z" id="path845" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 137.72771,154.71709 c -0.7284,1.5314 -1.42619,3.07507 -2.0658,4.64566 -0.84326,2.06833 -1.61581,4.16401 -2.33856,6.27715 -0.83891,2.40678 -1.67473,4.81217 -2.68069,7.15488 -0.70442,1.55583 -1.27491,3.16646 -1.65538,4.83124 -0.20554,0.90396 -0.2039,1.83289 -0.34859,2.7451 -0.18846,0.97621 -0.38515,1.95479 -0.66143,2.9105 0,0 -5.03621,2.37547 -5.03621,2.37547 v 0 c 0.31519,-0.92 0.46469,-1.88153 0.66662,-2.83036 0.17465,-0.92629 0.19133,-1.86524 0.37757,-2.7911 0.38564,-1.71055 0.94977,-3.37823 1.69682,-4.96611 1.03615,-2.31919 1.89271,-4.7053 2.70393,-7.11185 0.69688,-2.12239 1.4634,-4.22155 2.30021,-6.29298 0.60611,-1.55428 1.27379,-3.07958 1.94577,-4.60596 0,0 5.09574,-2.34164 5.09574,-2.34164 z" id="path847" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 145.40223,153.44464 c 0.11895,1.74813 0.57666,3.44618 1.03601,5.12924 0.61279,2.13854 1.34617,4.23782 1.89041,6.39554 0.36034,1.29118 0.53844,2.61764 0.74854,3.93783 0,0 -4.90299,2.59658 -4.90299,2.59658 v 0 c -0.209,-1.3104 -0.3222,-2.63777 -0.66987,-3.92397 -0.54508,-2.15438 -1.21011,-4.26953 -1.87049,-6.39098 -0.48103,-1.68704 -0.95891,-3.38346 -1.19565,-5.12555 0,0 4.96404,-2.61869 4.96404,-2.61869 z" id="path849" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 80.217041,121.86259 c -0.944605,1.23618 -1.807829,2.53188 -2.738287,3.77917 -0.9965,1.37513 -1.968762,2.76328 -3.090389,4.04077 -0.928785,0.98541 -1.979461,1.82717 -2.673712,3.00149 -0.784445,1.77665 -0.784625,3.76332 -0.850964,5.67089 0.0353,2.12519 -0.257288,4.23021 -0.492141,6.33637 -0.165867,1.455 -0.241585,2.91253 -0.142197,4.37366 0.07714,1.0844 0.180697,2.15968 0.447281,3.21491 0.361762,1.03996 0.835252,2.04268 1.583851,2.85768 0,0 -4.772766,2.88151 -4.772766,2.88151 v 0 c -0.761987,-0.90757 -1.306359,-1.96622 -1.716058,-3.07627 -0.306226,-1.08834 -0.394772,-2.20153 -0.460764,-3.32756 -0.111295,-1.49777 -0.08487,-2.98561 0.119332,-4.47739 0.25105,-2.10034 0.626028,-4.194 0.561338,-6.31871 0.04877,-1.95994 0.01267,-3.98314 0.669414,-5.85565 0.09901,-0.22151 0.1802,-0.45188 0.297032,-0.66453 0.555797,-1.01159 1.595083,-1.63013 2.341097,-2.48126 1.167301,-1.22864 2.13488,-2.61014 3.108436,-3.9934 0.93622,-1.21722 1.825963,-2.4732
 1 2.649479,-3.76931 0,0 5.160018,-2.19237 5.160018,-2.19237 z" id="path851" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 98.884538,113.79236 c -0.111639,1.43854 -0.324504,2.86501 -0.505177,4.29564 -0.143619,1.1822 -0.214641,2.37108 -0.247476,3.56097 0.0059,0.70422 -0.105642,1.43922 0.160423,2.10916 0.04193,0.0438 0.06869,0.11106 0.125798,0.13153 0.304848,0.10929 0.893035,-0.3594 1.111227,-0.49737 -1.461641,0.82666 -2.923284,1.65332 -4.384924,2.47998 0.988311,-0.79349 1.650537,-1.84997 2.146538,-2.99806 0.47163,-1.24073 0.634971,-2.56124 0.727853,-3.87641 0.04917,-0.8098 0.04108,-1.62114 0.03291,-2.43185 -0.0532,-0.83981 -0.524809,-1.58208 -0.858901,-2.33759 -0.07085,-0.14894 -0.135819,-0.30081 -0.21254,-0.4468 -0.193397,-0.36803 -0.309618,-0.49406 -0.338929,-0.4331 -0.05198,0.10812 -0.09078,0.41207 0.01704,0.35949 4.2924,-2.09305 5.64326,-4.0817 4.36073,-2.28434 -0.46209,1.05621 -0.79201,2.1646 -1.128321,3.26569 -0.295029,1.09584 -0.787186,2.09583 -1.352889,3.07167 -0.480303,0.82333 -0.613233,1.23577 -0.06412,2.05572 0,0 -4.802831,2.8142 -4.802831,2.81
 42 v 0 c -0.614206,-0.92494 -0.793247,-1.58632 -0.234926,-2.60793 0.579133,-0.93847 1.135806,-1.8829 1.426999,-2.95822 0.346167,-1.11579 0.693986,-2.22982 1.057814,-3.34006 0.733576,-2.02637 3.696235,-4.77239 5.522264,-3.30996 0.32102,0.25709 0.39985,0.74946 0.61223,1.07551 0.36489,0.82622 0.86939,1.61811 0.99527,2.52554 -1.1e-4,0.82933 -0.003,1.65936 -0.049,2.48762 -0.0979,1.36464 -0.26798,2.73227 -0.67902,4.04235 -0.45639,1.2521 -1.06023,2.29655 -1.99201,3.26345 -1.72425,1.02403 -3.43553,2.07023 -5.172747,3.0721 -0.342707,0.19764 -0.84817,0.27529 -1.221333,0.12017 -0.327488,-0.13614 -0.355687,-0.24159 -0.547319,-0.50147 -0.308206,-0.74529 -0.278988,-1.53587 -0.243287,-2.32986 0.04136,-1.21511 0.132191,-2.42764 0.281318,-3.63457 0.166412,-1.39711 0.383344,-2.78814 0.456107,-4.19495 0,0 5.00122,-2.54825 5.00122,-2.54825 z" id="path865" style="fill:#8aa678;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 119.89209,130.91747 c -1.34608,0.89085 -2.70192,1.76556 -4.06041,2.63737 -1.23485,0.80727 -2.44026,1.66147 -3.36146,2.82476 -0.53663,0.8605 -0.28989,1.23291 0.59326,1.51374 1.37408,0.30558 2.75379,0.11837 4.11254,-0.16087 0.89474,-0.2001 1.77209,-0.4771 2.60608,-0.86011 0.23947,-0.10998 0.93226,-0.49122 0.70444,-0.35879 -4.70855,2.73698 -5.27647,3.1718 -3.44535,1.87129 0.95167,-0.80552 1.51723,-1.88679 1.61492,-3.12284 -0.0807,-0.17255 -0.05,-0.24877 -0.2704,-0.21711 -0.22986,0.033 -0.52121,0.2034 -0.70583,0.30427 -0.1916,0.10469 -0.75915,0.43175 -0.56923,0.32403 1.35035,-0.76589 2.70036,-1.53237 4.05054,-2.29855 -1.60545,1.06555 -3.04936,2.35925 -4.3637,3.76395 -1.35455,1.5365 -5.0034,5.28686 -5.52046,2.5671 -0.055,-0.28925 0.39696,-0.94116 0.50922,-1.18661 0.34879,-0.889 0.57824,-1.81552 0.46522,-2.76979 -0.0424,-0.10891 -0.0669,-0.22668 -0.12732,-0.32674 -0.15531,-0.25717 -0.20488,0.0195 -0.20229,0.0182 1.61298,-0.82612 3.20189,-1
 .69839 4.80197,-2.54921 0.0532,-0.0283 -0.12067,0.037 -0.1612,0.0816 -0.0543,0.0597 -0.073,0.14396 -0.10951,0.21594 -0.13316,0.5177 -0.26752,1.21302 0.11133,1.67205 0.0876,0.10618 0.21435,0.17283 0.32152,0.25925 2.42517,0.64785 4.94928,-0.0734 7.26838,-0.8061 1.92632,-0.71334 3.60558,-1.93932 5.61364,-2.42213 0,0 -4.38702,3.3704 -4.38702,3.3704 v 0 c -1.90187,0.59266 -3.57095,1.71839 -5.46997,2.32897 -2.08579,0.60099 -4.88116,1.39732 -7.05246,0.77739 -0.24988,-0.0713 -0.47665,-0.20718 -0.71498,-0.31077 -0.83057,-0.8167 -0.92045,-1.34594 -0.77001,-2.46514 0.0215,-0.13367 0.0997,-0.62613 0.105,-0.62927 2.5652,-1.52794 4.68599,-4.49764 5.70697,-1.82303 0.18886,1.04401 0.0163,2.03814 -0.33205,3.03774 -0.0334,0.0935 -0.38361,1.08093 -0.51295,1.03665 -0.16509,-0.0565 -0.20192,-0.4558 -0.35938,-0.38061 -3.54306,1.69195 -6.06282,4.10336 -4.28617,2.43647 1.33187,-1.41316 2.73852,-2.75971 4.31576,-3.90022 1.81199,-1.05292 3.61013,-2.13004 5.43597,-3.15875 0.47861,-0.26966 1.13252,-0.49599 1.6
 5977,-0.20637 0.36542,0.20072 0.38082,0.39313 0.54241,0.74921 -0.0566,1.38568 -0.50813,2.55512 -1.47163,3.57864 -2.69666,2.26372 -5.95758,3.95802 -9.39551,4.71662 -1.4452,0.2406 -2.94698,0.42032 -4.36811,-0.0482 -1.037,-0.50835 -1.5538,-1.26149 -1.05007,-2.41317 0.86016,-1.27836 2.059,-2.19564 3.34027,-3.03367 1.31662,-0.8709 2.66851,-1.68858 3.96272,-2.59292 0,0 5.22554,-2.04461 5.22554,-2.04461 z" id="path867" style="fill:#dacf2f;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 141.51765,119.1556 c -0.71317,1.30446 -1.31368,2.66252 -1.74286,4.08564 -0.26913,1.12961 -0.62218,2.24551 0.11498,3.25852 1.09991,0.75166 2.62301,0.41226 3.85363,0.21459 0.86064,-0.1417 1.71742,-0.32435 2.53609,-0.63145 1.73314,-0.65011 5.28057,-2.87045 -2.90317,1.74714 0.81904,-0.56072 1.26653,-1.33532 1.47194,-2.28432 0.0995,-0.70947 0.15565,-1.31321 -0.70439,-1.36692 -0.97401,0.17807 -1.91617,0.5928 -2.76107,1.10372 9.50431,-5.274 3.52124,-2.87809 3.1814,-0.95917 0.0155,0.0592 0.01,0.12845 0.0463,0.17766 0.23782,0.3216 1.94241,-0.21599 2.23344,-0.29696 0.51209,-0.17114 1.03797,-0.32769 1.52453,-0.56741 0.23866,-0.11758 0.92236,-0.53073 0.6898,-0.40152 -6.81202,3.78461 -4.55382,2.93539 -3.12656,1.36902 0.54043,-0.69909 0.96937,-1.58268 0.37701,-2.37023 -0.88866,-0.53483 -1.99931,-0.52678 -3.00833,-0.5663 -0.80636,0.0137 -1.56292,0.26957 -2.27865,0.62561 -0.18298,0.091 -0.71447,0.39713 -0.53727,0.29532 1.41257,-0.81157 2.82898,-1.61
 644 4.24346,-2.42466 -0.7325,0.44659 -1.4458,0.99726 -1.78522,1.80801 -0.0532,0.53889 0.64867,0.51862 1.03249,0.55945 0.5256,0.0748 0.99848,-0.1118 1.44338,-0.37534 0.11016,-0.0653 0.43582,-0.2688 0.32449,-0.20556 -1.50864,0.85687 -3.01116,1.72444 -4.51674,2.58666 0.75051,-0.54341 0.43211,-1.22575 0.0893,-1.92365 -0.57573,-0.91501 -1.38048,-1.71628 -2.48592,-1.85715 -1.81506,0.24904 -5.13861,2.38721 3.64699,-2.2651 0.12094,-0.0641 -0.22591,0.16297 -0.30536,0.27439 -0.22381,0.31389 -0.22768,0.60365 -0.29236,0.97177 -0.007,0.6442 -2.2e-4,1.82917 0.77377,2.11309 0.14349,0.0526 0.30266,0.0429 0.45399,0.0644 1.83378,-0.0389 3.59323,-0.66472 5.3565,-1.11589 0,0 -4.37705,3.34916 -4.37705,3.34916 v 0 c -1.81907,0.4563 -3.68356,1.14194 -5.57927,0.91099 -0.19832,-0.0818 -0.41229,-0.13287 -0.59496,-0.24536 -0.8544,-0.52613 -0.97198,-1.72463 -1.02283,-2.61184 0.025,-0.30791 0.0573,-0.91984 0.15109,-1.22011 0.05,-0.16011 0.0858,-0.35929 0.22777,-0.44869 2.45014,-1.54356 3.71438,-3.22422 6.15265,
 -2.95264 1.18579,0.38908 2.06844,1.22172 2.72735,2.27473 0.4484,0.83986 0.8996,1.71559 0.28397,2.59478 -1.68405,1.00409 -3.36108,2.02006 -5.05216,3.01226 -0.60185,0.35312 -1.32515,0.40811 -1.99742,0.28818 -0.74733,-0.1718 -1.4048,-0.49795 -1.49563,-1.34417 0.10777,-0.98193 0.87786,-1.69677 1.65314,-2.24043 2.58904,-1.49438 5.14336,-3.73683 8.27969,-3.74468 1.15853,0.0785 2.41171,0.14848 3.30826,0.97355 0.72865,1.08646 0.58366,1.95559 -0.0843,3.0368 -1.66785,2.1897 -3.33021,2.53669 -6.29262,4.26556 -0.71262,0.41589 -1.52006,0.63599 -2.30328,0.8703 -1.02347,0.23349 -2.48515,0.59288 -2.89313,-0.71787 -0.0157,-0.37174 -0.0572,-0.47594 0.087,-0.84079 0.83582,-2.11576 6.19354,-3.50147 6.07644,-4.21882 0.94458,-0.46104 1.96616,-0.95501 3.04216,-0.77787 0.99741,0.43044 1.22364,1.02221 1.11824,2.08122 -0.15086,1.05306 -0.50614,1.99156 -1.3352,2.70808 -3.7039,2.18179 -5.34568,3.68696 -9.20287,4.20818 -1.45333,0.18079 -3.12008,0.44421 -4.26345,-0.67948 -0.83825,-1.26821 -0.64149,-2.3026 -0.295
 93,-3.7167 0.38878,-1.43947 0.97744,-2.79944 1.62071,-4.14298 0,0 5.1161,-2.31468 5.1161,-2.31468 z" id="path869" style="fill:#6c70b8;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 123.04737,111.56024 c -0.22078,1.3098 -0.27995,2.63975 -0.32764,3.96503 -0.007,1.18838 0.16944,2.10975 1.14736,2.84905 1.16753,0.52122 2.4843,-0.045 3.60342,-0.45844 0.5612,-0.23428 0.92757,-0.36948 1.46058,-0.66172 0.23553,-0.12915 0.9229,-0.54997 0.68857,-0.41866 -7.11644,3.98766 -4.45648,2.83981 -2.99302,1.39288 0.77182,-0.98429 0.41881,-0.89634 -0.54843,-1.02359 -1.38734,0.0292 -2.74434,0.37241 -4.10829,0.60196 -0.97624,-0.10428 -0.73004,-1.08029 -0.69468,-1.77829 0.45973,2.02822 0.0266,0.28892 4.85492,-2.38382 0.0345,-0.0191 -0.0868,0.0193 -0.10505,0.0543 -0.0659,0.12597 0.004,0.19407 0.0593,0.29027 0.13293,0.0389 0.0905,0.0606 0.14442,-0.10025 0.0236,-0.0703 0.0104,-0.1621 0.0644,-0.213 0.20177,-0.19032 0.97716,0.0673 1.152,0.0999 0,0 -4.54063,3.23018 -4.54063,3.23018 v 0 c -0.17615,-0.002 -0.3534,-0.0251 -0.52846,-0.005 -0.57466,0.0646 -0.54693,0.52281 -1.168,-0.20475 -1.46374,-2.65085 3.89121,-5.76837 5.08155,-3.32118 0.009,0
 .27756 0.008,0.63168 -0.081,0.898 -0.0143,0.0428 -0.071,0.0583 -0.0951,0.0965 -0.006,0.009 0.0206,0.004 0.0308,0.005 0.094,-0.005 0.188,-0.009 0.28199,-0.014 1.39892,-0.20815 2.79903,-0.59931 4.22325,-0.44904 1.22726,0.29096 1.88377,0.83153 1.09316,2.06952 -1.69169,2.05229 -3.95234,2.78983 -6.4183,4.22924 -0.70261,0.41013 -1.45078,0.72944 -2.21624,1.00159 -1.30392,0.41739 -2.73805,0.84855 -3.97511,0.0221 -1.01599,-0.91918 -1.35972,-1.94336 -1.37504,-3.30625 0.0618,-1.33147 0.13952,-2.6624 0.25284,-3.99058 0,0 5.03636,-2.47678 5.03636,-2.47678 z" id="path871" style="fill:#df8f87;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 156.95878,140.11354 c -1.65386,0.84034 -4.71371,2.43789 2.53271,-1.52775 0.29947,-0.16389 -0.57423,0.36971 -0.85343,0.56614 -0.73626,0.51798 -0.81546,0.61299 -1.48836,1.18951 -0.55333,0.60223 -1.79581,1.56287 -1.35392,2.55015 0.0674,0.15046 0.19401,0.26658 0.29101,0.39987 1.44084,1.12437 3.42089,1.05132 5.15782,1.05634 2.53779,-0.065 4.62149,-0.56488 6.84011,-1.79021 -7.21345,4.09165 -3.76885,2.5207 -2.63699,0.93319 0.45419,-0.63704 0.65197,-1.29607 0.80743,-2.04846 0.0157,-0.81556 0.0436,-2.19085 -0.81961,-2.6691 -0.13088,-0.0725 -0.28789,-0.0817 -0.43183,-0.12256 -0.19445,-10e-4 -0.39026,-0.0267 -0.58337,-0.004 -1.48909,0.17701 -3.23198,1.11279 -4.59425,1.70718 -1.73076,0.75119 -6.03213,3.12974 1.59044,-1.07986 0.27142,-0.1499 -0.52549,0.32947 -0.78261,0.50276 -0.56108,0.37816 -0.72921,0.52232 -1.24949,0.92705 -0.56094,0.52054 -1.46173,1.21706 -1.33482,2.0867 0.0947,0.11854 0.19728,0.28996 0.37096,0.3149 0.5471,0.0786 1.57303,-0.55
 134 2.00357,-0.80624 -7.26679,4.4125 -4.26181,2.62285 -2.83951,1.17669 0.52926,-0.53813 1.00473,-1.11457 1.4766,-1.70245 0.40549,-0.48666 0.79603,-0.97657 1.05608,-1.55356 0.004,-0.01 0.001,0.0213 1.2e-4,0.0319 -0.0109,0.10261 -0.0241,0.20496 -0.0361,0.30744 -1.69989,1.19717 -0.0179,-0.002 4.06808,-2.27723 0.16839,-0.0938 -0.32699,0.20528 -0.47952,0.32311 -0.43182,0.33357 -0.74548,0.71292 -1.03332,1.16961 -0.0272,0.0988 -0.0857,0.1941 -0.0816,0.29652 0.0195,0.48248 2.50972,0.53058 2.81373,0.53685 0.80538,-0.0172 1.20957,-1.8e-4 2.00524,-0.11766 2.36346,-0.34898 5.74906,-2.73929 -2.74084,2.08301 0.0359,0.0957 0.13322,0.18811 0.10766,0.28705 -0.0281,0.10867 -0.48263,0.0815 -0.73507,0.1048 -0.74149,0.0684 -1.48039,0.19691 -2.21665,0.30574 -0.97826,0.12828 -2.1021,0.3922 -3.03467,-0.0983 -0.15831,-0.0833 -0.28701,-0.21354 -0.43052,-0.32031 -0.94499,-1.08799 -0.6965,-2.49505 -0.53249,-3.81075 0.062,-0.48794 0.1371,-0.97257 0.15922,-1.4639 0.005,-0.10155 -0.0186,0.34235 0.072,0.29632 1.63
 812,-0.83207 3.1934,-1.81804 4.79009,-2.72706 0.69695,0.20053 1.34084,0.52275 1.955,0.90236 0.87025,0.70716 1.15728,1.68835 1.31827,2.75094 0.12215,0.64967 0.0733,1.25889 0.79678,1.45979 1.23209,0.50625 0.57038,1.27421 -0.15924,1.83893 -1.26353,0.90293 -2.61628,1.66709 -3.92859,2.49419 -1.16867,0.68567 -2.10812,1.57631 -2.83541,2.7121 -0.43225,0.89321 -0.93198,1.90347 -0.86966,2.92481 -0.0888,0.28042 1.0605,-0.53402 0.77964,-0.37515 -4.33927,2.45447 -5.84024,3.40661 -3.96164,2.22603 2.0999,-1.77584 4.30504,-2.81661 6.81399,-4.26298 0,0 -4.35524,3.50343 -4.35524,3.50343 v 0 c 8.18813,-4.78189 4.36149,-2.80687 2.73201,-1.28274 -1.95107,1.49017 -0.80866,0.6465 -5.62164,3.28287 -0.55453,0.30375 -1.10419,0.0456 -1.35099,-0.48833 -0.17492,-1.12401 0.33675,-2.25731 0.76517,-3.27363 0.65434,-1.23581 1.53919,-2.23169 2.74792,-2.95975 1.28819,-0.8395 2.64554,-1.56814 3.89879,-2.46159 0.26116,-0.15937 0.50748,-0.34621 0.78374,-0.47768 0.3756,-0.17874 0.49911,5.3e-4 -0.12227,-0.29703 -0.75186,-
 0.44746 -0.95698,-1.11817 -1.05476,-1.9614 -0.10527,-0.89834 -0.27849,-1.75615 -1.05708,-2.32028 -0.49038,-0.27562 -0.37996,-0.23209 -0.91609,-0.45493 -0.55418,-0.23033 -1.11761,-0.36023 -1.39271,-0.95116 1.00457,-0.65337 4.87457,-4.53026 5.18953,-2.6193 0.083,0.50348 -0.26476,1.02899 -0.2064,1.53214 -0.14146,1.06622 -0.5193,2.35563 0.26709,3.2493 0.98733,0.54976 2.12851,0.25415 3.19186,0.11619 0.74874,-0.10309 2.78932,-0.57752 3.37539,0.0237 0.12984,0.13321 0.1749,0.32836 0.26234,0.49253 -4.54352,2.65324 -4.56042,3.38726 -8.93965,3.34651 -0.98619,-0.0492 -3.04246,0.0345 -3.38351,-1.26446 -0.0409,-0.15575 0.009,-0.32193 0.0137,-0.4829 0.0696,-0.16438 0.12038,-0.33803 0.20873,-0.49314 0.25376,-0.44552 0.73665,-1.02874 1.18194,-1.29383 4.97985,-2.96463 3.31019,-2.50337 5.65007,-3.09371 0.13802,0.0819 0.29918,0.13365 0.41404,0.24575 0.65597,0.64024 -0.53688,1.70624 -0.84969,2.16091 -2.53071,3.21764 -3.60994,3.87172 -8.04536,6.16911 -1.05288,0.48706 -2.29518,0.92531 -2.99222,-0.30805 -0
 .0444,-0.14776 -0.11752,-0.28979 -0.13312,-0.44328 -0.0908,-0.89388 0.70041,-1.68063 1.26274,-2.24817 2.95495,-2.4168 6.37658,-4.22943 9.84974,-5.7897 1.40949,-0.61217 3.2668,-1.63099 4.85242,-1.54615 0.23515,0.0126 0.46277,0.0876 0.69416,0.13134 0.18438,0.10072 0.38713,0.17339 0.55314,0.30216 0.91952,0.71323 1.00336,2.09864 1.03239,3.14907 -0.0352,0.26221 -0.0473,0.52854 -0.10547,0.78663 -0.76493,3.39443 -4.70511,4.70186 -7.31018,6.18576 -2.19211,1.05732 -4.54798,1.57503 -6.98895,1.56795 -1.91507,-0.0374 -4.04215,-0.048 -5.5271,-1.43443 -0.13506,-0.19308 -0.30272,-0.36706 -0.40518,-0.57924 -0.58933,-1.22056 0.36851,-2.30315 1.16374,-3.12141 2.69684,-2.49277 6.02134,-4.13457 9.27482,-5.80007 0,0 -4.37093,3.49633 -4.37093,3.49633 z" id="path873" style="fill:#8aa678;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 159.47887,144.50387 c 0.90254,1.07759 1.18596,2.35005 1.15447,3.72364 -0.0571,0.63906 -0.23962,1.25297 -0.39906,1.87069 -0.003,0.0135 -0.0884,0.37995 -0.0922,0.37231 -0.0707,-0.14115 -0.1145,-0.29423 -0.17175,-0.44135 -6.73891,3.91762 -5.08188,3.37564 -3.15107,0.86917 0,0 5.11693,-2.21112 5.11693,-2.21112 v 0 c -1.94154,2.76964 -2.22106,2.49981 -6.47627,4.75048 -0.11642,-0.13585 -0.25834,-0.25346 -0.34927,-0.40754 -0.1478,-0.25043 0.59836,-1.91445 0.56972,-2.3096 0.096,-1.22126 -0.0949,-2.37653 -0.98689,-3.2842 0,0 4.78538,-2.93248 4.78538,-2.93248 z" id="path875" style="fill:#dacf2f;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 130.58381,147.6335 c -1.53804,0.71052 -3.10986,1.32863 -4.63567,2.06825 -2.94248,1.66147 1.95561,-1.14402 2.94729,-1.69137 0.25925,-0.1431 -0.5017,0.3151 -0.74511,0.48373 -0.53505,0.37066 -0.9813,0.75729 -1.39012,1.2594 -0.0369,0.078 -0.0584,0.16536 -0.11062,0.23409 -0.0833,0.10961 0.0368,-0.29163 0.13163,-0.39142 0.11769,-0.12386 0.57592,-0.36693 0.42579,-0.28536 -4.151,2.25522 -5.34694,3.28568 -3.30385,1.64734 0.85178,-0.70224 1.62055,-1.49561 2.42734,-2.24664 0.27793,-0.25873 0.81758,-0.76883 1.19393,-0.97693 1.72575,-0.95423 3.47418,-1.86686 5.21127,-2.80029 0.11679,0.12423 0.27448,0.22 0.35037,0.3727 0.45292,0.91131 -0.49104,2.44221 -0.91545,3.20714 -1.49635,2.50223 -3.3449,2.86993 -6.38668,4.48102 -0.29493,0.15621 -0.46352,-0.0849 -0.65188,-0.23672 -0.54408,-0.98638 0.28425,-1.59943 1.0387,-2.11164 0.0542,-0.0328 0.10839,-0.0656 0.16258,-0.0984 0.0829,0.19659 0.0494,0.66575 0.24875,0.58978 1.63322,-0.62231 5.93795,-3.61593 4.63
 527,-2.45074 -1.47898,1.32289 -4.55002,2.58507 -6.64614,3.7999 8.7495,-5.00582 4.98937,-3.01486 3.73745,-2.08816 -0.0701,0.0519 -0.11391,0.16886 -0.20115,0.16752 -0.098,-0.002 -0.0245,-0.25797 0.0694,-0.28558 0.10095,-0.0297 0.21016,-0.0107 0.31523,-0.016 0.92921,-0.0311 1.85821,-0.068 2.7876,-0.0935 1.19256,0.0182 2.34053,-0.30922 3.47932,-0.62147 1.39156,-0.31024 1.76596,0.11449 1.79169,1.4693 0.11823,2.25185 -3.54543,4.67701 -5.38914,3.02873 0,0 4.73359,-3.01935 4.73359,-3.01935 v 0 c 1.91146,0.77867 0.23638,0.0315 -4.53975,2.86996 -0.0453,0.0269 0.12342,-0.005 0.14969,-0.0503 0.0501,-0.0871 0.0336,-0.19816 0.0504,-0.29723 0.079,-1.11925 -0.15107,-0.82451 -1.19943,-0.62319 -1.17531,0.30547 -2.36572,0.55611 -3.58762,0.54032 -0.94417,0.0264 -1.88897,0.0838 -2.83341,0.0625 -0.96133,-0.1528 -1.38362,-0.80992 -0.38708,-1.4084 1.76082,-1.05749 3.54591,-2.07403 5.31886,-3.11104 0.23455,-0.13259 0.46871,-0.26587 0.70365,-0.39776 0.22312,-0.12526 0.89172,-0.50238 0.67054,-0.37371 -10.0311
 1,5.83532 -0.79813,0.35306 0.98005,-0.34314 0.23423,-0.0917 0.61174,0.72079 0.1764,0.73375 -0.53539,0.28362 -1.15414,0.60013 -1.55545,1.04097 0.10604,-0.0603 0.44285,-0.20238 0.33851,-0.13917 -1.46053,0.88481 -2.93907,1.73954 -4.40928,2.60817 -0.15463,0.0914 0.32345,-0.16272 0.46254,-0.27635 0.41226,-0.33678 0.58517,-0.66342 0.88533,-1.10187 0.29088,-0.48077 0.50404,-0.79967 0.73525,-1.31019 0.16122,-0.35601 0.22267,-0.8494 0.45648,-1.1704 0.0112,-0.0153 -0.0133,0.0355 -0.0199,0.0533 1.47245,-0.86644 2.9539,-1.71779 4.41737,-2.59932 0.18717,-0.11275 -0.40585,0.16966 -0.58691,0.29199 -1.1738,0.79309 -2.01599,2.00224 -3.12608,2.87277 -2.24547,1.97655 -0.89572,0.8675 -6.14363,3.88632 -0.68461,0.39382 -1.419,0.003 -1.2019,-0.80456 0.50374,-0.86365 1.26092,-1.48313 2.1206,-1.99286 4.78991,-2.84008 3.82084,-2.31376 6.46537,-3.7049 1.56946,-0.73963 3.19056,-1.36233 4.73297,-2.15856 0,0 -4.38506,3.50763 -4.38506,3.50763 z" id="path877" style="fill:#cd8282;fill-opacity:1;stroke:none;stroke-w
 idth:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+      <path inkscape:connector-curvature="0" d="m 95.323632,146.4145 c -0.982263,0.56082 -1.667152,1.35883 -2.131168,2.3767 -0.24965,0.78017 -0.515742,1.67844 -0.11452,2.44643 0.193662,0.0761 0.249304,0.13627 0.473602,0.0441 0.110339,-0.0453 0.403182,-0.25465 0.298675,-0.19713 -1.466334,0.80701 -2.914581,1.64677 -4.385099,2.44613 -0.170555,0.0927 0.329465,-0.20655 0.483196,-0.32508 0.169426,-0.13064 0.322958,-0.28068 0.484436,-0.42102 0.86741,-0.90351 1.362885,-2.01556 1.18781,-3.26791 -0.334809,-1.00289 -1.458442,-0.89383 -2.329059,-0.86262 -1.290661,0.17051 -2.553972,0.48515 -3.674554,1.16049 1.449377,-0.82756 2.893904,-1.66368 4.348128,-2.4827 0.014,-0.008 -0.346072,0.35794 -0.297614,0.02 0.0489,-0.34102 0.832747,-0.44292 1.107168,-0.53577 0.465378,-0.18395 0.791993,-0.29611 1.233265,-0.54035 0.187738,-0.10391 0.730546,-0.45003 0.543057,-0.34567 -7.700174,4.28632 -4.798957,3.34797 -3.697099,1.77219 0.332904,-0.97289 -0.540764,-1.66656 -1.316951,-2.06193 -1.750666,-0.60234 -3.5893
 16,-0.50899 -5.3755,-0.14908 -1.04196,0.27805 -2.100635,0.55846 -3.080022,1.02186 -0.283914,0.13433 -1.0976,0.6113 -0.824092,0.45688 4.271187,-2.41148 5.238398,-3.23938 3.521297,-1.85377 -0.421325,0.43121 -1.186903,1.27348 -0.722085,1.94149 0.07078,0.10172 0.190037,0.15912 0.285057,0.23868 1.77551,0.72683 3.786375,0.38989 5.597109,-0.0205 1.104429,-0.30568 2.20994,-0.63945 3.252539,-1.12223 0.278315,-0.12887 1.079915,-0.58171 0.81448,-0.42805 -4.610158,2.66878 -5.417881,3.26282 -3.801041,2.10987 0.03375,-0.0101 0.08639,-0.0622 0.101251,-0.0302 0.04656,0.10003 0.09099,0.23222 0.03773,0.32886 -0.05046,0.0916 -1.534022,0.22059 -1.713047,0.23868 -1.133687,0.11095 -1.682195,0.28593 -2.311197,-0.80693 -0.25414,-0.9347 -0.509193,-1.9283 -0.40473,-2.90461 5.757235,-3.18941 3.935934,-3.69768 6.732791,-1.2465 0.110083,0.2395 0.409596,0.23978 0.572304,0.40848 1.341467,1.39086 -3.139971,2.28301 -4.868013,3.14783 -0.162642,0.0814 -0.351345,-0.0951 -0.529555,-0.13141 -0.255014,-0.052 -0.512871,-0
 .0888 -0.769305,-0.13323 -1.996758,-0.33576 -3.972936,-0.86131 -5.999147,-0.98515 -0.13802,0.025 -0.534678,0.14665 -0.414057,0.0751 1.561402,-0.92675 3.186258,-1.74291 4.757428,-2.65299 0.04966,-0.0288 0.02669,-0.16165 0.08304,-0.15081 0.216683,0.0417 0.400177,0.18611 0.598881,0.28208 0.316474,0.15283 0.627431,0.31717 0.946605,0.46428 0.388898,0.17924 0.784741,0.34302 1.177111,0.51453 1.942647,0.8473 3.987331,1.39666 6.054568,1.83508 0,0 -4.521096,3.12913 -4.521096,3.12913 v 0 c -2.057596,-0.52411 -4.09439,-1.12812 -6.056636,-1.94821 -0.570171,-0.23622 -2.449475,-0.91143 -2.933636,-1.28584 -2.302402,-1.78048 2.65222,-3.73197 4.82405,-3.47615 2.012116,0.27576 3.992057,0.74546 6.004502,1.02175 0.270928,0.0396 0.541501,0.0817 0.812784,0.11882 0.187618,0.0257 0.715573,-0.0438 0.563837,0.0695 -4.475652,3.34168 -3.40841,4.01306 -5.035626,2.64268 -0.356204,-0.30721 -0.694682,-0.64878 -1.070198,-0.93273 -0.08565,-0.0648 -0.170936,-0.13293 -0.268173,-0.17849 -0.05527,-0.0259 -0.232392,2.5e-4
  -0.180356,-0.0317 1.550622,-0.95081 3.142742,-1.83223 4.714113,-2.74835 -0.06357,-0.008 -0.14201,-0.0654 -0.190699,-0.0238 -0.304932,0.26068 0.16586,1.95794 0.249484,2.31738 0.04641,0.0776 0.07596,0.16827 0.139242,0.23288 0.402857,0.41132 1.326544,0.007 1.799114,0.053 0.730353,-0.0779 2.394368,-0.56014 2.277983,0.69683 -2.448108,2.31245 -6.420861,3.96177 -9.794065,4.82441 -1.962711,0.35738 -4.200038,0.70777 -6.006632,-0.35161 -0.138459,-0.14897 -0.305128,-0.27601 -0.415377,-0.44691 -0.55576,-0.86152 -0.109786,-1.87028 0.472151,-2.56308 1.986415,-1.92453 0.534747,-0.59579 5.907797,-3.67881 1.218284,-0.69904 2.636229,-0.9951 3.981831,-1.33041 1.897324,-0.28381 3.864758,-0.3611 5.666999,0.40937 0.998569,0.61777 1.893763,1.52032 1.743451,2.78881 -0.05855,0.16576 -0.08903,0.3443 -0.175649,0.49728 -0.08647,0.1527 -0.187696,0.31119 -0.335621,0.40559 -1.704018,1.08749 -3.458398,2.09408 -5.197047,3.12529 -0.583131,0.34587 -1.22497,0.58047 -1.868874,0.78305 -0.243953,0.0559 -0.869838,0.23585
  -1.146558,0.16454 -0.350462,-0.0903 -1.009415,-0.67146 -0.45285,-1.01481 1.703228,-1.05072 3.457432,-2.01647 5.186148,-3.0247 1.213495,-0.5473 2.504781,-0.89601 3.840739,-0.94846 1.172472,0.0425 2.347658,0.2648 2.753103,1.52187 0.260745,1.44313 -0.09373,2.59491 -0.97755,3.76294 -1.760845,1.8649 -3.384415,2.3819 -6.162392,3.82183 -0.218295,0.11315 -0.68154,-0.0523 -0.858629,-0.16558 -0.128669,-0.0823 -0.225041,-0.20657 -0.33756,-0.30986 -0.470771,-0.93096 -0.341739,-1.90147 -0.08196,-2.88625 0.393996,-1.08079 0.972743,-2.04444 1.970651,-2.67069 0,0 5.225531,-2.04461 5.225532,-2.04461 z" id="path879" style="fill:#6c70b8;fill-opacity:1;stroke:none;stroke-width:1.38138962;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
+    </g>
+    <g aria-label="--·" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575">
+      <path d="m 40.548333,92.776386 v -3.671094 h 12.551172 v 3.671094 z" id="path858" inkscape:connector-curvature="0"/>
+      <path d="M 57.514739,92.776386 V 89.105292 H 70.06591 v 3.671094 z" id="path860" inkscape:connector-curvature="0"/>
+      <path d="m 76.291887,93.446112 v -6.126757 h 6.126758 v 6.126757 z" id="path862" inkscape:connector-curvature="0"/>
+    </g>
+    <g aria-label="·-·" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575-6">
+      <path d="m 163.61343,93.487845 v -6.126758 h 6.12676 v 6.126758 z" id="path874" inkscape:connector-curvature="0"/>
+      <path d="m 175.89175,92.818118 v -3.671093 h 12.55117 v 3.671093 z" id="path876" inkscape:connector-curvature="0"/>
+      <path d="m 194.6689,93.487845 v -6.126758 h 6.12675 v 6.126758 z" id="path878" inkscape:connector-curvature="0"/>
+    </g>
+    <g aria-label="··-" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575-2">
+      <path d="m 102.81738,93.487845 v -6.126758 h 6.12675 v 6.126758 z" id="path866" inkscape:connector-curvature="0"/>
+      <path d="m 116.90644,93.487845 v -6.126758 h 6.12676 v 6.126758 z" id="path868" inkscape:connector-curvature="0"/>
+      <path d="m 129.18476,92.818118 v -3.671093 h 12.55117 v 3.671093 z" id="path870" inkscape:connector-curvature="0"/>
+    </g>
+    <g aria-label="··-" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50.79999924px;line-height:125%;font-family:'Luxi Sans';-inkscape-font-specification:'Luxi Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4575-2-7">
+      <path d="m 226.87733,93.610381 v -6.126758 h 6.12676 v 6.126758 z" style="fill:#808080;stroke-width:0.26458332px" id="path881" inkscape:connector-curvature="0"/>
+      <path d="m 240.96639,93.610381 v -6.126758 h 6.12676 v 6.126758 z" style="fill:#808080;stroke-width:0.26458332px" id="path883" inkscape:connector-curvature="0"/>
+      <path d="M 253.24471,92.940654 V 89.26956 h 12.55117 v 3.671094 z" style="fill:#808080;stroke-width:0.26458332px" id="path885" inkscape:connector-curvature="0"/>
+    </g>
+  </g>
+</svg>
\ No newline at end of file


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2020-05-01 10:02 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-05-01 10:02 ` Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2020-05-01 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     97af7a53f72b61a18f29a6772fafbc724ce182e9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May  1 10:01:49 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May  1 10:01:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97af7a53

README: remove draft notice

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 144ba44..d0dc07d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-**This document is a draft, which is why it is in this fork for now**
-
 <p align="center">
 <img src="guru.svg" alt="logo">
 </p>


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2020-05-01 10:07 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-05-01 10:08 ` Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2020-05-01 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1c36380288da8e0348d27bd27728b5232b93257d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May  1 10:07:16 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May  1 10:07:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c363802

README: replace $A with $P

A is a bad example as it should not be quoted

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d0dc07d..64b922c 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format
 
 - #### Quote your variables
 
-String variables should be quoted (e.g. not `$A` or `${A}` but `"${A}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
+String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
 
 - #### Undesirable/Deprecated dependencies
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2020-05-01 11:16 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2020-05-01 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     83c160c7312faa12173411c4dc652d61c8115d5d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri May  1 11:15:33 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May  1 11:15:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83c160c7

README: Fixup gentoo repo location variable

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 64b922c..a652cbe 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repom
 
 - #### Undesirable/Deprecated dependencies
 
-Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `${Gentoo_repo_dir}/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
+Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
 
 For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests).
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2020-05-07 16:51 [gentoo-commits] repo/proj/guru:dev " Michał Górny
@ 2020-05-07 16:51 ` Michał Górny
  0 siblings, 0 replies; 102+ messages in thread
From: Michał Górny @ 2020-05-07 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     148bbaac700c9855d37ccf8e2386c636f3499a72
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 16:42:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  7 16:50:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=148bbaac

Merge branch 'master' into dev

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>



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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2020-07-12 11:42 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-07-12 11:57 ` Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2020-07-12 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     16d5ce85b703a04076b8da210afd202fc6c90aa8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jul 12 11:41:40 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jul 12 11:41:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16d5ce85

README.md: add note on symlinks

https://github.com/gentoo/guru/issues/5

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index a652cbe..518506a 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,10 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format
 
 String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
 
+- #### No Symlinks in the repository
+
+Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar-9999.ebuild), see [this forum posts](https://forums.gentoo.org/viewtopic-t-1079126-start-0.html) on why this is not a good idea.
+
 - #### Undesirable/Deprecated dependencies
 
 Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2020-10-22 10:50 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2020-10-22 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4715ac85f51b2292a2ae655bf800d02e58bf5c3d
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Oct 21 20:22:21 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Oct 21 20:22:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4715ac85

README.md: update reference to optfeature function

The `optfeature` function early was within `eutils.eclass`
that is now deprecated. This function is moved
to `optfeature.eclass`.

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 518506a4..d8d5226a 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.
 
 Installation of small files, like documentation, completions, man pages, etc, does not have to be toggle-able with an USE flag. Instead, just install these files unconditionally. This avoids unnecessary recompilations when an user forgot to enable a flag that installs a small file.
 
-The same holds for optional runtime dependencies. It is not necessary to introduce a USE flag, that does not alter the compiled binary and just pulls in an extra optional runtime dependency. Instead, you can notify the user of these optional runtime dependencies with the `optfeature` function from the [eutils](https://devmanual.gentoo.org/eclass-reference/eutils.eclass/) eclass. If, for whatever reason, it is still desired to introduce an USE flag for optional runtime dependencies, one can still use the `optfeature` function as well to allow the user to choose to avoid recompiling a package.
+The same holds for optional runtime dependencies. It is not necessary to introduce a USE flag, that does not alter the compiled binary and just pulls in an extra optional runtime dependency. Instead, you can notify the user of these optional runtime dependencies with the `optfeature` function from the [optfeature](https://devmanual.gentoo.org/eclass-reference/optfeature.eclass/) eclass (early from currently deprecated [eutils](https://devmanual.gentoo.org/eclass-reference/eutils.eclass/) eclass). If, for whatever reason, it is still desired to introduce an USE flag for optional runtime dependencies, one can still use the `optfeature` function as well to allow the user to choose to avoid recompiling a package.
 
 
 ## Useful Links <a name="links"></a>


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2021-01-03 12:19 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-01-03 12:19 ` Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-01-03 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9fa34503f6cfbdacda3d6e5aeda82050d1bb5679
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan  3 12:18:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jan  3 12:18:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fa34503

README.md: add note for end users

Bug: https://bugs.gentoo.org/732734
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 4a320a0a..0cb5ad9e 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
 
 ## Frequently Asked Questions <a name="FAQ"></a>
 
+- #### How do I emerge these ebuilds?
+
+`eselect repository enable guru && emerge --sync` and emerge the package just as usual.
+
 - #### How do I contribute?
 
 See [wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-01-23 11:49 Michał Górny
  0 siblings, 0 replies; 102+ messages in thread
From: Michał Górny @ 2021-01-23 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7b5e37306fd503049d27fd96e451aed1baa24ad7
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Jan 19 21:35:41 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 21:35:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b5e3730

.editorconfig: Don't force tabs in metadata.xml.

“Indentation should be consistent, i.e. either spaces or tabs, but not
both. Keep the existing style when touching metadata.xml files that
belong to other developers.”
<https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/index.html>

There are 250 packages that use spaces and 276 that use tabs right now.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 .editorconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index b1b4208e..28c2daf2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,9 +10,6 @@ charset = utf-8
 indent_style = tab
 trim_trailing_whitespace = true
 
-[metadata.xml]
-indent_style = tab
-
 [repositories.xml]
 indent_style = space
 tab_width = 2


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-01-23 11:49 Michał Górny
  0 siblings, 0 replies; 102+ messages in thread
From: Michał Górny @ 2021-01-23 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8954a1d4b6fe0e3471b7defa9d4f85ee3c9a2111
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Jan 22 12:47:46 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 12:47:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8954a1d4

gitignore: add some more trash

Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6e06edea..8fbf5570 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,15 @@
+*.log
 *.swp
 *~
 ,*
 .idea/
+.vs/
 .vscode/
 .~lock.*
 /.ebuild.x
 /distfiles/
 /eclass/*.5
 /local/
+/metadata/md5-cache
 /packages/
 /profiles/use.local.desc


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-04-23  8:47 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-04-23  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     77d7cb50a815d30dbd4d7f6c7bbab28a9649126d
Author:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Thu Apr 22 14:49:54 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Apr 22 14:49:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77d7cb50

media-sound/ncpamixer: disable -Werror (and close issue)

Closes: https://bugs.gentoo.org/781152
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>



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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-05-17 19:11 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-05-17 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     926e90a18a21208a4a1fa36c755c818f68b477d0
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sun May 16 22:44:27 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 16 22:44:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=926e90a1

.dir-locals.el: add dir-locals for Emacs

Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 .dir-locals.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 000000000..17c34c24a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,14 @@
+(
+ (find-file
+  . (
+     (require-final-newline . t)
+     (show-trailing-whitespace . t)
+     (tab-width . 4)
+     )
+  )
+ (ebuild-mode
+  . (
+     (indent-tabs-mode . t)
+     )
+  )
+ )


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-05-17 19:11 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-05-17 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     5f003e2c492f550ed28d9a5a964a7aea46750e45
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon May 17 00:45:59 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 17 00:45:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f003e2c

.dir-locals.el: remove

see:
https://github.com/gentoo/guru/commit/926e90a18a21208a4a1fa36c755c818f68b477d0

Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 .dir-locals.el | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 17c34c24a..000000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,14 +0,0 @@
-(
- (find-file
-  . (
-     (require-final-newline . t)
-     (show-trailing-whitespace . t)
-     (tab-width . 4)
-     )
-  )
- (ebuild-mode
-  . (
-     (indent-tabs-mode . t)
-     )
-  )
- )


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-06-20 13:07 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-06-20 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1876ead60db7dabdc4f18b3b5f6291437bdc770a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 13:02:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 13:02:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1876ead6

README.md: freenode --> libera (2)

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b91e8146b..a4f63dd25 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Sure, since GURU packages are not mirrored on the [Gentoo mirrors](https://devma
 
 - #### I need help, where do I go?
 
-You can reach other GURU contributors on [IRC #gentoo-guru](https://webchat.freenode.net/?channels=gentoo-guru), or by emailing guru-committers@gentoo.org.
+You can reach other GURU contributors on [IRC #gentoo-guru](https://web.libera.chat/#gentoo-guru), or by emailing guru-committers@gentoo.org.
 
 - #### I found a bug, what do I do?
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-06-20 13:07 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-06-20 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a413bc9ec2946474051fb47b6254020f038f6977
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 12:59:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 12:59:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a413bc9e

README.md: freenode --> libera

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0cb5ad9e3..b91e8146b 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![pkgcheck](https://github.com/gentoo/guru/workflows/pkgcheck/badge.svg)](https://github.com/gentoo/guru/actions?query=workflow%3Apkgcheck)
 [![repoman](https://github.com/gentoo/guru/workflows/repoman/badge.svg)](https://github.com/gentoo/guru/actions?query=workflow%3Arepoman)
 [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors)
-[![chat on freenode](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/#gentoo-guru)
+[![chat on libera](https://img.shields.io/badge/chat-on%20libera-brightgreen.svg)](https://web.libera.chat/#gentoo-guru)
 
 <table><tr>
 <td width="68%">


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-14 19:43 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-14 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8bfca0873fde4ff6cc7b7c79c467d4ac05b07635
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jul 13 17:01:18 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 12:18:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bfca087

TODO.md: more stuff from my folders

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/TODO.md b/TODO.md
index 53f576669..78b2f9e36 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,6 +10,14 @@ C
 * [blasfeo](https://github.com/giaf/blasfeo)
 * [dimemas](https://github.com/bsc-performance-tools/dimemas)
 * [libfixmath](https://github.com/PetteriAimonen/libfixmath)
+* [hpmpc](https://github.com/giaf/hpmpc)
+* [parsec](https://bitbucket.org/icldistcomp/parsec)
+* [scr](https://github.com/LLNL/scr)
+* [the-omega-project](https://github.com/davewathaverford/the-omega-project)
+* [xpmem](https://github.com/hjelmn/xpmem)
+* [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
+* [otf2](https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/docs/otf2-2.2/html/index.html)
+* [dyninst](https://github.com/dyninst/dyninst)
 
 C++
 * [machinekit](https://github.com/machinekit/machinekit) 
@@ -39,6 +47,10 @@ C++
 * [codipack](https://www.scicomp.uni-kl.de/software/codi/)
 * [medipack](http://www.scicomp.uni-kl.de/software/medi/)
 * [tecio](https://www.tecplot.com/products/tecio-library/)
+* [TCL](https://github.com/bsc-pm/TCL)
+* [synapse](https://github.com/bsc-performance-tools/synapse)
+* [paraver-kernel](https://github.com/bsc-performance-tools/paraver-kernel)
+* [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
 
 GO
 * [open-match](https://github.com/googleforgames/open-match)
@@ -58,6 +70,7 @@ mixed
 * [tides](https://sourceforge.net/projects/tidesodes/)
 * [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)
 * [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef)
+* [gridatudio](https://github.com/ricklamers/gridstudio)
 
 ML
 * [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse)
@@ -66,6 +79,9 @@ ML
 * [HOL4](http://hol-theorem-prover.org/)
 * [PolyML](http://www.polyml.org/)
 
+LISP
+* [predictive](https://www.dr-qubit.org/predictive.html)
+
 OCTAVE
 * [matlab2tikz](https://github.com/matlab2tikz/matlab2tikz)
 * [octave-scicosim](https://wiki.octave.org/Sci_cosim)
@@ -78,6 +94,7 @@ PYTHON
 * [blockify](https://github.com/serialoverflow/blockify)
 * [foobnix](https://github.com/foobnix/foobnix)
 * [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox)
+* [temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
 
 RUST
 * [enarx](https://enarx.dev/)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-26 14:05 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-26 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae87d35bd9d2e79a7732d9ec76d2c952e81c972
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 25 23:21:27 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 23:21:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ae87d35

TODO.md: remove otf2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index b2262ee59..6b10c4721 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,7 +16,6 @@ C
 * [the-omega-project](https://github.com/davewathaverford/the-omega-project)
 * [xpmem](https://github.com/hjelmn/xpmem)
 * [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
-* [otf2](https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/docs/otf2-2.2/html/index.html)
 * [dyninst](https://github.com/dyninst/dyninst)
 
 C++


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-26 14:05 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-26 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     562a849fc737b8147ed1e817a8a8f5da62c9f31b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 25 23:55:52 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 23:55:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=562a849f

README.md: add link to the python eclass guide

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index bfefd4176..4f9945534 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
 - https://devmanual.gentoo.org/ebuild-writing/variables
 - https://devmanual.gentoo.org/function-reference
 - https://devmanual.gentoo.org/function-reference/install-functions
+- https://dev.gentoo.org/~mgorny/python-guide/eclass.html
 - [GURU outdated packages](https://repology.org/projects/?search=&maintainer=&category=&inrepo=gentoo_ovl_guru&notinrepo=&repos=&families=&repos_newest=&families_newest=&outdated=on)
 
 ## Email Addresses <a name="email"></a>


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-26 14:05 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-26 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3067d4b62465187667888adc9376218d937cbc15
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 25 23:46:53 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 23:46:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3067d4b6

CONTRIBUTING.md: add list of undesired python dependencies

Closes: https://github.com/gentoo/guru/issues/11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 CONTRIBUTING.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6579620e7..0fcc70708 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,7 +32,22 @@ Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar-
 
 Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
 
-For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests).
+For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests) and in the list below:
+- dev-python/black
+- dev-python/check-manifest
+- dev-python/coverage
+- dev-python/docutils
+- dev-python/flake8
+- dev-python/isort
+- dev-python/mypy
+- dev-python/multilint
+- dev-python/pep8
+- dev-python/pycodestyle
+- dev-python/pytest-cov
+- dev-python/pytest-runner
+- dev-python/readme_renderer
+- dev-python/tox
+- dev-python/twine
 
 - #### Licenses of bundled libraries
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-26 14:05 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-26 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3dbb6f90da7b02e3b85fb11e1f6b075c4f8e5d21
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 25 23:54:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 23:54:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dbb6f90

CONTRIBUTING.md: mention to avoid colon ad sed separator

Closes: https://github.com/gentoo/guru/issues/34
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 CONTRIBUTING.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2719cc93b..c796af744 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -91,3 +91,7 @@ The same holds for optional runtime dependencies. It is not necessary to introdu
 - #### Clean your patches
 
 See the [dev manual](https://devmanual.gentoo.org/ebuild-writing/misc-files/patches/#clean-patch-howto) for a guide on how to write clean patches
+
+- #### Avoid colon as a sed delimiter
+
+As seen in https://bugs.gentoo.org/685160 colon as a sed delimiter can break \*FLAGS. You must not use it to modify \*FLAGS, better if you avoid using it completely.


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-26 14:05 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-26 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bc754961bb3e38e7d8a58cc39381982e06fa1ff9
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jul 26 00:00:40 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 00:00:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc754961

CONTRIBUTING.md: change bullet list to code

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 CONTRIBUTING.md | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c796af744..e79a78787 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -33,21 +33,23 @@ Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar-
 Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
 
 For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests) and in the list below:
-- dev-python/black
-- dev-python/check-manifest
-- dev-python/coverage
-- dev-python/docutils
-- dev-python/flake8
-- dev-python/isort
-- dev-python/mypy
-- dev-python/multilint
-- dev-python/pep8
-- dev-python/pycodestyle
-- dev-python/pytest-cov
-- dev-python/pytest-runner
-- dev-python/readme_renderer
-- dev-python/tox
-- dev-python/twine
+```
+dev-python/black
+dev-python/check-manifest
+dev-python/coverage
+dev-python/docutils
+dev-python/flake8
+dev-python/isort
+dev-python/mypy
+dev-python/multilint
+dev-python/pep8
+dev-python/pycodestyle
+dev-python/pytest-cov
+dev-python/pytest-runner
+dev-python/readme_renderer
+dev-python/tox
+dev-python/twine
+```
 
 - #### Licenses of bundled libraries
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-26 14:05 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-26 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f8caf432510f5a226f59b82de5b024cc50d2fe32
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 25 23:49:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 23:49:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8caf432

CONTRIBUTING.md: mention the clean patch guide

Closes: https://github.com/gentoo/guru/issues/28
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 CONTRIBUTING.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0fcc70708..2719cc93b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -87,3 +87,7 @@ See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.
 Installation of small files, like documentation, completions, man pages, etc, does not have to be toggle-able with an USE flag. Instead, just install these files unconditionally. This avoids unnecessary recompilations when an user forgot to enable a flag that installs a small file.
 
 The same holds for optional runtime dependencies. It is not necessary to introduce a USE flag, that does not alter the compiled binary and just pulls in an extra optional runtime dependency. Instead, you can notify the user of these optional runtime dependencies with the `optfeature` function from the [optfeature](https://devmanual.gentoo.org/eclass-reference/optfeature.eclass/) eclass (early from currently deprecated [eutils](https://devmanual.gentoo.org/eclass-reference/eutils.eclass/) eclass). If, for whatever reason, it is still desired to introduce an USE flag for optional runtime dependencies, one can still use the `optfeature` function as well to allow the user to choose to avoid recompiling a package.
+
+- #### Clean your patches
+
+See the [dev manual](https://devmanual.gentoo.org/ebuild-writing/misc-files/patches/#clean-patch-howto) for a guide on how to write clean patches


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-07-30  9:11 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     510dab279d22022827f24acbb18c71f588734ad2
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Jul 28 23:39:13 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 23:39:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=510dab27

TODO.md: update

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/TODO.md b/TODO.md
index 6957ad228..80b8abdcd 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,9 +16,6 @@ C
 * [the-omega-project](https://github.com/davewathaverford/the-omega-project)
 * [xpmem](https://github.com/hjelmn/xpmem)
 * [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
-* [spath](https://github.com/ECP-VeloC/spath)
-* [lwgrp](https://github.com/LLNL/lwgrp)
-* [dtcmp](https://github.com/LLNL/dtcmp)
 * [ummunotify](https://github.com/Portals4/ummunotify)
 * [portals4](https://github.com/Portals4/portals4)
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-03  8:45 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-08-03  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2947a0bce59cb98ae1e697b9a2eb9a0ffeec59f8
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Mon Aug  2 17:15:53 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 17:15:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2947a0bc

TODO.md: add ueberzug

Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 TODO.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO.md b/TODO.md
index 8a49c7b78..49e9ad1f1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -95,6 +95,7 @@ PYTHON
 * [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox)
 * [temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
 * [mmtracking](https://github.com/open-mmlab/mmtracking)
+* [ueberzug](https://github.com/seebye/ueberzug)
 
 RUST
 * [enarx](https://enarx.dev/)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-03  8:45 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-08-03  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f268edca6ac679609734e3b907e81bcb538f422a
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Aug  2 23:19:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 23:19:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f268edca

TODO.md: remove TCL scr

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/TODO.md b/TODO.md
index 49e9ad1f1..94c5182c6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,7 +11,6 @@ C
 * [libfixmath](https://github.com/PetteriAimonen/libfixmath)
 * [hpmpc](https://github.com/giaf/hpmpc)
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
-* [scr](https://github.com/LLNL/scr)
 * [the-omega-project](https://github.com/davewathaverford/the-omega-project)
 * [xpmem](https://github.com/hjelmn/xpmem)
 * [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
@@ -45,7 +44,6 @@ C++
 * [codipack](https://www.scicomp.uni-kl.de/software/codi/)
 * [medipack](http://www.scicomp.uni-kl.de/software/medi/)
 * [tecio](https://www.tecplot.com/products/tecio-library/)
-* [TCL](https://github.com/bsc-pm/TCL)
 * [paraver-kernel](https://github.com/bsc-performance-tools/paraver-kernel)
 * [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
 * [alpaka](https://github.com/alpaka-group/alpaka)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-03  8:45 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-08-03  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a45c079176259d75981c0f3d8ef21c43eaf83e7d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Aug  3 08:09:49 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 08:09:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a45c0791

TODO.md: remove xpmem

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 94c5182c6..00bbc7f36 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,7 +12,6 @@ C
 * [hpmpc](https://github.com/giaf/hpmpc)
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
 * [the-omega-project](https://github.com/davewathaverford/the-omega-project)
-* [xpmem](https://github.com/hjelmn/xpmem)
 * [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
 * [ummunotify](https://github.com/Portals4/ummunotify)
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-07 17:48 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-08-07 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7cdce87210e5969c812950cc3b1b41f370aeb45c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Aug  7 00:29:13 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 00:29:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cdce872

TODO.md: remove SOS

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 00bbc7f36..2a390a922 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,7 +12,6 @@ C
 * [hpmpc](https://github.com/giaf/hpmpc)
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
 * [the-omega-project](https://github.com/davewathaverford/the-omega-project)
-* [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
 * [ummunotify](https://github.com/Portals4/ummunotify)
 
 C++


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-12 12:33 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-08-12 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     333bf1985715291eabf8fe086efc78196d25e4b1
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Aug 10 10:20:22 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 10:23:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=333bf198

TODO.md: add retroarch, emptyepsilon, airshipper

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index 02176d07d..825c54307 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,6 +12,7 @@ C
 * [hpmpc](https://github.com/giaf/hpmpc)
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
 * [ummunotify](https://github.com/Portals4/ummunotify)
+* [retroarch](https://www.retroarch.com/)
 
 C++
 * [machinekit](https://github.com/machinekit/machinekit) 
@@ -44,6 +45,7 @@ C++
 * [paraver-kernel](https://github.com/bsc-performance-tools/paraver-kernel)
 * [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
 * [alpaka](https://github.com/alpaka-group/alpaka)
+* [emptyepsilon](https://daid.github.io/EmptyEpsilon/)
 
 GO
 * [open-match](https://github.com/googleforgames/open-match)
@@ -94,6 +96,7 @@ PYTHON
 
 RUST
 * [enarx](https://enarx.dev/)
+* [airshipper](https://gitlab.com/veloren/airshipper)
 
 SCALA
 * [kaitai](https://github.com/kaitai-io/kaitai_struct)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-20 18:48 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-08-20 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5da1c1460d45c3a4dfeba8f79c42aba300686399
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Aug 18 02:22:25 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 02:22:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5da1c146

TODO.md: remove paraver-kernel and nanox

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/TODO.md b/TODO.md
index dde0bb62e..65d553286 100644
--- a/TODO.md
+++ b/TODO.md
@@ -25,7 +25,6 @@ C++
 * [opensiv3d](https://github.com/Siv3D/OpenSiv3D)
 * [grive2](https://github.com/vitalif/grive2)
 * [graph-tool](https://graph-tool.skewed.de/)
-* [nanox](https://github.com/bsc-pm/nanox)
 * [mcxx](https://github.com/bsc-pm/mcxx)
 * [chapel](https://github.com/chapel-lang/chapel)
 * [osmium](https://wiki.openstreetmap.org/wiki/Osmium)
@@ -42,7 +41,6 @@ C++
 * [codipack](https://www.scicomp.uni-kl.de/software/codi/)
 * [medipack](http://www.scicomp.uni-kl.de/software/medi/)
 * [tecio](https://www.tecplot.com/products/tecio-library/)
-* [paraver-kernel](https://github.com/bsc-performance-tools/paraver-kernel)
 * [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
 * [alpaka](https://github.com/alpaka-group/alpaka)
 * [emptyepsilon](https://daid.github.io/EmptyEpsilon/)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-20 18:48 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-08-20 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d3b2d3e0c5823f12365060e24398b7987c62c0b6
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Wed Aug 18 00:36:00 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 00:36:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b2d3e0

TODO.md: add greenclip

Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index 825c54307..dde0bb62e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -50,6 +50,9 @@ C++
 GO
 * [open-match](https://github.com/googleforgames/open-match)
 
+HASKELL
+* [greenclip](https://github.com/erebe/greenclip) (non-bin, source ebuild)
+
 JAVA
 * [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis)
 * [Opensearch](https://github.com/opensearch-project/OpenSearch)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-20 18:48 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-08-20 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     fe840c2a7da2870c94720d3e17f2849dd2cfb548
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Aug 19 23:02:12 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 23:02:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe840c2a

TODO.md: more HPC stuff

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/TODO.md b/TODO.md
index 65d553286..3f03834d7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -13,6 +13,11 @@ C
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
 * [ummunotify](https://github.com/Portals4/ummunotify)
 * [retroarch](https://www.retroarch.com/)
+* [argobots](https://www.argobots.org/)
+* [mercury](https://github.com/mercury-hpc/mercury)
+* [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg)
+* [mochi-margo](https://github.com/mochi-hpc/mochi-margo)
+* [mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io)
 
 C++
 * [machinekit](https://github.com/machinekit/machinekit) 
@@ -44,6 +49,7 @@ C++
 * [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
 * [alpaka](https://github.com/alpaka-group/alpaka)
 * [emptyepsilon](https://daid.github.io/EmptyEpsilon/)
+* [mochi-thallium](https://github.com/mochi-hpc/mochi-thallium)
 
 GO
 * [open-match](https://github.com/googleforgames/open-match)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-24 19:24 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-08-24 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     90f74709513ecc0fb1e0e147254a850b2dfdf164
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Aug 23 20:54:51 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 20:54:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90f74709

TODO.md: refactor todo, remove tecio

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 199 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 86 insertions(+), 113 deletions(-)

diff --git a/TODO.md b/TODO.md
index 65f8dbd54..2454046a6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,116 +2,89 @@
 
 If you find an interesting piece of software here, consider to package it, also you are free to add any package you want to see in GURU
 
-C
-* [spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) 
-* [silk-guardian](https://github.com/NateBrune/silk-guardian)
-* [qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html)
-* [blasfeo](https://github.com/giaf/blasfeo)
-* [dimemas](https://github.com/bsc-performance-tools/dimemas)
-* [libfixmath](https://github.com/PetteriAimonen/libfixmath)
-* [hpmpc](https://github.com/giaf/hpmpc)
-* [parsec](https://bitbucket.org/icldistcomp/parsec)
-* [ummunotify](https://github.com/Portals4/ummunotify)
-* [retroarch](https://www.retroarch.com/)
-* [argobots](https://www.argobots.org/)
-* [mercury](https://github.com/mercury-hpc/mercury)
-* [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg)
-* [mochi-margo](https://github.com/mochi-hpc/mochi-margo)
-* [mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io)
-
-C++
-* [machinekit](https://github.com/machinekit/machinekit) 
-* [mbdyn](https://www.mbdyn.org/)
-* [lucida](https://github.com/claritylab/lucida) 
-* [libreoffice-online](https://github.com/LibreOffice/online)
-* [latte-integrale](https://www.math.ucdavis.edu/~latte/)
-* [chrono](projectchrono.org)
-* [cocos2d-x](https://github.com/cocos2d/cocos2d-x)
-* [opensiv3d](https://github.com/Siv3D/OpenSiv3D)
-* [grive2](https://github.com/vitalif/grive2)
-* [graph-tool](https://graph-tool.skewed.de/)
-* [chapel](https://github.com/chapel-lang/chapel)
-* [osmium](https://wiki.openstreetmap.org/wiki/Osmium)
-* [bonmin](https://projects.coin-or.org/Bonmin)
-* [casadi](https://web.casadi.org/)
-* [cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic)
-* [free fuzzy logic library](http://ffll.sourceforge.net)
-* [fuzzylite](https://github.com/fuzzylite/fuzzylite)
-* [embedded fuzzy logic library](https://github.com/zerokol/eFLL)
-* [lean](https://github.com/leanprover/lean/)
-* [valhalla](https://github.com/valhalla/valhalla)
-* [Intel-sgx](https://01.org/intel-softwareguard-extensions)
-* [openenclave](https://openenclave.io/sdk/)
-* [codipack](https://www.scicomp.uni-kl.de/software/codi/)
-* [medipack](http://www.scicomp.uni-kl.de/software/medi/)
-* [tecio](https://www.tecplot.com/products/tecio-library/)
-* [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
-* [alpaka](https://github.com/alpaka-group/alpaka)
-* [emptyepsilon](https://daid.github.io/EmptyEpsilon/)
-* [mochi-thallium](https://github.com/mochi-hpc/mochi-thallium)
-
-GO
-* [open-match](https://github.com/googleforgames/open-match)
-
-HASKELL
-* [greenclip](https://github.com/erebe/greenclip) (non-bin, source ebuild)
-
-JAVA
-* [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis)
-* [Opensearch](https://github.com/opensearch-project/OpenSearch)
-
-JAVASCRIPT
-* [ijavascript](https://github.com/n-riesco/ijavascript)
-* [cocalc](https://github.com/sagemathinc/cocalc) (commonsclause?)
-* [pelias](https://github.com/pelias/pelias)
-* [hsd](https://github.com/handshake-org/hsd)
-
-mixed
-* [flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) 
-* [solarized](https://github.com/altercation/solarized)
-* [tides](https://sourceforge.net/projects/tidesodes/)
-* [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)
-* [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef)
-* [gridstudio](https://github.com/ricklamers/gridstudio)
-* [intel-cmt-cat](https://github.com/intel/intel-cmt-cat)
-* [babeltrace2](https://babeltrace.org/)
-
-ML
-* [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse)
-* [compcert](https://compcert.org) (free-noncomm)
-* [Cakeml](https://cakeml.org/)
-* [HOL4](http://hol-theorem-prover.org/)
-* [PolyML](http://www.polyml.org/)
-
-LISP
-* [predictive](https://www.dr-qubit.org/predictive.html)
-
-OCTAVE
-* [matlab2tikz](https://github.com/matlab2tikz/matlab2tikz)
-* [octave-scicosim](https://wiki.octave.org/Sci_cosim)
-* [openocl](https://openocl.org/)
-
-PYTHON
-* [Gitfs](https://github.com/presslabs/gitfs)
-* [usbkill](https://github.com/hephaest0s/usbkill)
-* [mapillary_tools](https://github.com/mapillary/mapillary_tools)
-* [blockify](https://github.com/serialoverflow/blockify)
-* [foobnix](https://github.com/foobnix/foobnix)
-* [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox)
-* [temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
-* [mmtracking](https://github.com/open-mmlab/mmtracking)
-* [ueberzug](https://github.com/seebye/ueberzug)
-
-RUST
-* [enarx](https://enarx.dev/)
-* [airshipper](https://gitlab.com/veloren/airshipper)
-
-SCALA
-* [kaitai](https://github.com/kaitai-io/kaitai_struct)
-
-ZSH
-* [zsh-history-substring-search](zsh-history-substring-search)
-* [fizsh](https://github.com/zsh-users/fizsh)
-* [zsh-directory-history](https://github.com/tymm/zsh-directory-history)
-* [zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use)
-* [forgit](https://github.com/wfxr/forgit)
+Name | Buildsystem | Category
+------------ | ------------- | -------------
+[spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science
+[cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel
+[free fuzzy logic library](http://ffll.sourceforge.net) | none | devel
+[solarized](https://github.com/altercation/solarized) | none | shell
+[zsh-history-substring-search](zsh-history-substring-search) | none | shell
+[fizsh](https://github.com/zsh-users/fizsh) | none | shell
+[zsh-directory-history](https://github.com/tymm/zsh-directory-history) | none | shell
+[zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) | none | shell
+[forgit](https://github.com/wfxr/forgit) | none | shell
+[openocl](https://openocl.org/) | none | octave
+[octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave
+[matlab2tikz](https://github.com/matlab2tikz/matlab2tikz) | none | octave
+[silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util
+[qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html) | make | math
+[ummunotify](https://github.com/Portals4/ummunotify) | make | kernel
+[retroarch](https://www.retroarch.com/) | make | game
+[lucida](https://github.com/claritylab/lucida) | make |
+[embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel
+[Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel
+[codipack](https://www.scicomp.uni-kl.de/software/codi/) | make | science
+[medipack](http://www.scicomp.uni-kl.de/software/medi/) | make | science
+[intel-cmt-cat](https://github.com/intel/intel-cmt-cat) | make | util
+[compcert](https://compcert.org) | make | compiler
+[predictive](https://www.dr-qubit.org/predictive.html) | make | emacs
+[dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster
+[argobots](https://www.argobots.org/) | autotools | devel
+[mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster
+[mochi-margo](https://github.com/mochi-hpc/mochi-margo) | autotools | cluster
+[mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io) | autotools | cluster
+[machinekit](https://github.com/machinekit/machinekit) | autotools | science
+[mbdyn](https://www.mbdyn.org/) | autotools | science
+[libreoffice-online](https://github.com/LibreOffice/online) | autotools | office
+[latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math
+[bonmin](https://projects.coin-or.org/Bonmin) | autotools | math
+[graph-tool](https://graph-tool.skewed.de/) | autotools | visualization
+[wxparaver](https://github.com/bsc-performance-tools/wxparaver) | autotools | cluster
+[tides](https://sourceforge.net/projects/tidesodes/) | autotools | math
+[Cakeml](https://cakeml.org/) | autotools | ML
+[deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | autotools | audio
+[babeltrace2](https://babeltrace.org/) | autotools | devel
+[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo) | autotools | cluster
+[blasfeo](https://github.com/giaf/blasfeo) | cmake | science
+[libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel
+[hpmpc](https://github.com/giaf/hpmpc) | cmake | science
+[parsec](https://bitbucket.org/icldistcomp/parsec) | cmake | science
+[mercury](https://github.com/mercury-hpc/mercury) | cmake | cluster
+[chrono](https://projectchrono.org/) | cmake | science
+[cocos2d-x](https://github.com/cocos2d/cocos2d-x) | cmake | game
+[opensiv3d](https://github.com/Siv3D/OpenSiv3D) | cmake | game
+[grive2](https://github.com/vitalif/grive2) | cmake | filesystem
+[chapel](https://github.com/chapel-lang/chapel) | make | science
+[osmium](https://wiki.openstreetmap.org/wiki/Osmium) | cmake | geography
+[fuzzylite](https://github.com/fuzzylite/fuzzylite) | cmake | devel
+[lean](https://github.com/leanprover/lean/) | cmake | math
+[valhalla](https://github.com/valhalla/valhalla) | cmake | geography
+[openenclave](https://openenclave.io/sdk/) | cmake | util
+[alpaka](https://github.com/alpaka-group/alpaka) | cmake | science
+[emptyepsilon](https://daid.github.io/EmptyEpsilon/) | cmake | game
+[mochi-thallium](https://github.com/mochi-hpc/mochi-thallium) | cmake | cluster
+[flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) | cmake | science
+[enarx](https://enarx.dev/) | cargo | util
+[airshipper](https://gitlab.com/veloren/airshipper) | cargo | game
+[open-match](https://github.com/googleforgames/open-match) | go | devel
+[gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization
+[osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography
+[Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |
+[ijavascript](https://github.com/n-riesco/ijavascript) | npm | jupyter
+[cocalc](https://github.com/sagemathinc/cocalc) | npm | math
+[pelias](https://github.com/pelias/pelias) | npm | geography
+[hsd](https://github.com/handshake-org/hsd) | npm | dns
+[Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem
+[usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util
+[mapillary_tools](https://github.com/mapillary/mapillary_tools) | setuptools | geography
+[blockify](https://github.com/serialoverflow/blockify) | setuptools | audio
+[foobnix](https://github.com/foobnix/foobnix) | setuptools | audio
+[TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio
+[mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science
+[ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli
+[greenclip](https://github.com/erebe/greenclip) | cabal | desktop
+[google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) | dune | filesystem
+[kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util
+[casadi](https://web.casadi.org/) | cmake swig | science
+[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter
+[HOL4](http://hol-theorem-prover.org/) | ? | math


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-24 19:24 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-08-24 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f1e75bb3cd71a7178d3679169ce09966e8c6ea2a
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Aug 24 06:02:58 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 06:15:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1e75bb3

TODO.md: remove ummunotify

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index b91b1b28e..7ab81c239 100644
--- a/TODO.md
+++ b/TODO.md
@@ -18,7 +18,6 @@ Name | Buildsystem | Category | User | RFH
 [matlab2tikz](https://github.com/matlab2tikz/matlab2tikz) | none | octave | Alessandro-Barbieri | no
 [silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | no
 [qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html) | make | math | Alessandro-Barbieri | no
-[ummunotify](https://github.com/Portals4/ummunotify) | make | kernel | Alessandro-Barbieri | no
 [retroarch](https://www.retroarch.com/) | make | game | |
 [lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | yes
 [embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-24 19:24 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-08-24 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a3cd19b25ae3f9348e45c4a1f75744d7deae1afc
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Aug 23 21:46:25 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 21:46:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3cd19b2

TODO.md: I need help with blasfeo

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 975ec2ada..b91b1b28e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -45,7 +45,7 @@ Name | Buildsystem | Category | User | RFH
 [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | autotools | audio | |
 [babeltrace2](https://babeltrace.org/) | autotools | devel | Alessandro-Barbieri | no
 [temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo) | autotools | cluster | Alessandro-Barbieri | no
-[blasfeo](https://github.com/giaf/blasfeo) | cmake | science | Alessandro-Barbieri | no
+[blasfeo](https://github.com/giaf/blasfeo) | cmake | science | Alessandro-Barbieri | yes
 [libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel | Alessandro-Barbieri | no
 [hpmpc](https://github.com/giaf/hpmpc) | cmake | science | Alessandro-Barbieri | no
 [parsec](https://bitbucket.org/icldistcomp/parsec) | cmake | science | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-24 19:24 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-08-24 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     043758129523d211ebee4afb90d0746d2c60dd86
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Aug 23 21:40:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 21:40:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04375812

TODO.md: add requesting user and if they need help

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 172 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 86 insertions(+), 86 deletions(-)

diff --git a/TODO.md b/TODO.md
index 2454046a6..975ec2ada 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,89 +2,89 @@
 
 If you find an interesting piece of software here, consider to package it, also you are free to add any package you want to see in GURU
 
-Name | Buildsystem | Category
------------- | ------------- | -------------
-[spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science
-[cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel
-[free fuzzy logic library](http://ffll.sourceforge.net) | none | devel
-[solarized](https://github.com/altercation/solarized) | none | shell
-[zsh-history-substring-search](zsh-history-substring-search) | none | shell
-[fizsh](https://github.com/zsh-users/fizsh) | none | shell
-[zsh-directory-history](https://github.com/tymm/zsh-directory-history) | none | shell
-[zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) | none | shell
-[forgit](https://github.com/wfxr/forgit) | none | shell
-[openocl](https://openocl.org/) | none | octave
-[octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave
-[matlab2tikz](https://github.com/matlab2tikz/matlab2tikz) | none | octave
-[silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util
-[qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html) | make | math
-[ummunotify](https://github.com/Portals4/ummunotify) | make | kernel
-[retroarch](https://www.retroarch.com/) | make | game
-[lucida](https://github.com/claritylab/lucida) | make |
-[embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel
-[Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel
-[codipack](https://www.scicomp.uni-kl.de/software/codi/) | make | science
-[medipack](http://www.scicomp.uni-kl.de/software/medi/) | make | science
-[intel-cmt-cat](https://github.com/intel/intel-cmt-cat) | make | util
-[compcert](https://compcert.org) | make | compiler
-[predictive](https://www.dr-qubit.org/predictive.html) | make | emacs
-[dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster
-[argobots](https://www.argobots.org/) | autotools | devel
-[mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster
-[mochi-margo](https://github.com/mochi-hpc/mochi-margo) | autotools | cluster
-[mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io) | autotools | cluster
-[machinekit](https://github.com/machinekit/machinekit) | autotools | science
-[mbdyn](https://www.mbdyn.org/) | autotools | science
-[libreoffice-online](https://github.com/LibreOffice/online) | autotools | office
-[latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math
-[bonmin](https://projects.coin-or.org/Bonmin) | autotools | math
-[graph-tool](https://graph-tool.skewed.de/) | autotools | visualization
-[wxparaver](https://github.com/bsc-performance-tools/wxparaver) | autotools | cluster
-[tides](https://sourceforge.net/projects/tidesodes/) | autotools | math
-[Cakeml](https://cakeml.org/) | autotools | ML
-[deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | autotools | audio
-[babeltrace2](https://babeltrace.org/) | autotools | devel
-[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo) | autotools | cluster
-[blasfeo](https://github.com/giaf/blasfeo) | cmake | science
-[libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel
-[hpmpc](https://github.com/giaf/hpmpc) | cmake | science
-[parsec](https://bitbucket.org/icldistcomp/parsec) | cmake | science
-[mercury](https://github.com/mercury-hpc/mercury) | cmake | cluster
-[chrono](https://projectchrono.org/) | cmake | science
-[cocos2d-x](https://github.com/cocos2d/cocos2d-x) | cmake | game
-[opensiv3d](https://github.com/Siv3D/OpenSiv3D) | cmake | game
-[grive2](https://github.com/vitalif/grive2) | cmake | filesystem
-[chapel](https://github.com/chapel-lang/chapel) | make | science
-[osmium](https://wiki.openstreetmap.org/wiki/Osmium) | cmake | geography
-[fuzzylite](https://github.com/fuzzylite/fuzzylite) | cmake | devel
-[lean](https://github.com/leanprover/lean/) | cmake | math
-[valhalla](https://github.com/valhalla/valhalla) | cmake | geography
-[openenclave](https://openenclave.io/sdk/) | cmake | util
-[alpaka](https://github.com/alpaka-group/alpaka) | cmake | science
-[emptyepsilon](https://daid.github.io/EmptyEpsilon/) | cmake | game
-[mochi-thallium](https://github.com/mochi-hpc/mochi-thallium) | cmake | cluster
-[flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) | cmake | science
-[enarx](https://enarx.dev/) | cargo | util
-[airshipper](https://gitlab.com/veloren/airshipper) | cargo | game
-[open-match](https://github.com/googleforgames/open-match) | go | devel
-[gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization
-[osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography
-[Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |
-[ijavascript](https://github.com/n-riesco/ijavascript) | npm | jupyter
-[cocalc](https://github.com/sagemathinc/cocalc) | npm | math
-[pelias](https://github.com/pelias/pelias) | npm | geography
-[hsd](https://github.com/handshake-org/hsd) | npm | dns
-[Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem
-[usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util
-[mapillary_tools](https://github.com/mapillary/mapillary_tools) | setuptools | geography
-[blockify](https://github.com/serialoverflow/blockify) | setuptools | audio
-[foobnix](https://github.com/foobnix/foobnix) | setuptools | audio
-[TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio
-[mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science
-[ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli
-[greenclip](https://github.com/erebe/greenclip) | cabal | desktop
-[google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) | dune | filesystem
-[kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util
-[casadi](https://web.casadi.org/) | cmake swig | science
-[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter
-[HOL4](http://hol-theorem-prover.org/) | ? | math
+Name | Buildsystem | Category | User | RFH
+------------ | ------------- | ------------- | ------------- | -------------
+[spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science | Alessandro-Barbieri | no
+[cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel | Alessandro-Barbieri | no
+[free fuzzy logic library](http://ffll.sourceforge.net) | none | devel | Alessandro-Barbieri | no
+[solarized](https://github.com/altercation/solarized) | none | shell | Alessandro-Barbieri | yes
+[zsh-history-substring-search](zsh-history-substring-search) | none | shell | Alessandro-Barbieri | no
+[fizsh](https://github.com/zsh-users/fizsh) | none | shell | Alessandro-Barbieri | no
+[zsh-directory-history](https://github.com/tymm/zsh-directory-history) | none | shell | Alessandro-Barbieri | no
+[zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) | none | shell | Alessandro-Barbieri | no
+[forgit](https://github.com/wfxr/forgit) | none | shell | Alessandro-Barbieri | no
+[openocl](https://openocl.org/) | none | octave | Alessandro-Barbieri | no
+[octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave | Alessandro-Barbieri | no
+[matlab2tikz](https://github.com/matlab2tikz/matlab2tikz) | none | octave | Alessandro-Barbieri | no
+[silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | no
+[qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html) | make | math | Alessandro-Barbieri | no
+[ummunotify](https://github.com/Portals4/ummunotify) | make | kernel | Alessandro-Barbieri | no
+[retroarch](https://www.retroarch.com/) | make | game | |
+[lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | yes
+[embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | no
+[Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel | Alessandro-Barbieri | yes
+[codipack](https://www.scicomp.uni-kl.de/software/codi/) | make | science | Alessandro-Barbieri | no
+[medipack](http://www.scicomp.uni-kl.de/software/medi/) | make | science | Alessandro-Barbieri | no
+[intel-cmt-cat](https://github.com/intel/intel-cmt-cat) | make | util | Alessandro-Barbieri | no
+[compcert](https://compcert.org) | make | compiler | Alessandro-Barbieri | yes
+[predictive](https://www.dr-qubit.org/predictive.html) | make | emacs | Alessandro-Barbieri | yes
+[dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster | Alessandro-Barbieri | no
+[argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | no
+[mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | no
+[mochi-margo](https://github.com/mochi-hpc/mochi-margo) | autotools | cluster | Alessandro-Barbieri | no
+[mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io) | autotools | cluster | Alessandro-Barbieri | no
+[machinekit](https://github.com/machinekit/machinekit) | autotools | science | Alessandro-Barbieri | yes
+[mbdyn](https://www.mbdyn.org/) | autotools | science | Alessandro-Barbieri | no
+[libreoffice-online](https://github.com/LibreOffice/online) | autotools | office | Alessandro-Barbieri | yes
+[latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math | Alessandro-Barbieri | yes
+[bonmin](https://projects.coin-or.org/Bonmin) | autotools | math | Alessandro-Barbieri | no
+[graph-tool](https://graph-tool.skewed.de/) | autotools | visualization | Alessandro-Barbieri | no
+[wxparaver](https://github.com/bsc-performance-tools/wxparaver) | autotools | cluster | Alessandro-Barbieri | no
+[tides](https://sourceforge.net/projects/tidesodes/) | autotools | math | Alessandro-Barbieri | no
+[Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | yes
+[deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | autotools | audio | |
+[babeltrace2](https://babeltrace.org/) | autotools | devel | Alessandro-Barbieri | no
+[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo) | autotools | cluster | Alessandro-Barbieri | no
+[blasfeo](https://github.com/giaf/blasfeo) | cmake | science | Alessandro-Barbieri | no
+[libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel | Alessandro-Barbieri | no
+[hpmpc](https://github.com/giaf/hpmpc) | cmake | science | Alessandro-Barbieri | no
+[parsec](https://bitbucket.org/icldistcomp/parsec) | cmake | science | Alessandro-Barbieri | no
+[mercury](https://github.com/mercury-hpc/mercury) | cmake | cluster | Alessandro-Barbieri | no
+[chrono](https://projectchrono.org/) | cmake | science | Alessandro-Barbieri | no
+[cocos2d-x](https://github.com/cocos2d/cocos2d-x) | cmake | game | Alessandro-Barbieri | yes
+[opensiv3d](https://github.com/Siv3D/OpenSiv3D) | cmake | game | Alessandro-Barbieri | yes
+[grive2](https://github.com/vitalif/grive2) | cmake | filesystem | Alessandro-Barbieri | no
+[chapel](https://github.com/chapel-lang/chapel) | make | science | Alessandro-Barbieri | yes
+[osmium](https://wiki.openstreetmap.org/wiki/Osmium) | cmake | geography | Alessandro-Barbieri | no
+[fuzzylite](https://github.com/fuzzylite/fuzzylite) | cmake | devel | Alessandro-Barbieri | no
+[lean](https://github.com/leanprover/lean/) | cmake | math | Alessandro-Barbieri | no
+[valhalla](https://github.com/valhalla/valhalla) | cmake | geography | Alessandro-Barbieri | no
+[openenclave](https://openenclave.io/sdk/) | cmake | util | Alessandro-Barbieri | no
+[alpaka](https://github.com/alpaka-group/alpaka) | cmake | science | Alessandro-Barbieri | no
+[emptyepsilon](https://daid.github.io/EmptyEpsilon/) | cmake | game | |
+[mochi-thallium](https://github.com/mochi-hpc/mochi-thallium) | cmake | cluster | Alessandro-Barbieri | no
+[flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) | cmake | science | Alessandro-Barbieri | yes
+[enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
+[airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
+[open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes
+[gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization | Alessandro-Barbieri | yes
+[osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography | Alessandro-Barbieri | yes
+[Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |  | Alessandro-Barbieri | yes
+[ijavascript](https://github.com/n-riesco/ijavascript) | npm | jupyter | Alessandro-Barbieri | yes
+[cocalc](https://github.com/sagemathinc/cocalc) | npm | math | Alessandro-Barbieri | yes
+[pelias](https://github.com/pelias/pelias) | npm | geography | Alessandro-Barbieri | yes
+[hsd](https://github.com/handshake-org/hsd) | npm | dns | Alessandro-Barbieri | yes
+[Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem | Alessandro-Barbieri | no
+[usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util | Alessandro-Barbieri | no
+[mapillary_tools](https://github.com/mapillary/mapillary_tools) | setuptools | geography | Alessandro-Barbieri | no
+[blockify](https://github.com/serialoverflow/blockify) | setuptools | audio | Alessandro-Barbieri | no
+[foobnix](https://github.com/foobnix/foobnix) | setuptools | audio | |
+[TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio | |
+[mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | no
+[ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli | |
+[greenclip](https://github.com/erebe/greenclip) | cabal | desktop | |
+[google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) | dune | filesystem | Alessandro-Barbieri | yes
+[kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | Alessandro-Barbieri | yes
+[casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | no
+[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | yes
+[HOL4](http://hol-theorem-prover.org/) | ? | math | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-27 16:10 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-08-27 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d5c1fd421a60b73515bbe48c19c66abfb33aba29
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Aug 25 01:50:30 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Aug 25 01:51:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5c1fd42

TODO.md:  remove intel-cmt-cat

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 7ab81c239..03c069011 100644
--- a/TODO.md
+++ b/TODO.md
@@ -24,7 +24,6 @@ Name | Buildsystem | Category | User | RFH
 [Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel | Alessandro-Barbieri | yes
 [codipack](https://www.scicomp.uni-kl.de/software/codi/) | make | science | Alessandro-Barbieri | no
 [medipack](http://www.scicomp.uni-kl.de/software/medi/) | make | science | Alessandro-Barbieri | no
-[intel-cmt-cat](https://github.com/intel/intel-cmt-cat) | make | util | Alessandro-Barbieri | no
 [compcert](https://compcert.org) | make | compiler | Alessandro-Barbieri | yes
 [predictive](https://www.dr-qubit.org/predictive.html) | make | emacs | Alessandro-Barbieri | yes
 [dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-27 16:10 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-08-27 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     89dd7aa8c2e101e1aabc9e7de2f8f050fed0ffe5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Aug 26 02:36:22 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Aug 26 02:36:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89dd7aa8

TODO.md: remove CommsPowerManagement

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 89aff1ec6..03c069011 100644
--- a/TODO.md
+++ b/TODO.md
@@ -73,7 +73,6 @@ Name | Buildsystem | Category | User | RFH
 [pelias](https://github.com/pelias/pelias) | npm | geography | Alessandro-Barbieri | yes
 [hsd](https://github.com/handshake-org/hsd) | npm | dns | Alessandro-Barbieri | yes
 [Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem | Alessandro-Barbieri | no
-[CommsPowerManagement](https://github.com/intel/CommsPowerManagement) | setuptools | utils | Alessandro-Barbieri | no
 [usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util | Alessandro-Barbieri | no
 [mapillary_tools](https://github.com/mapillary/mapillary_tools) | setuptools | geography | Alessandro-Barbieri | no
 [blockify](https://github.com/serialoverflow/blockify) | setuptools | audio | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-08-27 16:10 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-08-27 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a9e3bc1cdd2bf5730721ec7bb24f481c7c2b94d6
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Aug 25 07:59:49 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Aug 25 08:00:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9e3bc1c

TODO.md: add CommsPowerManagement

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO.md b/TODO.md
index 03c069011..89aff1ec6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -73,6 +73,7 @@ Name | Buildsystem | Category | User | RFH
 [pelias](https://github.com/pelias/pelias) | npm | geography | Alessandro-Barbieri | yes
 [hsd](https://github.com/handshake-org/hsd) | npm | dns | Alessandro-Barbieri | yes
 [Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem | Alessandro-Barbieri | no
+[CommsPowerManagement](https://github.com/intel/CommsPowerManagement) | setuptools | utils | Alessandro-Barbieri | no
 [usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util | Alessandro-Barbieri | no
 [mapillary_tools](https://github.com/mapillary/mapillary_tools) | setuptools | geography | Alessandro-Barbieri | no
 [blockify](https://github.com/serialoverflow/blockify) | setuptools | audio | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-09-07  2:58 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-09-07  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f408da0c69c701724857a0f7a148364a88b9fd1b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Sep  6 23:42:12 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Sep  6 23:42:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f408da0c

TODO.md: add some extar stuff for mbdyn, ompss2 llvm

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/TODO.md b/TODO.md
index 290fc0fea..a8af6e341 100644
--- a/TODO.md
+++ b/TODO.md
@@ -50,6 +50,7 @@ Name | Buildsystem | Category | User | RFH
 [omb](http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.8.tgz) | autotools | cluster | Alessandro-Barbieri | no
 [scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri | no
 [scorep](https://www.vi-hps.org/projects/score-p/) | autotools | cluster | Alessandro-Barbieri | no
+[jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | Alessandro-Barbieri | yes
 [blasfeo](https://github.com/giaf/blasfeo) | cmake | science | Alessandro-Barbieri | yes
 [libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel | Alessandro-Barbieri | no
 [hpmpc](https://github.com/giaf/hpmpc) | cmake | science | Alessandro-Barbieri | no
@@ -75,6 +76,9 @@ Name | Buildsystem | Category | User | RFH
 [superlu_dist](https://github.com/xiaoyeli/superlu_dist) | cmake | science | Alessandro-Barbieri | no
 [opencoarrays](http://www.opencoarrays.org/) | cmake | dev | Alessandro-Barbieri | no
 [mfem](https://mfem.org/) | cmake | science | Alessandro-Barbieri | no
+[fmi-library](https://github.com/modelon-community/fmi-library) | cmake | science | Alessandro-Barbieri | no
+[aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | no
+[llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | science | Alessandro-Barbieri | yes
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
 [airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
 [open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-09-08 15:20 Arthur Zamarin
  0 siblings, 0 replies; 102+ messages in thread
From: Arthur Zamarin @ 2021-09-08 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     856a948aa0411c722fa8a0c0d606cc8c5ebdb376
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Sep  7 10:46:44 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 10:47:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=856a948a

TODO.md: add pagmo

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index a8af6e341..140468924 100644
--- a/TODO.md
+++ b/TODO.md
@@ -78,7 +78,8 @@ Name | Buildsystem | Category | User | RFH
 [mfem](https://mfem.org/) | cmake | science | Alessandro-Barbieri | no
 [fmi-library](https://github.com/modelon-community/fmi-library) | cmake | science | Alessandro-Barbieri | no
 [aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | no
-[llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | science | Alessandro-Barbieri | yes
+[llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | yes
+[pagmo](https://github.com/bsc-pm/llvm) | cmake | science | Alessandro-Barbieri | no
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
 [airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
 [open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-09-30 19:39 Arthur Zamarin
  0 siblings, 0 replies; 102+ messages in thread
From: Arthur Zamarin @ 2021-09-30 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     66f3211ef1e689b38df2ede287860b5e7a01cab8
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Sep 29 14:32:10 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 14:32:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66f3211e

TODO.md: remove pnetcdf

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index d42bc6102..e1c71fb85 100644
--- a/TODO.md
+++ b/TODO.md
@@ -45,7 +45,6 @@ Name | Buildsystem | Category | User | RFH
 [temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo) | autotools | cluster | Alessandro-Barbieri | no
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | no
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | no
-[pnetcdf](https://parallel-netcdf.github.io/) | autotools | libs | Alessandro-Barbieri | no
 [omb](http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.8.tgz) | autotools | cluster | Alessandro-Barbieri | no
 [scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri | no
 [scorep](https://www.vi-hps.org/projects/score-p/) | autotools | cluster | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-09  6:44 Arthur Zamarin
  0 siblings, 0 replies; 102+ messages in thread
From: Arthur Zamarin @ 2021-10-09  6:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3fb0f26aa644d1702eaea3e817f598ae1f14a791
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  9 02:28:22 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 02:50:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fb0f26a

TODO.md: add askgit

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO.md b/TODO.md
index 3641bf985..e2b26324e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -82,6 +82,7 @@ Name | Buildsystem | Category | User | RFH
 [airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
 [open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes
 [gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization | Alessandro-Barbieri | yes
+[askgit](https://github.com/askgitdev/askgit) | go | vcs | Alessandro-Barbieri | no
 [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography | Alessandro-Barbieri | yes
 [Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |  | Alessandro-Barbieri | yes
 [cocalc](https://github.com/sagemathinc/cocalc) | npm | math | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-13 22:12 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-10-13 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cb2d1a30da20d566f5389d2a59f75ea534a8cf5c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  9 23:16:31 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Oct 10 08:29:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb2d1a30

TODO.md: remove askgit

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index e2b26324e..3641bf985 100644
--- a/TODO.md
+++ b/TODO.md
@@ -82,7 +82,6 @@ Name | Buildsystem | Category | User | RFH
 [airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
 [open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes
 [gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization | Alessandro-Barbieri | yes
-[askgit](https://github.com/askgitdev/askgit) | go | vcs | Alessandro-Barbieri | no
 [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography | Alessandro-Barbieri | yes
 [Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |  | Alessandro-Barbieri | yes
 [cocalc](https://github.com/sagemathinc/cocalc) | npm | math | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-13 22:12 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-10-13 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7f3cc41c1e99b5de70df1d5e8bc2fd566354c530
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct 11 03:43:22 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Oct 11 21:30:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f3cc41c

TODO.md: remove emptyepsilon, added to ::gentoo

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 3641bf985..6504c434b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -64,7 +64,6 @@ Name | Buildsystem | Category | User | RFH
 [valhalla](https://github.com/valhalla/valhalla) | cmake | geography | Alessandro-Barbieri | no
 [openenclave](https://openenclave.io/sdk/) | cmake | util | Alessandro-Barbieri | no
 [alpaka](https://github.com/alpaka-group/alpaka) | cmake | science | Alessandro-Barbieri | no
-[emptyepsilon](https://daid.github.io/EmptyEpsilon/) | cmake | game | |
 [mochi-thallium](https://github.com/mochi-hpc/mochi-thallium) | cmake | cluster | Alessandro-Barbieri | no
 [flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) | cmake | science | Alessandro-Barbieri | yes
 [blitz](https://github.com/blitzpp/blitz) | cmake | c++ | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-20  8:18 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-10-20  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b096a0ad4a8e7f945172869eaacf07bbe0b829a4
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 17 17:27:46 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 19:48:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b096a0ad

TODO.md: remove mbdyn

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 8840af5c0..f46bf455e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -35,7 +35,6 @@ Name | Buildsystem | Category | User | RFH
 [mochi-margo](https://github.com/mochi-hpc/mochi-margo) | autotools | cluster | Alessandro-Barbieri | no
 [mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io) | autotools | cluster | Alessandro-Barbieri | no
 [machinekit](https://github.com/machinekit/machinekit) | autotools | science | Alessandro-Barbieri | yes
-[mbdyn](https://www.mbdyn.org/) | autotools | science | Alessandro-Barbieri | no
 [libreoffice-online](https://github.com/LibreOffice/online) | autotools | office | Alessandro-Barbieri | yes
 [latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math | Alessandro-Barbieri | yes
 [bonmin](https://projects.coin-or.org/Bonmin) | autotools | math | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-20  8:18 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-10-20  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7787fd96147612b5e88ae3b92ad27e54cc5de261
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 20 02:32:45 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 02:32:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7787fd96

TODO.md: remove lean

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index f46bf455e..d44259608 100644
--- a/TODO.md
+++ b/TODO.md
@@ -59,7 +59,6 @@ Name | Buildsystem | Category | User | RFH
 [chapel](https://github.com/chapel-lang/chapel) | make | science | Alessandro-Barbieri | yes
 [osmium](https://wiki.openstreetmap.org/wiki/Osmium) | cmake | geography | Alessandro-Barbieri | no
 [fuzzylite](https://github.com/fuzzylite/fuzzylite) | cmake | devel | Alessandro-Barbieri | no
-[lean](https://github.com/leanprover/lean/) | cmake | math | Alessandro-Barbieri | no
 [valhalla](https://github.com/valhalla/valhalla) | cmake | geography | Alessandro-Barbieri | no
 [openenclave](https://openenclave.io/sdk/) | cmake | util | Alessandro-Barbieri | no
 [alpaka](https://github.com/alpaka-group/alpaka) | cmake | science | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-25 11:56 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2021-10-25 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     72561b9a1af1f2c3b3f12ee3f191c0e6977b10c5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 24 02:20:49 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 02:56:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72561b9a

TODO.md: add libjxl dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index d44259608..e9a2d7906 100644
--- a/TODO.md
+++ b/TODO.md
@@ -29,6 +29,7 @@ Name | Buildsystem | Category | User | RFH
 [tau](http://www.cs.uoregon.edu/research/tau/home.php) | make | tools | Alessandro-Barbieri | no
 [plasma](https://github.com/NLAFET/plasma) | make | science | Alessandro-Barbieri | yes
 [imb](https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-benchmarks.html) | make | cluster | Alessandro-Barbieri | no
+[lodepng](https://github.com/lvandeve/lodepng) | make | multimedia | Alessandro-Barbieri | no
 [dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster | Alessandro-Barbieri | no
 [argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | no
 [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | no
@@ -74,6 +75,8 @@ Name | Buildsystem | Category | User | RFH
 [aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | no
 [llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | yes
 [pagmo](https://github.com/bsc-pm/llvm) | cmake | science | Alessandro-Barbieri | no
+[sjpeg](https://github.com/webmproject/sjpeg) | cmake | multimedia | Alessandro-Barbieri | no
+[skcms](https://skia.googlesource.com/skcms/) | bazel | multimedia | Alessandro-Barbieri | no
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
 [airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
 [open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-27  6:18 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2021-10-27  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     fb68295d353e93a925c8cc71530d4abd68a1faf9
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Oct 26 16:41:27 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 16:41:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb68295d

TODO.md: remove libjxl dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/TODO.md b/TODO.md
index e9a2d7906..d44259608 100644
--- a/TODO.md
+++ b/TODO.md
@@ -29,7 +29,6 @@ Name | Buildsystem | Category | User | RFH
 [tau](http://www.cs.uoregon.edu/research/tau/home.php) | make | tools | Alessandro-Barbieri | no
 [plasma](https://github.com/NLAFET/plasma) | make | science | Alessandro-Barbieri | yes
 [imb](https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-benchmarks.html) | make | cluster | Alessandro-Barbieri | no
-[lodepng](https://github.com/lvandeve/lodepng) | make | multimedia | Alessandro-Barbieri | no
 [dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster | Alessandro-Barbieri | no
 [argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | no
 [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | no
@@ -75,8 +74,6 @@ Name | Buildsystem | Category | User | RFH
 [aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | no
 [llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | yes
 [pagmo](https://github.com/bsc-pm/llvm) | cmake | science | Alessandro-Barbieri | no
-[sjpeg](https://github.com/webmproject/sjpeg) | cmake | multimedia | Alessandro-Barbieri | no
-[skcms](https://skia.googlesource.com/skcms/) | bazel | multimedia | Alessandro-Barbieri | no
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
 [airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
 [open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-28 20:56 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-10-28 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     791db0d205f4226ebd2558e02b567944be721552
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Oct 27 09:38:35 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Oct 27 11:06:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=791db0d2

CONTRIBUTING.md: "New maintainers can only be added with their consent"

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e79a78787..fe3ec91a5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,15 +3,15 @@
 1. [Common Mistakes](#CommMist)
 2. [Other Tips and Tricks](#tips)
 
-</td>
-</tr></table>
-
 ## Common Mistakes <a name="CommMist"></a>
 
 - #### Gentoo projects shouldn't be in the metadata files
 
 Please don't put Gentoo projects (e.g. the proxy-maint project) in the metadata.xml files. Gentoo projects and developers are **not** responsible for the packages in GURU, as such they should not be listed in the metadata files.
 
+> "New maintainers can only be added with their consent. In particular, it is not acceptable to add generic projects (such as the Python project) as package maintainers without the approval of their members or against their explicit policy."
+> -- [Package Maintainers](https://devmanual.gentoo.org/general-concepts/package-maintainers/index.html#adding-and-removing-maintainers) section of the devmanual
+
 When moving a package from a Pull Request in the [main Gentoo Repository](https://github.com/gentoo/gentoo) to GURU it is easy to forget to remove the [proxy-maint](https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers) project from the metadata.xml file. The same is true for moving from GURU to a ::gentoo Pull Request, if you forget to add proxy-maint to the metadata file the `gentoo-repo-qa-bot` will complain.
 
 - #### Use repoman for committing


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-28 20:56 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-10-28 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d5009942ac75292bc8b02c4f8656c021d28bdabb
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Oct 27 09:08:04 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Oct 27 11:06:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5009942

README.md: strip parameters in repology url

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4f9945534..495d6f189 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
 - https://devmanual.gentoo.org/function-reference
 - https://devmanual.gentoo.org/function-reference/install-functions
 - https://dev.gentoo.org/~mgorny/python-guide/eclass.html
-- [GURU outdated packages](https://repology.org/projects/?search=&maintainer=&category=&inrepo=gentoo_ovl_guru&notinrepo=&repos=&families=&repos_newest=&families_newest=&outdated=on)
+- [GURU outdated packages](https://repology.org/projects/?inrepo=gentoo_ovl_guru&outdated=on)
 
 ## Email Addresses <a name="email"></a>
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2021-10-28 20:56 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2021-10-28 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f0ae0f41bc66bb91aa526f57f6b1ab7948d8f00a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Oct 27 09:46:00 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Oct 27 11:06:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0ae0f41

CONTRIBUTING.md: policy guide links, eapi 7->8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fe3ec91a5..e60839825 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -70,7 +70,7 @@ The xdg eclass will automatically export the correct functions to the `src_prepa
 
 - #### Use the latest EAPI whenever possible
 
-Since the packages in GURU are all 'new packages' (not in ::gentoo). It is good practice to use the latest [EAPI](https://devmanual.gentoo.org/ebuild-writing/eapi/index.html) (7 at the moment), this makes your ebuilds more future proof.
+Since the packages in GURU are all 'new packages' (not in ::gentoo). It is good practice to use the latest [EAPI](https://devmanual.gentoo.org/ebuild-writing/eapi/index.html) (8 at the moment), this makes your ebuilds more future proof.
 
 - #### `repoman -dx full` and `pkgcheck scan`
 
@@ -86,9 +86,9 @@ See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.
 
 - #### Avoid introducing USE flags for small files and optional runtime dependencies.
 
-Installation of small files, like documentation, completions, man pages, etc, does not have to be toggle-able with an USE flag. Instead, just install these files unconditionally. This avoids unnecessary recompilations when an user forgot to enable a flag that installs a small file.
+Installation of small files, like documentation, completions, man pages, etc, does not have to be toggle-able with an USE flag. Instead, just install these files unconditionally. This avoids unnecessary recompilations when an user forgot to enable a flag that installs a small file ([PG 0301](https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301)).
 
-The same holds for optional runtime dependencies. It is not necessary to introduce a USE flag, that does not alter the compiled binary and just pulls in an extra optional runtime dependency. Instead, you can notify the user of these optional runtime dependencies with the `optfeature` function from the [optfeature](https://devmanual.gentoo.org/eclass-reference/optfeature.eclass/) eclass (early from currently deprecated [eutils](https://devmanual.gentoo.org/eclass-reference/eutils.eclass/) eclass). If, for whatever reason, it is still desired to introduce an USE flag for optional runtime dependencies, one can still use the `optfeature` function as well to allow the user to choose to avoid recompiling a package.
+The same holds for optional runtime dependencies ([PG 0001](https://projects.gentoo.org/qa/policy-guide/dependencies.html#pg0001)). It is not necessary to introduce a USE flag, that does not alter the compiled binary and just pulls in an extra optional runtime dependency. Instead, you can notify the user of these optional runtime dependencies with the `optfeature` function from the [optfeature](https://devmanual.gentoo.org/eclass-reference/optfeature.eclass/) eclass (early from currently deprecated [eutils](https://devmanual.gentoo.org/eclass-reference/eutils.eclass/) eclass). If, for whatever reason, it is still desired to introduce an USE flag for optional runtime dependencies, one can still use the `optfeature` function as well to allow the user to choose to avoid recompiling a package.
 
 - #### Clean your patches
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-02-04 11:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-02-04 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9a95bef60eb78cba7f8e8c6b88476f009721fb4f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Feb  2 08:05:43 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 08:11:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a95bef6

CONTRIBUTING.md: ebuild testing

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 108da9e93..456282084 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -84,6 +84,12 @@ Running `repoman -dx full` in the directory your ebuild is in will preform some
 
 Pkgcheck does even more checks than repoman. While it is good practice to make repoman as happy as possible, it is not necessary to fix *every* issue that pkgcheck reports. Because pkgcheck is *very* strict. That being said, pkgcheck is a very useful tool to perfect your ebuilds.
 
+- #### Establish your package testing workflow
+
+There are [make.conf flags](https://wiki.gentoo.org/wiki/Package_testing#make.conf_.26_test.conf) you might want to set to enable more QA checks.
+
+The [app-portage/iwdevtools](https://github.com/ionenwks/iwdevtools) package contains scripts that help with ebuild development: finding incorrect dependencies, detectng [ABI changes](https://devmanual.gentoo.org/general-concepts/slotting/index.html#abi-breakage) etc.
+
 - #### Tests and documentation for Python packages.
 
 Many Python packages have tests and documentation. Unlike some other eclasses the [distutils-r1 eclass](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) does not enable support for these tests automatically. This is because there are multiple test runners available for Python. To enable tests for your Python ebuilds, use the `distutils_enable_tests <test-runner>` function. Similarly, support for documentation building with Sphinx can be added with the `distutils_enable_sphinx <subdir> [--no-autodoc | <plugin-pkgs>...]` function. Please note that these functions already append to IUSE and RESTRICT, so there is no need to specify this manually. 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-02-04 11:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-02-04 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9803b6a4b6f019df21d517820c108e3d74fab42d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Feb  2 07:33:10 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 08:11:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9803b6a4

CONTRIBUTING.md: update links to python guide

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index daa69766d..c97918dca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,7 +32,7 @@ Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar-
 
 Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
 
-For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests) and in the list below:
+For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://projects.gentoo.org/python/guide/distutils.html#enabling-tests) and in the list below:
 ```
 dev-python/black
 dev-python/check-manifest
@@ -82,7 +82,7 @@ Pkgcheck does even more checks than repoman. While it is good practice to make r
 
 Many Python packages have tests and documentation. Unlike some other eclasses the [distutils-r1 eclass](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) does not enable support for these tests automatically. This is because there are multiple test runners available for Python. To enable tests for your Python ebuilds, use the `distutils_enable_tests <test-runner>` function. Similarly, support for documentation building with Sphinx can be added with the `distutils_enable_sphinx <subdir> [--no-autodoc | <plugin-pkgs>...]` function. Please note that these functions already append to IUSE and RESTRICT, so there is no need to specify this manually. 
 
-See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) and the [Gentoo Python Guide](https://dev.gentoo.org/~mgorny/python-guide/distutils.html) for more information.
+See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) and the [Gentoo Python Guide](https://projects.gentoo.org/python/guide/distutils.html) for more information.
 
 - #### Avoid introducing USE flags for small files and optional runtime dependencies.
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-02-04 11:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-02-04 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8985a4789c638fbe6f19ff98f3a48b4f4ef8d009
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Feb  2 07:40:16 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 08:11:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8985a478

CONTRIBUTING.md: how to run tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c97918dca..108da9e93 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,6 +24,12 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format
 
 String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
 
+- #### Run tests if you enable them
+
+You can enable `FEATURES="test"` for GURU in your [package.env](https://wiki.gentoo.org/wiki//etc/portage/package.env) or on the command line:
+
+`sudo env FEATURES=test USE=test ebuild foo-1.0.ebuild test`
+
 - #### No Symlinks in the repository
 
 Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar-9999.ebuild), see [this forum posts](https://forums.gentoo.org/viewtopic-t-1079126-start-0.html) on why this is not a good idea.


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-02-04 11:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-02-04 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     98564222a2d9f0f222a49dc65bc2ec13cc47249c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Feb  2 08:34:01 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 08:34:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98564222

CONTRIBUTING.md: few words about PEP517 mode

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 456282084..0b07b72af 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -90,12 +90,16 @@ There are [make.conf flags](https://wiki.gentoo.org/wiki/Package_testing#make.co
 
 The [app-portage/iwdevtools](https://github.com/ionenwks/iwdevtools) package contains scripts that help with ebuild development: finding incorrect dependencies, detectng [ABI changes](https://devmanual.gentoo.org/general-concepts/slotting/index.html#abi-breakage) etc.
 
-- #### Tests and documentation for Python packages.
+- #### Tests and documentation for Python packages
 
 Many Python packages have tests and documentation. Unlike some other eclasses the [distutils-r1 eclass](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) does not enable support for these tests automatically. This is because there are multiple test runners available for Python. To enable tests for your Python ebuilds, use the `distutils_enable_tests <test-runner>` function. Similarly, support for documentation building with Sphinx can be added with the `distutils_enable_sphinx <subdir> [--no-autodoc | <plugin-pkgs>...]` function. Please note that these functions already append to IUSE and RESTRICT, so there is no need to specify this manually. 
 
 See the [dev manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html) and the [Gentoo Python Guide](https://projects.gentoo.org/python/guide/distutils.html) for more information.
 
+- #### Prefer the PEP 517 mode for `distutils-r1` packages
+
+If you are writing a new ebuild or doing a version bump for a project that has `pyproject.toml` file, consider switching to [the PEP 517 mode](https://projects.gentoo.org/python/guide/distutils.html#the-pep-517-and-legacy-modes).
+
 - #### Avoid introducing USE flags for small files and optional runtime dependencies.
 
 Installation of small files, like documentation, completions, man pages, etc, does not have to be toggle-able with an USE flag. Instead, just install these files unconditionally. This avoids unnecessary recompilations when an user forgot to enable a flag that installs a small file ([PG 0301](https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301)).


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-03-23 16:15 Ronny Gutbrod
  0 siblings, 0 replies; 102+ messages in thread
From: Ronny Gutbrod @ 2022-03-23 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     12f0ef4d0f607e24cd690adbec890fbd4f0f2642
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 19 03:17:55 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Mar 19 03:17:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12f0ef4d

TODO.md: new packages, fix some missing users

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/TODO.md b/TODO.md
index 48d421fa5..73eff0ed5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -19,7 +19,7 @@ Name | Buildsystem | Category | User | RFH
 [nerd-fonts](https://nerdfonts.com) | none | fonts | Alessandro-Barbieri | yes
 [silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | no
 [qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html) | make | math | Alessandro-Barbieri | no
-[retroarch](https://www.retroarch.com/) | make | game | |
+[retroarch](https://www.retroarch.com/) | make | game | NicolaSmaniotto |
 [lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | yes
 [embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | no
 [Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel | Alessandro-Barbieri | yes
@@ -30,6 +30,7 @@ Name | Buildsystem | Category | User | RFH
 [tau](http://www.cs.uoregon.edu/research/tau/home.php) | make | tools | Alessandro-Barbieri | no
 [plasma](https://github.com/NLAFET/plasma) | make | science | Alessandro-Barbieri | yes
 [imb](https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-benchmarks.html) | make | cluster | Alessandro-Barbieri | no
+[gnat-llvm](https://github.com/AdaCore/gnat-llvm) | make | compiler | Alessandro-Barbieri | yes
 [dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster | Alessandro-Barbieri | no
 [argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | no
 [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | no
@@ -77,23 +78,30 @@ Name | Buildsystem | Category | User | RFH
 [llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | yes
 [pagmo](https://github.com/bsc-pm/llvm) | cmake | science | Alessandro-Barbieri | no
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
-[airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | | 
+[airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | NicolaSmaniotto | 
+[ruplacer](https://github.com/dmerejkowsky/ruplacer) | cargo | sys | Alessandro-Barbieri | no
+[gping](https://github.com/orf/gping) | cargo | net | Alessandro-Barbieri | no
 [open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | yes
 [gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization | Alessandro-Barbieri | yes
 [osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography | Alessandro-Barbieri | yes
 [Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |  | Alessandro-Barbieri | yes
 [cocalc](https://github.com/sagemathinc/cocalc) | npm | math | Alessandro-Barbieri | yes
-[Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem | Alessandro-Barbieri | no
+[node-red](https://nodered.org/) | npm | programming | Alessandro-Barbieri | yes 
+[tangram](https://github.com/tangrams/tangram) | npm | geoscience | Alessandro-Barbieri | yes 
+[ijavascript](https://github.com/n-riesco/ijavascript) | npm | jupyter | Alessandro-Barbieri | yes 
+[pelias](https://github.com/pelias/pelias) | npm | geoscience | Alessandro-Barbieri | yes 
+[carto](https://github.com/mapbox/carto) | npm | geoscience | Alessandro-Barbieri | yes 
+[Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem | Alessandro-Barbieri | yes
 [usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util | Alessandro-Barbieri | no
-[mapillary_tools](https://github.com/mapillary/mapillary_tools) | setuptools | geography | Alessandro-Barbieri | no
 [blockify](https://github.com/serialoverflow/blockify) | setuptools | audio | Alessandro-Barbieri | no
 [foobnix](https://github.com/foobnix/foobnix) | setuptools | audio | |
 [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio | |
 [mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | no
-[ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli | |
-[greenclip](https://github.com/erebe/greenclip) | cabal | desktop | |
+[ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli | N-R-K |
+[greenclip](https://github.com/erebe/greenclip) | cabal | desktop | N-R-K |
 [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) | dune | filesystem | Alessandro-Barbieri | yes
 [kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | Alessandro-Barbieri | yes
 [casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | no
 [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | yes
+[gitlab](https://gitlab.com/gitlab-org/gitlab-foss) | yarn gem | vcs | Alessandro-Barbieri | yes 
 [HOL4](http://hol-theorem-prover.org/) | ? | math | Alessandro-Barbieri | yes


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-03-29  0:22 Ronny Gutbrod
  0 siblings, 0 replies; 102+ messages in thread
From: Ronny Gutbrod @ 2022-03-29  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6c28da2457f3af8adcfa34c76a9c311fe98fc0ff
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 27 20:26:54 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Mar 27 21:28:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c28da24

TODO.md: fix pagmo website

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 73eff0ed5..85ff9e48b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -76,7 +76,7 @@ Name | Buildsystem | Category | User | RFH
 [fmi-library](https://github.com/modelon-community/fmi-library) | cmake | science | Alessandro-Barbieri | no
 [aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | no
 [llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | yes
-[pagmo](https://github.com/bsc-pm/llvm) | cmake | science | Alessandro-Barbieri | no
+[pagmo](https://esa.github.io/pagmo2/) | cmake | science | Alessandro-Barbieri | no
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
 [airshipper](https://gitlab.com/veloren/airshipper) | cargo | game | NicolaSmaniotto | 
 [ruplacer](https://github.com/dmerejkowsky/ruplacer) | cargo | sys | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-04-06  0:07 Ronny Gutbrod
  0 siblings, 0 replies; 102+ messages in thread
From: Ronny Gutbrod @ 2022-04-06  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b0406426878be98e50778d28cc45ffc0c16412f4
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr  5 21:29:11 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr  5 21:29:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0406426

TODO.md: Remove zsh-history-substring-search

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 85ff9e48b..90bc83d68 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,7 +8,6 @@ Name | Buildsystem | Category | User | RFH
 [cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel | Alessandro-Barbieri | no
 [free fuzzy logic library](http://ffll.sourceforge.net) | none | devel | Alessandro-Barbieri | no
 [solarized](https://github.com/altercation/solarized) | none | shell | Alessandro-Barbieri | yes
-[zsh-history-substring-search](zsh-history-substring-search) | none | shell | Alessandro-Barbieri | no
 [fizsh](https://github.com/zsh-users/fizsh) | none | shell | Alessandro-Barbieri | no
 [zsh-directory-history](https://github.com/tymm/zsh-directory-history) | none | shell | Alessandro-Barbieri | no
 [zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) | none | shell | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-05-02 17:59 Arthur Zamarin
  0 siblings, 0 replies; 102+ messages in thread
From: Arthur Zamarin @ 2022-05-02 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     20e7d481bf7193daa4016981150dcd6eb77382d8
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May  1 04:20:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 07:19:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20e7d481

TODO.md: remove qepcad

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 0bab7bbcd..529747d24 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,7 +17,6 @@ Name | Buildsystem | Category | User | RFH
 [matlab2tikz](https://github.com/matlab2tikz/matlab2tikz) | none | octave | Alessandro-Barbieri | no
 [nerd-fonts](https://nerdfonts.com) | none | fonts | Alessandro-Barbieri | yes
 [silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | no
-[qepcad](https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html) | make | math | Alessandro-Barbieri | no
 [retroarch](https://www.retroarch.com/) | make | game | NicolaSmaniotto |
 [lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | yes
 [embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-05-09 18:44 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3bd2a784f58f602b85af9ee78f06547744edb57b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May  9 05:53:45 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May  9 05:53:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bd2a784

CONTRIBUTING.md: lichen is a better tool than golicense

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 647403ae1..fad9c4955 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -61,7 +61,7 @@ dev-python/twine
 
 Some packages include files that are licensed under a different license then the rest of the package. In this case all the licenses should be specified in the LICENSE variable. This is very often the case for packages written in Rust or Go.
 
-Rust and Go packages automagically collect all dependencies. The licenses of the things that are statically linked in these packages should be checked *manually* with `dev-util/cargo-license` and `dev-go/golicense`.
+Rust and Go packages automagically collect all dependencies. The licenses of the things that are statically linked in these packages should be checked *manually* with `dev-util/cargo-license` and `dev-go/lichen`.
 
 
 ## Other Tips and Tricks <a name="tips"></a>


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-05-09 18:44 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f9aba85a13ddbe0e2a4dbab6bf919f2f81e8092f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May  8 01:37:10 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun May  8 01:58:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9aba85a

TODO.md: remove matlab2tikz

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 3697139db..0ca13b504 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,7 +14,6 @@ Name | Buildsystem | Category | User | RFH
 [forgit](https://github.com/wfxr/forgit) | none | shell | Alessandro-Barbieri | no
 [openocl](https://openocl.org/) | none | octave | Alessandro-Barbieri | no
 [octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave | Alessandro-Barbieri | no
-[matlab2tikz](https://github.com/matlab2tikz/matlab2tikz) | none | octave | Alessandro-Barbieri | no
 [nerd-fonts](https://nerdfonts.com) | none | fonts | Alessandro-Barbieri | yes
 [silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | no
 [retroarch](https://www.retroarch.com/) | make | game | NicolaSmaniotto |


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-05-09 18:44 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     193103c99392ca590f53aff767d9d88c57ff06f5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May  8 01:57:01 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun May  8 01:58:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=193103c9

TODO.md: more dependencies for casadi

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index 0ca13b504..91c6aa9c1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -28,6 +28,7 @@ Name | Buildsystem | Category | User | RFH
 [plasma](https://github.com/NLAFET/plasma) | make | science | Alessandro-Barbieri | yes
 [imb](https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-benchmarks.html) | make | cluster | Alessandro-Barbieri | no
 [gnat-llvm](https://github.com/AdaCore/gnat-llvm) | make | compiler | Alessandro-Barbieri | yes
+[csparse](https://people.sc.fsu.edu/~jburkardt/c_src/csparse/csparse.html) | make | science | Alessandro-Barbieri | no
 [dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster | Alessandro-Barbieri | no
 [argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | no
 [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | no
@@ -74,6 +75,8 @@ Name | Buildsystem | Category | User | RFH
 [aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | no
 [llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | yes
 [pagmo](https://esa.github.io/pagmo2/) | cmake | science | Alessandro-Barbieri | no
+[osqp](https://github.com/osqp/osqp) | cmake | science | Alessandro-Barbieri | no
+[superscs](https://github.com/kul-optec/superscs) | cmake | science | Alessandro-Barbieri | no
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | no
 [ruplacer](https://github.com/dmerejkowsky/ruplacer) | cargo | sys | Alessandro-Barbieri | no
 [gping](https://github.com/orf/gping) | cargo | net | Alessandro-Barbieri | no


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-05-28 10:10 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-05-28 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0b02d1f79069a3850e12b2904e08337dab44d569
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May 27 11:53:04 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri May 27 11:53:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b02d1f7

TODO.md: add xSDK dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/TODO.md b/TODO.md
index 40055b224..eb057796d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -72,6 +72,16 @@ Name | Buildsystem | Category | User | RFH | Dependency
 [pagmo](https://esa.github.io/pagmo2/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [osqp](https://github.com/osqp/osqp) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [superscs](https://github.com/kul-optec/superscs) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[amrex](https://github.com/AMReX-Codes/amrex/blob/development/CMakeLists.txt) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[arborx](https://github.com/arborx/ArborX) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[DataTransferKit](https://github.com/ORNL-CEES/DataTransferKit) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
+[heffte](https://bitbucket.org/icl/heffte/src/master/) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
+[omega_h](https://github.com/sandialabs/omega_h) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
+[phist](https://bitbucket.org/essex/phist/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[precice](https://github.com/precice/precice) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[scorec](https://github.com/SCOREC/core) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[slate](https://bitbucket.org/icl/slate/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[tasmanian](https://github.com/ORNL/TASMANIAN) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | ✖ | ✖
 [ruplacer](https://github.com/dmerejkowsky/ruplacer) | cargo | sys | Alessandro-Barbieri | ✖ | ✖
 [gping](https://github.com/orf/gping) | cargo | net | Alessandro-Barbieri | ✖ | ✖
@@ -93,6 +103,7 @@ Name | Buildsystem | Category | User | RFH | Dependency
 [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio | | | ✖
 [mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | ✖
 [ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli | N-R-K | | ✖
+[libensemble](https://github.com/Libensemble/libensemble) | setuptools | cluster | Alessandro-Barbieri | ✖ | ✔
 [greenclip](https://github.com/erebe/greenclip) | cabal | desktop | N-R-K | | ✖
 [kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | Alessandro-Barbieri | ✔ | ✖
 [casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | ✖ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-05-28 10:10 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-05-28 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5b16a2b9c3e25013cbfa8306304ff43acb16459a
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May 27 18:54:09 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri May 27 18:54:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b16a2b9

TODO.md: fix table

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index eb057796d..6e0d235da 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,7 +3,7 @@
 If you find an interesting piece of software here, consider to package it, also you are free to add any package you want to see in GURU
 
 Name | Buildsystem | Category | User | RFH | Dependency
------------- | ------------- | ------------- | ------------- | -------------
+------------ | ------------- | ------------- | ------------- | ------------- | -------------
 [spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science | Alessandro-Barbieri | ✖ | ✖
 [cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel | Alessandro-Barbieri | ✖ | ✖
 [free fuzzy logic library](http://ffll.sourceforge.net) | none | devel | Alessandro-Barbieri | ✖ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-05-29 18:29 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-05-29 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0c611d7b3c0074468655fb22d1a64a2e064b32a4
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 23:12:21 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 28 23:12:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c611d7b

TODO.md: add more dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index c04541bc1..7fd8209ff 100644
--- a/TODO.md
+++ b/TODO.md
@@ -27,6 +27,7 @@ Name | Buildsystem | Category | User | RFH | Dependency
 [imb](https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-benchmarks.html) | make | cluster | Alessandro-Barbieri | ✖ | ✔
 [gnat-llvm](https://github.com/AdaCore/gnat-llvm) | make | compiler | Alessandro-Barbieri | ✔ | ✖
 [csparse](https://people.sc.fsu.edu/~jburkardt/c_src/csparse/csparse.html) | make | science | Alessandro-Barbieri | ✖ | ✔
+[gslib](https://github.com/Nek5000/gslib) | make | cluster | Alessandro-Barbieri | ✖ | ✔
 [dimemas](https://github.com/bsc-performance-tools/dimemas) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | ✖ | ✔
 [mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
@@ -82,6 +83,8 @@ Name | Buildsystem | Category | User | RFH | Dependency
 [scorec](https://github.com/SCOREC/core) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [slate](https://bitbucket.org/icl/slate/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [tasmanian](https://github.com/ORNL/TASMANIAN) | cmake | science | Alessandro-Barbieri | ✖ | ✔
+[vite](https://solverstack.gitlabpages.inria.fr/vite/) | cmake | visualization | Alessandro-Barbieri | ✖ | ✔
+[zpp](https://github.com/jbigot/zpp) | cmake | devel | Alessandro-Barbieri | ✖ | ✔
 [enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | ✖ | ✖
 [ruplacer](https://github.com/dmerejkowsky/ruplacer) | cargo | sys | Alessandro-Barbieri | ✖ | ✖
 [gping](https://github.com/orf/gping) | cargo | net | Alessandro-Barbieri | ✖ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-03 10:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-06-03 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a6e2f0bc9d384974588de6bfc9dbc7130f91ac20
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun  2 13:48:02 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 13:50:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6e2f0bc

TODO.md: remove OMB

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index af9f22620..f6686cd70 100644
--- a/TODO.md
+++ b/TODO.md
@@ -41,7 +41,6 @@ Name | Buildsystem | Category | User | RFH | Dependency
 [temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | ✖ | ✔
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[omb](http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.8.tgz) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [scorep](https://www.vi-hps.org/projects/score-p/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | Alessandro-Barbieri | ✔ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-03 10:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-06-03 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     413dc97fb9b61c5ec5d1f371b9db2e6dcf205614
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun  2 12:31:08 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 13:50:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=413dc97f

TODO.md: remove IMB

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index b7ec70811..af9f22620 100644
--- a/TODO.md
+++ b/TODO.md
@@ -23,7 +23,6 @@ Name | Buildsystem | Category | User | RFH | Dependency
 [compcert](https://compcert.org) | make | compiler | Alessandro-Barbieri | ✔ | ✖
 [predictive](https://www.dr-qubit.org/predictive.html) | make | emacs | Alessandro-Barbieri | ✔ | ✖
 [tau](http://www.cs.uoregon.edu/research/tau/home.php) | make | tools | Alessandro-Barbieri | ✖
-[imb](https://software.intel.com/content/www/us/en/develop/articles/intel-mpi-benchmarks.html) | make | cluster | Alessandro-Barbieri | ✖ | ✔
 [gnat-llvm](https://github.com/AdaCore/gnat-llvm) | make | compiler | Alessandro-Barbieri | ✔ | ✖
 [csparse](https://people.sc.fsu.edu/~jburkardt/c_src/csparse/csparse.html) | make | science | Alessandro-Barbieri | ✖ | ✔
 [gslib](https://github.com/Nek5000/gslib) | make | cluster | Alessandro-Barbieri | ✖ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-03 10:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-06-03 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4d8ac1229518f6f426ad99f073faebb22b90e913
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jun  3 03:51:56 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 03:51:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d8ac122

TODO.md: add odilia

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 TODO.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO.md b/TODO.md
index f6686cd70..22e82298b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,7 @@ If you find an interesting piece of software here, consider to package it, also
 
 Name | Buildsystem | Category | User | RFH | Dependency
 ------------ | ------------- | ------------- | ------------- | ------------- | -------------
+[odilia](https://odilia.app) | cargo | accessibility | - | ? | ✖
 [spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science | Alessandro-Barbieri | ✖ | ✖
 [cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel | Alessandro-Barbieri | ✖ | ✖
 [free fuzzy logic library](http://ffll.sourceforge.net) | none | devel | Alessandro-Barbieri | ✖ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-03 10:44 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2022-06-03 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     093f06f6514d3d54c986211fd5d16cecd206fdc8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jun  3 03:52:17 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 03:52:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=093f06f6

TODO.md: remove gitlab (it's packaged in ::gitlab)

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 22e82298b..45157707a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -110,5 +110,4 @@ Name | Buildsystem | Category | User | RFH | Dependency
 [kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | Alessandro-Barbieri | ✔ | ✖
 [casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | ✖ | ✔
 [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | ✔ | ✖
-[gitlab](https://gitlab.com/gitlab-org/gitlab-foss) | yarn gem | vcs | Alessandro-Barbieri | ✔ | ✖
 [HOL4](http://hol-theorem-prover.org/) | ? | math | Alessandro-Barbieri | ✔ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-10 14:08 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-06-10 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     62d3f918d596a1e79b9ca0754bc78aaf77eb3544
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Jun 10 03:50:40 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 03:58:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62d3f918

TODO.md: remove scorep

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 0bcc9e5b4..e7aac09c1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -42,7 +42,6 @@ Name | Buildsystem | Category | User | Need help | Dependency
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | ✖ | ✔
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[scorep](https://www.vi-hps.org/projects/score-p/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | Alessandro-Barbieri | ✔ | ✔
 [flux-core](https://github.com/flux-framework/flux-core) | autotools | cluster | Alessandro-Barbieri | ✔ | ✔
 [GPI-2](https://github.com/cc-hpc-itwm/GPI-2) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-14 18:35 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2022-06-14 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c3f2b7d785d42111805c574a54e055509a2ca5f5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 14 01:01:03 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Jun 14 08:00:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3f2b7d7

TODO.md: remove temanejo

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index e7aac09c1..e2e08fc3a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -38,7 +38,6 @@ Name | Buildsystem | Category | User | Need help | Dependency
 [graph-tool](https://graph-tool.skewed.de/) | autotools | visualization | Alessandro-Barbieri | ✖ | ✖
 [tides](https://sourceforge.net/projects/tidesodes/) | autotools | math | Alessandro-Barbieri | ✖ | ✔
 [Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | ✔ | ✔
-[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | ✖ | ✔
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-14 18:35 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2022-06-14 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     be8e18b24b100871d1ab06d1de0262f9927e6b3e
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 14 07:58:50 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Jun 14 08:00:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be8e18b2

TODO.md: remove scalasca

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index e2e08fc3a..2100d6c7b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -40,7 +40,6 @@ Name | Buildsystem | Category | User | Need help | Dependency
 [Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | ✔ | ✔
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | ✖ | ✔
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | Alessandro-Barbieri | ✔ | ✔
 [flux-core](https://github.com/flux-framework/flux-core) | autotools | cluster | Alessandro-Barbieri | ✔ | ✔
 [GPI-2](https://github.com/cc-hpc-itwm/GPI-2) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-06-22 17:39 Andrew Ammerlaan
  0 siblings, 0 replies; 102+ messages in thread
From: Andrew Ammerlaan @ 2022-06-22 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     220e51380c98cbe27e50d00d5c7f01916791ef32
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 22 13:31:32 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 13:31:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=220e5138

CONTRIBUTING.md: add a few words about EGO_SUM

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fad9c4955..a6df9f02b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,6 +66,10 @@ Rust and Go packages automagically collect all dependencies. The licenses of the
 
 ## Other Tips and Tricks <a name="tips"></a>
 
+- #### Don't use `EGO_SUM`
+
+This method of declaring Go module dependencies is deprecared. Please consider either hosting a dependency tarball somewhere (you can find out how to generate it in [go-module.eclass(5)](https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html)) or improving upstream release CI scripts (example: [noborus/ov#196](https://github.com/noborus/ov/pull/196/files)).
+
 - #### Use the cmake eclass instead of the cmake-utils eclass
 
 The [cmake-utils eclass](https://devmanual.gentoo.org/eclass-reference/cmake-utils.eclass/index.html) will be deprecated in favour of the [cmake eclass](https://devmanual.gentoo.org/eclass-reference/cmake.eclass/index.html). To make your ebuilds more future proof, you might want to use the cmake eclass instead. These eclasses are functionally equivalent, so replacing references to `cmake-utils_....` with `cmake_....` should just work.


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-11-04 14:38 Arthur Zamarin
  0 siblings, 0 replies; 102+ messages in thread
From: Arthur Zamarin @ 2022-11-04 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d2bb9d0b60be745d63010f0580d914f5f4eb82f5
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov  4 05:15:10 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 06:33:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2bb9d0b

TODO.md: add azure-sdk-tools

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 TODO.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/TODO.md b/TODO.md
index 3729576df..02b6b87ac 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,10 +2,11 @@
 
 If you find an interesting piece of software here, consider to package it, also you are free to add any package you want to see in GURU
 
-Name | Buildsystem | Category | User | Need help | Dependency
+    Name     |  Buildsystem  |    Category   |     User      |    Need help  | Dependency
 ------------ | ------------- | ------------- | ------------- | ------------- | -------------
-[Lua-cURL](https://github.com/Lua-cURL/Lua-cURLv3) | cmake | lua | - | ✔ | ✔
-[odilia](https://odilia.app) | cargo | accessibility | - | ✔ | ✖
+[azure-sdk-tools](https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools) | setuptools | devel | Anna | ✔ | ✔
+[Lua-cURL](https://github.com/Lua-cURL/Lua-cURLv3) | cmake | lua | Anna | ✔ | ✔
+[odilia](https://odilia.app) | cargo | accessibility | Anna | ✔ | ✖
 [spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science | Alessandro-Barbieri | ✖ | ✖
 [cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel | Alessandro-Barbieri | ✖ | ✖
 [free fuzzy logic library](http://ffll.sourceforge.net) | none | devel | Alessandro-Barbieri | ✖ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2022-11-04 14:38 Arthur Zamarin
  0 siblings, 0 replies; 102+ messages in thread
From: Arthur Zamarin @ 2022-11-04 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c1a45470c7a8cde3ddc755bfb8d112305b525429
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov  4 06:25:02 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 06:33:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1a45470

TODO.md: add celery test deps

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index 02b6b87ac..272fbb921 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,9 @@ If you find an interesting piece of software here, consider to package it, also
 
     Name     |  Buildsystem  |    Category   |     User      |    Need help  | Dependency
 ------------ | ------------- | ------------- | ------------- | ------------- | -------------
+[couchbase](https://pypi.org/project/couchbase/) | poetry | devel | Anna | ✔ | ✔
+[pyArango](https://pypi.org/project/pyArango/) | setuptools | devel | Anna | ✔ | ✔
+[pycouchdb](https://pypi.org/project/pycouchdb/) | poetry | devel | Anna | ✔ | ✔
 [azure-sdk-tools](https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools) | setuptools | devel | Anna | ✔ | ✔
 [Lua-cURL](https://github.com/Lua-cURL/Lua-cURLv3) | cmake | lua | Anna | ✔ | ✔
 [odilia](https://odilia.app) | cargo | accessibility | Anna | ✔ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2023-01-04  8:51 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2023-01-04  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c024919714f564641175846bc194621c218556c2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan  2 03:59:20 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 03:59:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0249197

TODO.md: add some webapps

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 TODO.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.md b/TODO.md
index 272fbb921..8b96a242e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,9 @@ If you find an interesting piece of software here, consider to package it, also
 
     Name     |  Buildsystem  |    Category   |     User      |    Need help  | Dependency
 ------------ | ------------- | ------------- | ------------- | ------------- | -------------
+[Whoogle](https://github.com/benbusby/whoogle-search/) | setuptools | www | Anna | ✔ | ✖
+[SearXNG](https://docs.searxng.org/) | setuptools | www | Anna | ✔ | ✖
+[Takahe](https://jointakahe.org/) | no (django) | www | Anna | ✔ | ✖
 [couchbase](https://pypi.org/project/couchbase/) | poetry | devel | Anna | ✔ | ✔
 [pyArango](https://pypi.org/project/pyArango/) | setuptools | devel | Anna | ✔ | ✔
 [pycouchdb](https://pypi.org/project/pycouchdb/) | poetry | devel | Anna | ✔ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2023-01-04  8:51 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2023-01-04  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1de6840536626cf285a4ee777baeadbd73f5cabb
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Mon Jan  2 19:50:34 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 19:50:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1de68405

TODO.md: Fix Markdown table rendering

A line starting with four spaces may be treated as a code block instead
of a table header.

Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>

 TODO.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 8b96a242e..b07d9be77 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,7 +2,7 @@
 
 If you find an interesting piece of software here, consider to package it, also you are free to add any package you want to see in GURU
 
-    Name     |  Buildsystem  |    Category   |     User      |    Need help  | Dependency
+   Name      |  Buildsystem  |    Category   |     User      |    Need help  | Dependency
 ------------ | ------------- | ------------- | ------------- | ------------- | -------------
 [Whoogle](https://github.com/benbusby/whoogle-search/) | setuptools | www | Anna | ✔ | ✖
 [SearXNG](https://docs.searxng.org/) | setuptools | www | Anna | ✔ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2023-05-14  7:44 Viorel Munteanu
  0 siblings, 0 replies; 102+ messages in thread
From: Viorel Munteanu @ 2023-05-14  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ef1657c048f68ecdc253391c8d2aa814c58efe3f
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sat May 13 10:43:30 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 13 10:43:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef1657c0

TODO.md: remove ueberzug, update greenclip

* Remove ueberzug, it's already added to ::gentoo
* I have zero experience with haskell/cabal - so definitely tick the
  "need help" box.

Signed-off-by: NRK <nrk <AT> disroot.org>

 TODO.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/TODO.md b/TODO.md
index 434355e0e..9452c2e0c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -107,10 +107,9 @@ If you find an interesting piece of software here, consider to package it, also
 [foobnix](https://github.com/foobnix/foobnix) | setuptools | audio | | | ✖
 [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio | | | ✖
 [mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | ✖
-[ueberzug](https://github.com/seebye/ueberzug) | setuptools | cli | N-R-K | | ✖
 [libensemble](https://github.com/Libensemble/libensemble) | setuptools | cluster | Alessandro-Barbieri | ✖ | ✔
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖ 
-[greenclip](https://github.com/erebe/greenclip) | cabal | desktop | N-R-K | | ✖
+[greenclip](https://github.com/erebe/greenclip) | cabal | desktop | NRK | ✔ | ✖
 [kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | Alessandro-Barbieri | ✔ | ✖
 [casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | ✖ | ✔
 [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | ✔ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2023-07-11  6:16 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
@ 2023-07-11  6:15 ` Viorel Munteanu
  0 siblings, 0 replies; 102+ messages in thread
From: Viorel Munteanu @ 2023-07-11  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ac735f2432068e2ae97aabd745d0935bc1af8696
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 06:03:33 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 06:04:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac735f24

*/*: Merge branch 'dev'

Pushed directly to master, try to fix this

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-doc/ford/Manifest                              |   3 -
 app-doc/ford/ford-6.1.17-r1.ebuild                 |  48 ---------
 app-doc/ford/ford-6.2.0.ebuild                     |  45 --------
 app-doc/ford/ford-6.2.4.ebuild                     |  45 --------
 app-doc/ford/ford-6.2.5.ebuild                     |   2 +-
 app-misc/Clipboard/Manifest                        |   2 -
 app-misc/clipboard/Manifest                        |   2 +
 .../clipboard-0.8.0.ebuild}                        |   6 +-
 .../clipboard-0.8.1.ebuild}                        |  17 +--
 .../files/disable-debug-info.patch                 |   0
 .../files/disable-git-and-lto.patch                |   0
 app-misc/{Clipboard => clipboard}/metadata.xml     |   0
 app-misc/vocabsieve/vocabsieve-0.10.1.ebuild       |   2 +-
 app-text/sioyek/sioyek-9999.ebuild                 |  40 +++----
 dev-crystal/exception_page/Manifest                |   1 +
 ...ge-0.3.0.ebuild => exception_page-0.3.1.ebuild} |   0
 dev-crystal/lucky_flow/Manifest                    |   1 +
 ...y_flow-0.9.0.ebuild => lucky_flow-0.9.1.ebuild} |   0
 dev-crystal/selenium/Manifest                      |   2 +-
 ...elenium-0.9.1.ebuild => selenium-0.12.0.ebuild} |   0
 dev-crystal/webdrivers/Manifest                    |   1 +
 ...ers-0.4.1-r1.ebuild => webdrivers-0.4.2.ebuild} |   0
 .../fortran-stdlib/fortran-stdlib-0.2.1-r1.ebuild  |   2 +-
 dev-libs/ls-hpack/ls-hpack-2.3.0.ebuild            |  35 -------
 dev-libs/ls-qpack/ls-qpack-2.5.0.ebuild            |  31 ------
 ...rectly.patch => 1.0.0-fix-flags-directry.patch} |   0
 ...{lsquic-3.2.0.ebuild => lsquic-3.2.0-r1.ebuild} |   1 +
 dev-nim/cligen/Manifest                            |   2 +-
 .../{cligen-1.6.6.ebuild => cligen-1.6.8.ebuild}   |   0
 dev-python/devtools/devtools-0.10.0-r1.ebuild      |   2 +-
 dev-python/markdown-include/Manifest               |   1 -
 .../markdown-include/markdown-include-0.8.1.ebuild |  27 -----
 dev-python/markdown-include/metadata.xml           |  20 ----
 dev-python/restrictedpython/Manifest               |   1 +
 .../restrictedpython/restrictedpython-6.0.ebuild   |   2 +-
 ...thon-6.0.ebuild => restrictedpython-6.1.ebuild} |   2 +-
 dev-python/steam/steam-1.4.4.ebuild                |  16 +--
 dev-python/steam/steam-9999.ebuild                 |  16 +--
 dev-python/undervolt/Manifest                      |   1 +
 .../undervolt}/metadata.xml                        |   2 +-
 .../undervolt/undervolt-0.3.0.ebuild               |  11 +-
 .../undervolt/undervolt-9999.ebuild                |  11 +-
 dev-util/fpm/Manifest                              |   4 -
 dev-util/fpm/fpm-0.8.1.ebuild                      | 116 ---------------------
 dev-util/fpm/fpm-0.8.2.ebuild                      | 116 ---------------------
 dev-util/fpm/fpm-0.9.0.ebuild                      |   2 +-
 games-action/ddnet/Manifest                        |   2 +-
 .../{ddnet-17.1.ebuild => ddnet-17.1.1.ebuild}     |   0
 .../HeroicGamesLauncher-bin-2.8.0.ebuild           |  31 ++++++
 games-util/HeroicGamesLauncher-bin/Manifest        |   1 +
 .../files/HeroicGamesLauncher.desktop              |  11 ++
 games-util/HeroicGamesLauncher-bin/files/heroic    |   3 +
 .../HeroicGamesLauncher-bin}/metadata.xml          |   3 +-
 games-util/ProtonUp-Qt/ProtonUp-Qt-2.8.1.ebuild    |  34 +++---
 games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild     |  32 +++---
 .../dwarf-therapist/dwarf-therapist-41.2.5.ebuild  |  10 +-
 gui-apps/ReGreet/ReGreet-9999.ebuild               |  54 +++++-----
 gui-apps/gtklock-extras/gtklock-extras-9999.ebuild |  74 ++++++-------
 media-video/ffsubsync/Manifest                     |   2 -
 media-video/ffsubsync/ffsubsync-0.4.22.ebuild      |  37 -------
 media-video/ffsubsync/ffsubsync-0.4.23.ebuild      |  37 -------
 media-video/ffsubsync/ffsubsync-0.4.25.ebuild      |   2 +-
 media-video/lossless-cut/Manifest                  |   1 +
 .../lossless-cut/lossless-cut-3.54.0.ebuild        |  25 +++++
 media-video/lossless-cut/metadata.xml              |  96 +++++++++++++++++
 media-video/obs-vkcapture/Manifest                 |   2 +-
 .../obs-vkcapture/obs-vkcapture-1.2.0.ebuild       |  50 ---------
 ...ure-1.3.3.ebuild => obs-vkcapture-1.4.1.ebuild} |   0
 mpv-plugin/mpv-youtube-upnext/Manifest             |   2 +-
 ...2.ebuild => mpv-youtube-upnext-20230709.ebuild} |   4 +-
 net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild      |   2 +-
 .../LenovoLegionLinux-9999.ebuild}                 |  39 ++++---
 .../files/cpu                                      |   0
 .../files/legion_cli.policy                        |   0
 .../files/legion_gui.desktop                       |   0
 .../files/nvidia                                   |   0
 .../files/radeon                                   |   0
 .../metadata.xml                                   |   3 +-
 sys-fs/dwarfs-bin/Manifest                         |   2 +-
 ....7.0_rc4.ebuild => dwarfs-bin-0.7.0_rc6.ebuild} |   4 +-
 sys-fs/dwarfs/Manifest                             |   1 +
 ...0.7.0_rc4-r1.ebuild => dwarfs-0.7.0_rc6.ebuild} |   4 +-
 www-apps/castopod/Manifest                         |   2 +-
 ...castopod-1.4.1.ebuild => castopod-1.4.5.ebuild} |   2 +-
 www-apps/forgejo/Manifest                          |   2 +-
 ...ejo-1.19.3.0.ebuild => forgejo-1.19.4.0.ebuild} |   0
 www-apps/invidious/Manifest                        |   2 +-
 ...23.06.10.ebuild => invidious-2023.07.05.ebuild} |   7 +-
 www-apps/invidious/metadata.xml                    |   6 +-
 www-apps/pleroma/pleroma-2.5.2.ebuild              |   2 +-
 www-apps/pleroma/pleroma-9999.ebuild               |   2 +-
 www-client/nyxt/Manifest                           |   2 +-
 .../nyxt/{nyxt-3.2.1.ebuild => nyxt-3.4.0.ebuild}  |   0
 93 files changed, 397 insertions(+), 836 deletions(-)


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2023-09-03 12:27 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2023-09-03 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2484bed39fc9a60493663d12b038b7c5411237c5
Author:     Bailey Kasin <baileykasin <AT> gmail <DOT> com>
AuthorDate: Sat Sep  2 07:16:15 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Sep  2 07:16:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2484bed3

TODO.md: Remove whoogle

Signed-off-by: Bailey Kasin <baileykasin <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 9452c2e0c5..f67ddf878d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -5,7 +5,6 @@ If you find an interesting piece of software here, consider to package it, also
    Name      |  Buildsystem  |    Category   |     User      |    Need help  | Dependency
 ------------ | ------------- | ------------- | ------------- | ------------- | -------------
 [Atkinson Hyperlegible](https://brailleinstitute.org/freefont) | no | fonts | Anna | ✖ | ✖
-[Whoogle](https://github.com/benbusby/whoogle-search/) | setuptools | www | Anna | ✔ | ✖
 [SearXNG](https://docs.searxng.org/) | setuptools | www | Anna | ✔ | ✖
 [Takahe](https://jointakahe.org/) | no (django) | www | Anna | ✔ | ✖
 [couchbase](https://pypi.org/project/couchbase/) | poetry | devel | Anna | ✔ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2023-09-05 22:34 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
@ 2023-09-05 22:35 ` Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2023-09-05 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cac1740da4e72f44cb912edb7829c96213ddd412
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Sep  5 22:30:54 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Sep  5 22:30:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cac1740d

.project: Remove, looks like IDE nonsense

By the way, consider putting stuff like this in a global gitignore(5) file
pointed at by core.excludesFile to avoid having to grow an infinite-long
.gitignore in the various repositories you're committing to.

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 .project | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/.project b/.project
deleted file mode 100644
index 821fe9ef73..0000000000
--- a/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>gentoo-guru-dev-ebuilds</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2023-11-12  0:50 David Roman
  0 siblings, 0 replies; 102+ messages in thread
From: David Roman @ 2023-11-12  0:50 UTC (permalink / raw
  To: gentoo-commits

commit:     784f3a887653bf69fa39449a2ad946b7fd8cea72
Author:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
AuthorDate: Sat Nov 11 21:39:52 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Nov 11 21:40:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=784f3a88

CONTRIBUTING.md: Fix typo deprecared -> deprecated

Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>

 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a6df9f02bf..624bea0780 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,7 +68,7 @@ Rust and Go packages automagically collect all dependencies. The licenses of the
 
 - #### Don't use `EGO_SUM`
 
-This method of declaring Go module dependencies is deprecared. Please consider either hosting a dependency tarball somewhere (you can find out how to generate it in [go-module.eclass(5)](https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html)) or improving upstream release CI scripts (example: [noborus/ov#196](https://github.com/noborus/ov/pull/196/files)).
+This method of declaring Go module dependencies is deprecated. Please consider either hosting a dependency tarball somewhere (you can find out how to generate it in [go-module.eclass(5)](https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html)) or improving upstream release CI scripts (example: [noborus/ov#196](https://github.com/noborus/ov/pull/196/files)).
 
 - #### Use the cmake eclass instead of the cmake-utils eclass
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2023-12-14  7:25 Viorel Munteanu
  0 siblings, 0 replies; 102+ messages in thread
From: Viorel Munteanu @ 2023-12-14  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3fc64b6222b90974f88ecbf2a0a54a1ac639b556
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 13 16:42:40 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 16:42:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fc64b62

TODO.md: remove packages already available in ::gentoo

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 TODO.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/TODO.md b/TODO.md
index f67ddf878d..0f25d9c706 100644
--- a/TODO.md
+++ b/TODO.md
@@ -43,7 +43,6 @@ If you find an interesting piece of software here, consider to package it, also
 [libreoffice-online](https://github.com/LibreOffice/online) | autotools | office | Alessandro-Barbieri | ✔ | ✖
 [latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math | Alessandro-Barbieri | ✔ | ✖
 [bonmin](https://projects.coin-or.org/Bonmin) | autotools | math | Alessandro-Barbieri | ✖ | ✔
-[graph-tool](https://graph-tool.skewed.de/) | autotools | visualization | Alessandro-Barbieri | ✖ | ✖
 [tides](https://sourceforge.net/projects/tidesodes/) | autotools | math | Alessandro-Barbieri | ✖ | ✔
 [Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | ✔ | ✔
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | ✖ | ✔
@@ -75,7 +74,6 @@ If you find an interesting piece of software here, consider to package it, also
 [osqp](https://github.com/osqp/osqp) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [superscs](https://github.com/kul-optec/superscs) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [amrex](https://github.com/AMReX-Codes/amrex/blob/development/CMakeLists.txt) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[arborx](https://github.com/arborx/ArborX) | cmake | science | Alessandro-Barbieri | ✖ | ✔
 [DataTransferKit](https://github.com/ORNL-CEES/DataTransferKit) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
 [heffte](https://bitbucket.org/icl/heffte/src/master/) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
 [omega_h](https://github.com/sandialabs/omega_h) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-01-01 14:31 Florian Schmaus
  0 siblings, 0 replies; 102+ messages in thread
From: Florian Schmaus @ 2024-01-01 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     da7a78856fc2610be0d91b616b603fe2bc014e68
Author:     Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Mon Jan  1 12:28:02 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 12:28:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da7a7885

.gitignore: Add tags file generated by ctags

Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8fbf55708d..655146b1cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /metadata/md5-cache
 /packages/
 /profiles/use.local.desc
+/tags


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-01-07 23:46 David Roman
  0 siblings, 0 replies; 102+ messages in thread
From: David Roman @ 2024-01-07 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     21d893d1246aaa722712cb76f09ec1a0de39d896
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jan  7 17:23:59 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan  7 17:23:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21d893d1

README.md: add link to GURU bugs

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2125f942aa..339cbbc96d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
 
 **The official repository for new Gentoo packages, maintained collaboratively by Gentoo users.**
 
-This README contains some additional useful information for GURU contributors, such as common mistakes, frequently asked questions and other tips and tricks. 
+This README contains some additional useful information for GURU contributors, such as common mistakes, frequently asked questions and other tips and tricks.
 
 The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), and the Gentoo [developer manual](https://devmanual.gentoo.org/) take precedence over any information here.
 
@@ -43,6 +43,7 @@ The [GURU regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
 - https://devmanual.gentoo.org/function-reference/install-functions
 - https://dev.gentoo.org/~mgorny/python-guide/eclass.html
 - [GURU outdated packages](https://repology.org/projects/?inrepo=gentoo_ovl_guru&outdated=on)
+- [GURU Bugs](https://bugs.gentoo.org/buglist.cgi?f1=product&f2=component&list_id=7042152&o1=equals&query_format=advanced&resolution=---&v1=GURU&v2=Package%20issues)
 
 ## Email Addresses <a name="email"></a>
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-01-09 16:24 David Roman
  0 siblings, 0 replies; 102+ messages in thread
From: David Roman @ 2024-01-09 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     45441f9d6dd11d867e784b6e8bdc7d523201c2a2
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jan  9 16:24:28 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan  9 16:24:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45441f9d

README.md: update badge URI

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 339cbbc96d..b1fd0df2f7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 # The GURU Project Repository
 
-[![pkgcheck](https://github.com/gentoo/guru/workflows/pkgcheck/badge.svg)](https://github.com/gentoo/guru/actions?query=workflow%3Apkgcheck)
+[![pkgcheck](https://github.com/gentoo/guru/actions/workflows/pkgcheck.yml/badge.svg)](https://github.com/gentoo/guru/actions?query=workflow%3Apkgcheck)
 [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors)
 [![chat on libera](https://img.shields.io/badge/chat-on%20libera-brightgreen.svg)](https://web.libera.chat/#gentoo-guru)
 


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-02-17  2:40 Rui Huang
  0 siblings, 0 replies; 102+ messages in thread
From: Rui Huang @ 2024-02-17  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fba6270dee84249da3d0ed0e7da488d64363464f
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Feb 16 09:47:54 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Fri Feb 16 09:48:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fba6270d

TODO.md: add croissant

Signed-off-by: NRK <nrk <AT> disroot.org>

 TODO.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 72dde98c0a..a495cab56c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -104,10 +104,11 @@ If you find an interesting piece of software here, consider to package it, also
 [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio | | | ✖
 [mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | ✖
 [libensemble](https://github.com/Libensemble/libensemble) | setuptools | cluster | Alessandro-Barbieri | ✖ | ✔
-[ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖ 
+[ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖
 [greenclip](https://github.com/erebe/greenclip) | cabal | desktop | NRK | ✔ | ✖
 [kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | Alessandro-Barbieri | ✔ | ✖
 [casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | ✖ | ✔
 [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | ✔ | ✖
 [gitlab](https://gitlab.com/gitlab-org/gitlab-foss) | yarn gem | vcs | Alessandro-Barbieri | ✔ | ✖
 [HOL4](http://hol-theorem-prover.org/) | ? | math | Alessandro-Barbieri | ✔ | ✖
+[croissant](https://github.com/giann/croissant) | ? | dev-lua | NRK | ✔ | ?


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-02-23  1:36 David Roman
  0 siblings, 0 replies; 102+ messages in thread
From: David Roman @ 2024-02-23  1:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2f218268c3189fc9f1ffb9ab54fbd155660c892c
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Feb 23 01:13:54 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Feb 23 01:13:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f218268

TODO.md: TauonMusicBox done

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index a495cab56c..0e01f2d71f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -101,7 +101,6 @@ If you find an interesting piece of software here, consider to package it, also
 [usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util | Alessandro-Barbieri | ✖ | ✖
 [blockify](https://github.com/serialoverflow/blockify) | setuptools | audio | Alessandro-Barbieri | ✖ | ✖
 [foobnix](https://github.com/foobnix/foobnix) | setuptools | audio | | | ✖
-[TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox) | setuptools | audio | | | ✖
 [mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | ✖
 [libensemble](https://github.com/Libensemble/libensemble) | setuptools | cluster | Alessandro-Barbieri | ✖ | ✔
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-03-11 17:31 David Roman
  0 siblings, 0 replies; 102+ messages in thread
From: David Roman @ 2024-03-11 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     51b7fdc15199c27fc724f53f4862a3e73e43cbc8
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 11 15:29:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar 11 15:29:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51b7fdc1

TODO.md: remove packages already in the tree

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 TODO.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/TODO.md b/TODO.md
index 0e01f2d71f..53f2709e37 100644
--- a/TODO.md
+++ b/TODO.md
@@ -25,7 +25,6 @@ If you find an interesting piece of software here, consider to package it, also
 [octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave | Alessandro-Barbieri | ✖ | ✖
 [nerd-fonts](https://nerdfonts.com) | none | fonts | Alessandro-Barbieri | ✔ | ✖
 [silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | ✖ | ✖
-[retroarch](https://www.retroarch.com/) | make | game | NicolaSmaniotto | | ✖
 [lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | ✔ | ✖
 [embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | ✖ | ✖
 [Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel | Alessandro-Barbieri | ✔ | ✖
@@ -42,10 +41,8 @@ If you find an interesting piece of software here, consider to package it, also
 [machinekit](https://github.com/machinekit/machinekit) | autotools | science | Alessandro-Barbieri | ✔ | ✖ | ✔
 [libreoffice-online](https://github.com/LibreOffice/online) | autotools | office | Alessandro-Barbieri | ✔ | ✖
 [latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math | Alessandro-Barbieri | ✔ | ✖
-[bonmin](https://projects.coin-or.org/Bonmin) | autotools | math | Alessandro-Barbieri | ✖ | ✔
 [tides](https://sourceforge.net/projects/tidesodes/) | autotools | math | Alessandro-Barbieri | ✖ | ✔
 [Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | ✔ | ✔
-[geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | ✖ | ✔
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
 [jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | Alessandro-Barbieri | ✔ | ✔
 [flux-core](https://github.com/flux-framework/flux-core) | autotools | cluster | Alessandro-Barbieri | ✔ | ✔
@@ -104,8 +101,6 @@ If you find an interesting piece of software here, consider to package it, also
 [mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | ✖
 [libensemble](https://github.com/Libensemble/libensemble) | setuptools | cluster | Alessandro-Barbieri | ✖ | ✔
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖
-[greenclip](https://github.com/erebe/greenclip) | cabal | desktop | NRK | ✔ | ✖
-[kaitai](https://github.com/kaitai-io/kaitai_struct) | sbt | util | Alessandro-Barbieri | ✔ | ✖
 [casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | ✖ | ✔
 [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | ✔ | ✖
 [gitlab](https://gitlab.com/gitlab-org/gitlab-foss) | yarn gem | vcs | Alessandro-Barbieri | ✔ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-04-01 21:30 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2024-04-01 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     43896f83b4e8360ca3d2725e31fb7301ae535015
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Apr  1 16:29:50 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Apr  1 16:38:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43896f83

TODO.md: Remove nerdfonts from TODO

Signed-off-by: Robert Greener <me <AT> r0bert.dev>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 53f2709e37..8ea1ea8d81 100644
--- a/TODO.md
+++ b/TODO.md
@@ -23,7 +23,6 @@ If you find an interesting piece of software here, consider to package it, also
 [forgit](https://github.com/wfxr/forgit) | none | shell | Alessandro-Barbieri | ✖ | ✖
 [openocl](https://openocl.org/) | none | octave | Alessandro-Barbieri | ✖ | ✖
 [octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave | Alessandro-Barbieri | ✖ | ✖
-[nerd-fonts](https://nerdfonts.com) | none | fonts | Alessandro-Barbieri | ✔ | ✖
 [silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | ✖ | ✖
 [lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | ✔ | ✖
 [embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | ✖ | ✖


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

* [gentoo-commits] repo/proj/guru:dev commit in: /
@ 2024-04-01 21:54 Julien Roy
  2024-04-01 22:00 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  0 siblings, 1 reply; 102+ messages in thread
From: Julien Roy @ 2024-04-01 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1db8add591a92e4b1a603153190f9486b515f98c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr  1 21:53:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr  1 21:53:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1db8add5

TODO.md: drop Alessandro Barbieri's TODO

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 TODO.md | 90 -----------------------------------------------------------------
 1 file changed, 90 deletions(-)

diff --git a/TODO.md b/TODO.md
index 8ea1ea8d81..6afd0be3d5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -13,95 +13,5 @@ If you find an interesting piece of software here, consider to package it, also
 [azure-sdk-tools](https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools) | setuptools | devel | Anna | ✔ | ✔
 [Lua-cURL](https://github.com/Lua-cURL/Lua-cURLv3) | cmake | lua | Anna | ✔ | ✔
 [odilia](https://odilia.app) | cargo | accessibility | Anna | ✔ | ✖
-[spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science | Alessandro-Barbieri | ✖ | ✖
-[cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel | Alessandro-Barbieri | ✖ | ✖
-[free fuzzy logic library](http://ffll.sourceforge.net) | none | devel | Alessandro-Barbieri | ✖ | ✖
-[solarized](https://github.com/altercation/solarized) | none | shell | Alessandro-Barbieri | ✔ | ✖
-[fizsh](https://github.com/zsh-users/fizsh) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[zsh-directory-history](https://github.com/tymm/zsh-directory-history) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[forgit](https://github.com/wfxr/forgit) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[openocl](https://openocl.org/) | none | octave | Alessandro-Barbieri | ✖ | ✖
-[octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave | Alessandro-Barbieri | ✖ | ✖
-[silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | ✖ | ✖
-[lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | ✔ | ✖
-[embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | ✖ | ✖
-[Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel | Alessandro-Barbieri | ✔ | ✖
-[compcert](https://compcert.org) | make | compiler | Alessandro-Barbieri | ✔ | ✖
-[predictive](https://www.dr-qubit.org/predictive.html) | make | emacs | Alessandro-Barbieri | ✔ | ✖
-[tau](http://www.cs.uoregon.edu/research/tau/home.php) | make | tools | Alessandro-Barbieri | ✔ | ✔
-[gnat-llvm](https://github.com/AdaCore/gnat-llvm) | make | compiler | Alessandro-Barbieri | ✔ | ✖
-[csparse](https://people.sc.fsu.edu/~jburkardt/c_src/csparse/csparse.html) | make | science | Alessandro-Barbieri | ✖ | ✔
-[gslib](https://github.com/Nek5000/gslib) | make | cluster | Alessandro-Barbieri | ✖ | ✔
-[argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | ✖ | ✔
-[mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[mochi-margo](https://github.com/mochi-hpc/mochi-margo) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[machinekit](https://github.com/machinekit/machinekit) | autotools | science | Alessandro-Barbieri | ✔ | ✖ | ✔
-[libreoffice-online](https://github.com/LibreOffice/online) | autotools | office | Alessandro-Barbieri | ✔ | ✖
-[latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math | Alessandro-Barbieri | ✔ | ✖
-[tides](https://sourceforge.net/projects/tidesodes/) | autotools | math | Alessandro-Barbieri | ✖ | ✔
-[Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | ✔ | ✔
-[warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | Alessandro-Barbieri | ✔ | ✔
-[flux-core](https://github.com/flux-framework/flux-core) | autotools | cluster | Alessandro-Barbieri | ✔ | ✔
-[GPI-2](https://github.com/cc-hpc-itwm/GPI-2) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[blasfeo](https://github.com/giaf/blasfeo) | cmake | science | Alessandro-Barbieri | ✔ | ✔
-[libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel | Alessandro-Barbieri | ✖ | ✖
-[hpmpc](https://github.com/giaf/hpmpc) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[mercury](https://github.com/mercury-hpc/mercury) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[chrono](https://projectchrono.org/) | cmake | science | Alessandro-Barbieri | ✖ | ✖
-[cocos2d-x](https://github.com/cocos2d/cocos2d-x) | cmake | game | Alessandro-Barbieri | ✔ | ✖
-[opensiv3d](https://github.com/Siv3D/OpenSiv3D) | cmake | game | Alessandro-Barbieri | ✔ | ✖
-[grive2](https://github.com/vitalif/grive2) | cmake | filesystem | Alessandro-Barbieri | ✖ | ✖
-[chapel](https://github.com/chapel-lang/chapel) | make | science | Alessandro-Barbieri | ✔ | ✔
-[osmium](https://wiki.openstreetmap.org/wiki/Osmium) | cmake | geography | Alessandro-Barbieri | ✖ | ✔
-[fuzzylite](https://github.com/fuzzylite/fuzzylite) | cmake | devel | Alessandro-Barbieri | ✖ | ✖
-[valhalla](https://github.com/valhalla/valhalla) | cmake | geography | Alessandro-Barbieri | ✖ | ✖
-[openenclave](https://openenclave.io/sdk/) | cmake | util | Alessandro-Barbieri | ✖ | ✖
-[alpaka](https://github.com/alpaka-group/alpaka) | cmake | science | Alessandro-Barbieri | ✖
-[mochi-thallium](https://github.com/mochi-hpc/mochi-thallium) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) | cmake | science | Alessandro-Barbieri | ✔
-[blitz](https://github.com/blitzpp/blitz) | cmake | c++ | Alessandro-Barbieri | ✖ | ✔
-[fmi-library](https://github.com/modelon-community/fmi-library) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | ✔ | ✔
-[pagmo](https://esa.github.io/pagmo2/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[osqp](https://github.com/osqp/osqp) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[superscs](https://github.com/kul-optec/superscs) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[amrex](https://github.com/AMReX-Codes/amrex/blob/development/CMakeLists.txt) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[DataTransferKit](https://github.com/ORNL-CEES/DataTransferKit) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[heffte](https://bitbucket.org/icl/heffte/src/master/) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[omega_h](https://github.com/sandialabs/omega_h) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[phist](https://bitbucket.org/essex/phist/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[precice](https://github.com/precice/precice) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[scorec](https://github.com/SCOREC/core) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[slate](https://bitbucket.org/icl/slate/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[tasmanian](https://github.com/ORNL/TASMANIAN) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[vite](https://solverstack.gitlabpages.inria.fr/vite/) | cmake | visualization | Alessandro-Barbieri | ✖ | ✔
-[zpp](https://github.com/jbigot/zpp) | cmake | devel | Alessandro-Barbieri | ✖ | ✔
-[enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | ✖ | ✖
-[ruplacer](https://github.com/dmerejkowsky/ruplacer) | cargo | sys | Alessandro-Barbieri | ✖ | ✖
-[open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | ✔ | ✖
-[gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization | Alessandro-Barbieri | ✔ | ✖
-[osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography | Alessandro-Barbieri | ✔ | ✖
-[Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |  | Alessandro-Barbieri | ✔ | ✖
-[cocalc](https://github.com/sagemathinc/cocalc) | npm | math | Alessandro-Barbieri | ✔ | ✖
-[node-red](https://nodered.org/) | npm | programming | Alessandro-Barbieri | ✔ | ✖
-[tangram](https://github.com/tangrams/tangram) | npm | geoscience | Alessandro-Barbieri | ✔ | ✖
-[ijavascript](https://github.com/n-riesco/ijavascript) | npm | jupyter | Alessandro-Barbieri | ✔ | ✖
-[pelias](https://github.com/pelias/pelias) | npm | geoscience | Alessandro-Barbieri | ✔ | ✖
-[carto](https://github.com/mapbox/carto) | npm | geoscience | Alessandro-Barbieri | ✔ | ✖
-[bee-node-dashboard](https://github.com/iotaledger/node-dashboard) | npm | cryptocurrencies | Alessandro-Barbieri | ✔ | ✔
-[Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem | Alessandro-Barbieri | ✔ | ✖
-[usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util | Alessandro-Barbieri | ✖ | ✖
-[blockify](https://github.com/serialoverflow/blockify) | setuptools | audio | Alessandro-Barbieri | ✖ | ✖
-[foobnix](https://github.com/foobnix/foobnix) | setuptools | audio | | | ✖
-[mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | ✖
-[libensemble](https://github.com/Libensemble/libensemble) | setuptools | cluster | Alessandro-Barbieri | ✖ | ✔
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖
-[casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | ✖ | ✔
-[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | ✔ | ✖
-[gitlab](https://gitlab.com/gitlab-org/gitlab-foss) | yarn gem | vcs | Alessandro-Barbieri | ✔ | ✖
-[HOL4](http://hol-theorem-prover.org/) | ? | math | Alessandro-Barbieri | ✔ | ✖
 [croissant](https://github.com/giann/croissant) | ? | dev-lua | NRK | ✔ | ?


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2024-04-01 21:54 [gentoo-commits] repo/proj/guru:dev commit in: / Julien Roy
@ 2024-04-01 22:00 ` Julien Roy
  0 siblings, 0 replies; 102+ messages in thread
From: Julien Roy @ 2024-04-01 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1db8add591a92e4b1a603153190f9486b515f98c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr  1 21:53:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr  1 21:53:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1db8add5

TODO.md: drop Alessandro Barbieri's TODO

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 TODO.md | 90 -----------------------------------------------------------------
 1 file changed, 90 deletions(-)

diff --git a/TODO.md b/TODO.md
index 8ea1ea8d81..6afd0be3d5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -13,95 +13,5 @@ If you find an interesting piece of software here, consider to package it, also
 [azure-sdk-tools](https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools) | setuptools | devel | Anna | ✔ | ✔
 [Lua-cURL](https://github.com/Lua-cURL/Lua-cURLv3) | cmake | lua | Anna | ✔ | ✔
 [odilia](https://odilia.app) | cargo | accessibility | Anna | ✔ | ✖
-[spacelib](https://github.com/Alessandro-Barbieri/SpaceLib) | none | science | Alessandro-Barbieri | ✖ | ✖
-[cpp-fuzzy-logic](https://sourceforge.net/projects/cpp-fuzzy-logic) | none | devel | Alessandro-Barbieri | ✖ | ✖
-[free fuzzy logic library](http://ffll.sourceforge.net) | none | devel | Alessandro-Barbieri | ✖ | ✖
-[solarized](https://github.com/altercation/solarized) | none | shell | Alessandro-Barbieri | ✔ | ✖
-[fizsh](https://github.com/zsh-users/fizsh) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[zsh-directory-history](https://github.com/tymm/zsh-directory-history) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[zsh-you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[forgit](https://github.com/wfxr/forgit) | none | shell | Alessandro-Barbieri | ✖ | ✖
-[openocl](https://openocl.org/) | none | octave | Alessandro-Barbieri | ✖ | ✖
-[octave-scicosim](https://wiki.octave.org/Sci_cosim) | none | octave | Alessandro-Barbieri | ✖ | ✖
-[silk-guardian](https://github.com/NateBrune/silk-guardian) | make | util | Alessandro-Barbieri | ✖ | ✖
-[lucida](https://github.com/claritylab/lucida) | make | | Alessandro-Barbieri | ✔ | ✖
-[embedded fuzzy logic library](https://github.com/zerokol/eFLL) | make | devel | Alessandro-Barbieri | ✖ | ✖
-[Intel-sgx](https://01.org/intel-softwareguard-extensions) | make | devel | Alessandro-Barbieri | ✔ | ✖
-[compcert](https://compcert.org) | make | compiler | Alessandro-Barbieri | ✔ | ✖
-[predictive](https://www.dr-qubit.org/predictive.html) | make | emacs | Alessandro-Barbieri | ✔ | ✖
-[tau](http://www.cs.uoregon.edu/research/tau/home.php) | make | tools | Alessandro-Barbieri | ✔ | ✔
-[gnat-llvm](https://github.com/AdaCore/gnat-llvm) | make | compiler | Alessandro-Barbieri | ✔ | ✖
-[csparse](https://people.sc.fsu.edu/~jburkardt/c_src/csparse/csparse.html) | make | science | Alessandro-Barbieri | ✖ | ✔
-[gslib](https://github.com/Nek5000/gslib) | make | cluster | Alessandro-Barbieri | ✖ | ✔
-[argobots](https://www.argobots.org/) | autotools | devel | Alessandro-Barbieri | ✖ | ✔
-[mochi-ssg](https://github.com/mochi-hpc/mochi-ssg) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[mochi-margo](https://github.com/mochi-hpc/mochi-margo) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[mochi-abt-io](https://github.com/mochi-hpc/mochi-abt-io) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[machinekit](https://github.com/machinekit/machinekit) | autotools | science | Alessandro-Barbieri | ✔ | ✖ | ✔
-[libreoffice-online](https://github.com/LibreOffice/online) | autotools | office | Alessandro-Barbieri | ✔ | ✖
-[latte-integrale](https://www.math.ucdavis.edu/~latte/) | autotools | math | Alessandro-Barbieri | ✔ | ✖
-[tides](https://sourceforge.net/projects/tidesodes/) | autotools | math | Alessandro-Barbieri | ✖ | ✔
-[Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | ✔ | ✔
-[warewulf](https://warewulf.lbl.gov/) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[jmodelica](https://github.com/jnorthrup/jmodelica) | autotools | science | Alessandro-Barbieri | ✔ | ✔
-[flux-core](https://github.com/flux-framework/flux-core) | autotools | cluster | Alessandro-Barbieri | ✔ | ✔
-[GPI-2](https://github.com/cc-hpc-itwm/GPI-2) | autotools | cluster | Alessandro-Barbieri | ✖ | ✔
-[blasfeo](https://github.com/giaf/blasfeo) | cmake | science | Alessandro-Barbieri | ✔ | ✔
-[libfixmath](https://github.com/PetteriAimonen/libfixmath) | cmake | devel | Alessandro-Barbieri | ✖ | ✖
-[hpmpc](https://github.com/giaf/hpmpc) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[mercury](https://github.com/mercury-hpc/mercury) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[chrono](https://projectchrono.org/) | cmake | science | Alessandro-Barbieri | ✖ | ✖
-[cocos2d-x](https://github.com/cocos2d/cocos2d-x) | cmake | game | Alessandro-Barbieri | ✔ | ✖
-[opensiv3d](https://github.com/Siv3D/OpenSiv3D) | cmake | game | Alessandro-Barbieri | ✔ | ✖
-[grive2](https://github.com/vitalif/grive2) | cmake | filesystem | Alessandro-Barbieri | ✖ | ✖
-[chapel](https://github.com/chapel-lang/chapel) | make | science | Alessandro-Barbieri | ✔ | ✔
-[osmium](https://wiki.openstreetmap.org/wiki/Osmium) | cmake | geography | Alessandro-Barbieri | ✖ | ✔
-[fuzzylite](https://github.com/fuzzylite/fuzzylite) | cmake | devel | Alessandro-Barbieri | ✖ | ✖
-[valhalla](https://github.com/valhalla/valhalla) | cmake | geography | Alessandro-Barbieri | ✖ | ✖
-[openenclave](https://openenclave.io/sdk/) | cmake | util | Alessandro-Barbieri | ✖ | ✖
-[alpaka](https://github.com/alpaka-group/alpaka) | cmake | science | Alessandro-Barbieri | ✖
-[mochi-thallium](https://github.com/mochi-hpc/mochi-thallium) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[flexiblas](https://www.mpi-magdeburg.mpg.de/projects/flexiblas) | cmake | science | Alessandro-Barbieri | ✔
-[blitz](https://github.com/blitzpp/blitz) | cmake | c++ | Alessandro-Barbieri | ✖ | ✔
-[fmi-library](https://github.com/modelon-community/fmi-library) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[aerodyn](https://github.com/OpenFAST/openfast/tree/main/modules/aerodyn) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[llvm-ompss2](https://github.com/bsc-pm/llvm) | cmake | cluster | Alessandro-Barbieri | ✔ | ✔
-[pagmo](https://esa.github.io/pagmo2/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[osqp](https://github.com/osqp/osqp) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[superscs](https://github.com/kul-optec/superscs) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[amrex](https://github.com/AMReX-Codes/amrex/blob/development/CMakeLists.txt) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[DataTransferKit](https://github.com/ORNL-CEES/DataTransferKit) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[heffte](https://bitbucket.org/icl/heffte/src/master/) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[omega_h](https://github.com/sandialabs/omega_h) | cmake | cluster | Alessandro-Barbieri | ✖ | ✔
-[phist](https://bitbucket.org/essex/phist/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[precice](https://github.com/precice/precice) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[scorec](https://github.com/SCOREC/core) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[slate](https://bitbucket.org/icl/slate/) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[tasmanian](https://github.com/ORNL/TASMANIAN) | cmake | science | Alessandro-Barbieri | ✖ | ✔
-[vite](https://solverstack.gitlabpages.inria.fr/vite/) | cmake | visualization | Alessandro-Barbieri | ✖ | ✔
-[zpp](https://github.com/jbigot/zpp) | cmake | devel | Alessandro-Barbieri | ✖ | ✔
-[enarx](https://enarx.dev/) | cargo | util | Alessandro-Barbieri | ✖ | ✖
-[ruplacer](https://github.com/dmerejkowsky/ruplacer) | cargo | sys | Alessandro-Barbieri | ✖ | ✖
-[open-match](https://github.com/googleforgames/open-match) | go | devel | Alessandro-Barbieri | ✔ | ✖
-[gridstudio](https://github.com/ricklamers/gridstudio) | go | visualization | Alessandro-Barbieri | ✔ | ✖
-[osmosis](https://wiki.openstreetmap.org/wiki/Osmosis) | gradle | geography | Alessandro-Barbieri | ✔ | ✖
-[Opensearch](https://github.com/opensearch-project/OpenSearch) | gradle |  | Alessandro-Barbieri | ✔ | ✖
-[cocalc](https://github.com/sagemathinc/cocalc) | npm | math | Alessandro-Barbieri | ✔ | ✖
-[node-red](https://nodered.org/) | npm | programming | Alessandro-Barbieri | ✔ | ✖
-[tangram](https://github.com/tangrams/tangram) | npm | geoscience | Alessandro-Barbieri | ✔ | ✖
-[ijavascript](https://github.com/n-riesco/ijavascript) | npm | jupyter | Alessandro-Barbieri | ✔ | ✖
-[pelias](https://github.com/pelias/pelias) | npm | geoscience | Alessandro-Barbieri | ✔ | ✖
-[carto](https://github.com/mapbox/carto) | npm | geoscience | Alessandro-Barbieri | ✔ | ✖
-[bee-node-dashboard](https://github.com/iotaledger/node-dashboard) | npm | cryptocurrencies | Alessandro-Barbieri | ✔ | ✔
-[Gitfs](https://github.com/presslabs/gitfs) | setuptools | filesystem | Alessandro-Barbieri | ✔ | ✖
-[usbkill](https://github.com/hephaest0s/usbkill) | setuptools | util | Alessandro-Barbieri | ✖ | ✖
-[blockify](https://github.com/serialoverflow/blockify) | setuptools | audio | Alessandro-Barbieri | ✖ | ✖
-[foobnix](https://github.com/foobnix/foobnix) | setuptools | audio | | | ✖
-[mmtracking](https://github.com/open-mmlab/mmtracking) | setuptools | science | Alessandro-Barbieri | ✖
-[libensemble](https://github.com/Libensemble/libensemble) | setuptools | cluster | Alessandro-Barbieri | ✖ | ✔
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖
-[casadi](https://web.casadi.org/) | cmake swig | science | Alessandro-Barbieri | ✖ | ✔
-[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) | setuptools yarn | jupyter | Alessandro-Barbieri | ✔ | ✖
-[gitlab](https://gitlab.com/gitlab-org/gitlab-foss) | yarn gem | vcs | Alessandro-Barbieri | ✔ | ✖
-[HOL4](http://hol-theorem-prover.org/) | ? | math | Alessandro-Barbieri | ✔ | ✖
 [croissant](https://github.com/giann/croissant) | ? | dev-lua | NRK | ✔ | ?


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-04-02 12:34 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2024-04-02 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     facd111a9fcc18a3b732cc9fc92f851c167e3584
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Tue Apr  2 11:11:39 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Apr  2 11:13:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=facd111a

TODO: remove Lua-cURL

I believe this was added because of mpv_sponsorblock_minimal but
upstream no longer depends on it:
https://codeberg.org/jouni/mpv_sponsorblock_minimal/commit/01e05c633dca900bda84da1b4a2f8868799e9b17

Signed-off-by: NRK <nrk <AT> disroot.org>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 903445711d..4dca1afdcc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,7 +11,6 @@ If you find an interesting piece of software here, consider to package it, also
 [pyArango](https://pypi.org/project/pyArango/) | setuptools | devel | Anna | ✔ | ✔
 [pycouchdb](https://pypi.org/project/pycouchdb/) | poetry | devel | Anna | ✔ | ✔
 [azure-sdk-tools](https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools) | setuptools | devel | Anna | ✔ | ✔
-[Lua-cURL](https://github.com/Lua-cURL/Lua-cURLv3) | cmake | lua | Anna | ✔ | ✔
 [odilia](https://odilia.app) | cargo | accessibility | Anna | ✔ | ✖
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖
 [croissant](https://github.com/giann/croissant) | ? | dev-lua | NRK | ✔ | ?


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-04-02 12:34 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2024-04-02 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0f449b0cab292a84e3758c6a8a574f1375e619ec
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Tue Apr  2 11:06:10 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Apr  2 11:08:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f449b0c

TODO: add back greenclip

mistakenly removed in 51b7fdc15199c27fc724f53f4862a3e73e43cbc8

Signed-off-by: NRK <nrk <AT> disroot.org>

 TODO.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO.md b/TODO.md
index 6afd0be3d5..903445711d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -15,3 +15,4 @@ If you find an interesting piece of software here, consider to package it, also
 [odilia](https://odilia.app) | cargo | accessibility | Anna | ✔ | ✖
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖
 [croissant](https://github.com/giann/croissant) | ? | dev-lua | NRK | ✔ | ?
+[greenclip](https://github.com/erebe/greenclip) (source build) | cabal | x11-misc | NRK | ✔ | ✖


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-04-19 18:02 ` Julien Roy
  0 siblings, 0 replies; 102+ messages in thread
From: Julien Roy @ 2024-04-19 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f0fc3b8306ce62a9decc0ff9a958ca6f6bf4779d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr 19 17:50:48 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 17:50:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0fc3b83

PR.md: add document to track closed/rejected PRs

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 PR.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/PR.md b/PR.md
new file mode 100644
index 0000000000..d7ac25fb7f
--- /dev/null
+++ b/PR.md
@@ -0,0 +1,6 @@
+# GURU Pull Requests
+
+This document tracks PRs that were closed or rejected for one reason or another
+
+PR | Reason
+-- | ------


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-04-19 18:02 Julien Roy
  0 siblings, 0 replies; 102+ messages in thread
From: Julien Roy @ 2024-04-19 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d77658ef4041573cde849639892bb1aaa3662baa
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr 19 17:59:43 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 18:00:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d77658ef

Revert "PR.md: Close #81, no response from author"

This reverts commit c4b3606162c73793bed12846976ba40a35bf0fee.

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 PR.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PR.md b/PR.md
index c84fc1dc36..d7ac25fb7f 100644
--- a/PR.md
+++ b/PR.md
@@ -4,4 +4,3 @@ This document tracks PRs that were closed or rejected for one reason or another
 
 PR | Reason
 -- | ------
-[#81](https://github.com/gentoo/guru/pull/81) | No response from author


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2024-04-19 18:01 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-04-19 18:02 ` Julien Roy
  0 siblings, 0 replies; 102+ messages in thread
From: Julien Roy @ 2024-04-19 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c3186aceb0497d884ff7b0dfe9cdd63c6f4f8302
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr 19 17:59:35 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 18:00:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3186ace

Revert "PR.md: Close #82, no response from author"

This reverts commit 43ca99860e93791fd52aaff20a606122aceec0c3.

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 PR.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PR.md b/PR.md
index 1a49e567bd..c84fc1dc36 100644
--- a/PR.md
+++ b/PR.md
@@ -5,4 +5,3 @@ This document tracks PRs that were closed or rejected for one reason or another
 PR | Reason
 -- | ------
 [#81](https://github.com/gentoo/guru/pull/81) | No response from author
-[#82](https://github.com/gentoo/guru/pull/82) | No response from author


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2024-04-19 18:01 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-04-19 18:02 ` Julien Roy
  0 siblings, 0 replies; 102+ messages in thread
From: Julien Roy @ 2024-04-19 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8ba9f99f1b4aedcbb54dc9b9e09310f722f68517
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr 19 17:59:49 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 18:00:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ba9f99f

Revert "PR.md: add document to track closed/rejected PRs"

This reverts commit f0fc3b8306ce62a9decc0ff9a958ca6f6bf4779d.

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 PR.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/PR.md b/PR.md
deleted file mode 100644
index d7ac25fb7f..0000000000
--- a/PR.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# GURU Pull Requests
-
-This document tracks PRs that were closed or rejected for one reason or another
-
-PR | Reason
--- | ------


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-04-19 18:02 ` Julien Roy
  0 siblings, 0 replies; 102+ messages in thread
From: Julien Roy @ 2024-04-19 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     43ca99860e93791fd52aaff20a606122aceec0c3
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr 19 17:52:22 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 17:52:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43ca9986

PR.md: Close #82, no response from author

Closes: https://github.com/gentoo/guru/pull/82
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 PR.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PR.md b/PR.md
index c84fc1dc36..1a49e567bd 100644
--- a/PR.md
+++ b/PR.md
@@ -5,3 +5,4 @@ This document tracks PRs that were closed or rejected for one reason or another
 PR | Reason
 -- | ------
 [#81](https://github.com/gentoo/guru/pull/81) | No response from author
+[#82](https://github.com/gentoo/guru/pull/82) | No response from author


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

* [gentoo-commits] repo/proj/guru:master commit in: /
  2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-04-19 18:02 ` Julien Roy
  0 siblings, 0 replies; 102+ messages in thread
From: Julien Roy @ 2024-04-19 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b3606162c73793bed12846976ba40a35bf0fee
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr 19 17:51:38 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 17:51:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4b36061

PR.md: Close #81, no response from author

Closes: https://github.com/gentoo/guru/pull/81
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 PR.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PR.md b/PR.md
index d7ac25fb7f..c84fc1dc36 100644
--- a/PR.md
+++ b/PR.md
@@ -4,3 +4,4 @@ This document tracks PRs that were closed or rejected for one reason or another
 
 PR | Reason
 -- | ------
+[#81](https://github.com/gentoo/guru/pull/81) | No response from author


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-04-21 14:11 Haelwenn Monnier
  0 siblings, 0 replies; 102+ messages in thread
From: Haelwenn Monnier @ 2024-04-21 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0197816114cb21aa375e6effb20bf01cd64e9a
Author:     Joshua Clifton <joshieworld1269 <AT> gmail <DOT> com>
AuthorDate: Sat Apr 20 16:38:54 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Apr 20 16:43:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d019781

TODO.md:

Adds a theoretical package to 'TODO.md'

Signed-off-by: Joshua Clifton <joshieworld1269 <AT> gmail.com>

 TODO.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO.md b/TODO.md
index 4dca1afdcc..aa0100eefe 100644
--- a/TODO.md
+++ b/TODO.md
@@ -15,3 +15,4 @@ If you find an interesting piece of software here, consider to package it, also
 [ActivityWatch](https://github.com/ActivityWatch/activitywatch) | setuptools | utils | David Roman | ✔ | ✖
 [croissant](https://github.com/giann/croissant) | ? | dev-lua | NRK | ✔ | ?
 [greenclip](https://github.com/erebe/greenclip) (source build) | cabal | x11-misc | NRK | ✔ | ✖
+[texlab](https://github.com/latex-lsp/texlab) | cargo | app-text | Joshua | ✔ | ?


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

* [gentoo-commits] repo/proj/guru:master commit in: /
@ 2024-04-22 20:52 David Roman
  0 siblings, 0 replies; 102+ messages in thread
From: David Roman @ 2024-04-22 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     84f7f618028abb46401cf4009c00c4f854d5c419
Author:     Joshua Clifton <ayohss <AT> proton <DOT> me>
AuthorDate: Mon Apr 22 19:51:31 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr 22 19:51:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84f7f618

TODO.md: add new pkg "pass-import" to TODO.md

Signed-off-by: Joshua Clifton <ayohss <AT> proton.me>

 TODO.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO.md b/TODO.md
index aa0100eefe..12943d3d79 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,3 +16,4 @@ If you find an interesting piece of software here, consider to package it, also
 [croissant](https://github.com/giann/croissant) | ? | dev-lua | NRK | ✔ | ?
 [greenclip](https://github.com/erebe/greenclip) (source build) | cabal | x11-misc | NRK | ✔ | ✖
 [texlab](https://github.com/latex-lsp/texlab) | cargo | app-text | Joshua | ✔ | ?
+[pass-import](https://github.com/roddhjav/pass-import) | setuptools | app-admin | Joshua | ✔ | ✔


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

end of thread, other threads:[~2024-04-22 20:52 UTC | newest]

Thread overview: 102+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 21:54 [gentoo-commits] repo/proj/guru:dev commit in: / Julien Roy
2024-04-01 22:00 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-04-22 20:52 David Roman
2024-04-21 14:11 Haelwenn Monnier
2024-04-19 18:02 Julien Roy
2024-04-19 18:01 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 18:01 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 17:53 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 18:02 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-02 12:34 Haelwenn Monnier
2024-04-02 12:34 Haelwenn Monnier
2024-04-01 21:30 Haelwenn Monnier
2024-03-11 17:31 David Roman
2024-02-23  1:36 David Roman
2024-02-17  2:40 Rui Huang
2024-01-09 16:24 David Roman
2024-01-07 23:46 David Roman
2024-01-01 14:31 Florian Schmaus
2023-12-14  7:25 Viorel Munteanu
2023-11-12  0:50 David Roman
2023-09-05 22:34 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2023-09-05 22:35 ` [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2023-09-03 12:27 Haelwenn Monnier
2023-07-11  6:16 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-11  6:15 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-14  7:44 Viorel Munteanu
2023-01-04  8:51 Florian Schmaus
2023-01-04  8:51 Florian Schmaus
2022-11-04 14:38 Arthur Zamarin
2022-11-04 14:38 Arthur Zamarin
2022-06-22 17:39 Andrew Ammerlaan
2022-06-14 18:35 Haelwenn Monnier
2022-06-14 18:35 Haelwenn Monnier
2022-06-10 14:08 Andrew Ammerlaan
2022-06-03 10:44 Florian Schmaus
2022-06-03 10:44 Florian Schmaus
2022-06-03 10:44 Florian Schmaus
2022-06-03 10:44 Florian Schmaus
2022-05-29 18:29 Andrew Ammerlaan
2022-05-28 10:10 Andrew Ammerlaan
2022-05-28 10:10 Andrew Ammerlaan
2022-05-09 18:44 Andrew Ammerlaan
2022-05-09 18:44 Andrew Ammerlaan
2022-05-09 18:44 Andrew Ammerlaan
2022-05-02 17:59 Arthur Zamarin
2022-04-06  0:07 Ronny Gutbrod
2022-03-29  0:22 Ronny Gutbrod
2022-03-23 16:15 Ronny Gutbrod
2022-02-04 11:44 Florian Schmaus
2022-02-04 11:44 Florian Schmaus
2022-02-04 11:44 Florian Schmaus
2022-02-04 11:44 Florian Schmaus
2021-10-28 20:56 Haelwenn Monnier
2021-10-28 20:56 Haelwenn Monnier
2021-10-28 20:56 Haelwenn Monnier
2021-10-27  6:18 Florian Schmaus
2021-10-25 11:56 Andrew Ammerlaan
2021-10-20  8:18 Florian Schmaus
2021-10-20  8:18 Florian Schmaus
2021-10-13 22:12 Haelwenn Monnier
2021-10-13 22:12 Haelwenn Monnier
2021-10-09  6:44 Arthur Zamarin
2021-09-30 19:39 Arthur Zamarin
2021-09-08 15:20 Arthur Zamarin
2021-09-07  2:58 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier
2021-08-24 19:24 Andrew Ammerlaan
2021-08-24 19:24 Andrew Ammerlaan
2021-08-24 19:24 Andrew Ammerlaan
2021-08-24 19:24 Andrew Ammerlaan
2021-08-20 18:48 Florian Schmaus
2021-08-20 18:48 Florian Schmaus
2021-08-20 18:48 Florian Schmaus
2021-08-12 12:33 Florian Schmaus
2021-08-07 17:48 Florian Schmaus
2021-08-03  8:45 Andrew Ammerlaan
2021-08-03  8:45 Andrew Ammerlaan
2021-08-03  8:45 Andrew Ammerlaan
2021-07-30  9:11 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-26 14:05 Andrew Ammerlaan
2021-07-14 19:43 Andrew Ammerlaan
2021-06-20 13:07 Andrew Ammerlaan
2021-06-20 13:07 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-04-23  8:47 Haelwenn Monnier
2021-01-23 11:49 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-03 12:19 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-03 12:19 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-22 10:50 Andrew Ammerlaan
2020-07-12 11:42 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-12 11:57 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-07 16:51 [gentoo-commits] repo/proj/guru:dev " Michał Górny
2020-05-07 16:51 ` [gentoo-commits] repo/proj/guru:master " Michał Górny
2020-05-01 11:16 Andrew Ammerlaan
2020-05-01 10:07 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-01 10:08 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-01 10:02 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-01 10:02 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-01  9:58 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-01  9:59 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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