add pentoo packages

This commit is contained in:
rick 2024-10-27 16:00:35 +01:00
commit 3225cb1eb2
Signed by: Rick
GPG key ID: A2E7B6CA577C8F07
2 changed files with 51 additions and 7 deletions

View file

@ -62,8 +62,8 @@ rel="stylesheet" href="/css/projets.css"
<td><a href="https://github.com/lxc/distrobuilder/commit/e9c6e0fe46fe19f52dc5d910ae7b75d218d2ead1">e9c6e0</a></td>
<td><a href="https://github.com/lxc/distrobuilder/blob/64c04995b31c6ff593f0a1f317faa9b47967c8c2/COPYING">Apache 2.0</a></td>
</tr>
<tr>
<td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (paquet)</a></td>
<tr id="gentoo">
<td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (package)</a></td>
<td>Packages for Gentoo</td>
<td>ebuild file</td>
<td>Marek Szuba (for xdotool) and Gentoo community</td>
@ -110,6 +110,14 @@ rel="stylesheet" href="/css/projets.css"
<td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/commit/0e9db7141a792ad96d1e1de2d0bd94a50da6dc70">0e9db71</a></td>
<td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/blob/main/LICENSE">Apache 2.0</a></td>
</tr>
<tr id="pentoo">
<td><a href="https://github.com/pentoo/pentoo-overlay">Pentoo (package)</a></td>
<td>Packages for Pentoo</td>
<td>ebuild file</td>
<td>Pentoo community</td>
<td><a href="https://github.com/pentoo/pentoo-overlay/commit/eeb881ae4d115adb80b1b80e9d5b1d9488b3cd74">liblnk</a></td>
<td>GNU GPL v2</td>
</tr>
<tr>
<td><a href="https://github.com/mantisbt-plugins/source-integration">source-integration</a></td>
<td>MantisBT plugin to add commits coming from Git servers.</td>
@ -169,8 +177,22 @@ rel="stylesheet" href="/css/projets.css"
</div>
<h3>Notes</h3>
<h4>Gentoo</h4>
<p>I've only, for now, contribute to the xdotool package. I'll list all my patches if I submit more here.</p>
<h4>Gentoo, Pentoo</h4>
<p>I've contributed on two overlays Gentoo: official and Pentoo. Here a list of the packages which I've contributed.</p>
<ul>
<li><a href="#gentoo">Gentoo</a></li>
<ul>
<li>xdotool</li>
</ul>
<li><a href="#pentoo">Pentoo</a></li>
<ul>
<li>liblnk</li>
<li>libfole</li>
<li>libfwps</li>
<li>libfwsi</li>
</ul>
</ul>
<h4>source-integration</h4>
<p>The next commit is mine too, but dregad seems to make small modifications on the REGEX. I prefer to put only the commits who have been authored by me.</p>