add pentoo packages
This commit is contained in:
parent
2c7f24733f
commit
3225cb1eb2
2 changed files with 51 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -62,7 +62,7 @@ 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>
|
||||
<tr id="gentoo">
|
||||
<td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (paquet)</a></td>
|
||||
<td>Paquets pour la distribution Gentoo</td>
|
||||
<td>Fichier ebuild</td>
|
||||
|
@ -110,6 +110,14 @@ rel="stylesheet" href="/css/projets.css"
|
|||
<td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/commit/41c4b87643975271a110d57d9b4f55eddcce4270">41c4b87</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 (paquet)</a></td>
|
||||
<td>Paquets pour la distribution Pentoo</td>
|
||||
<td>Fichier ebuild</td>
|
||||
<td>Communauté Pentoo</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>Plugin MantisBT pour ajouter les commits venant de serveurs Git</td>
|
||||
|
@ -169,8 +177,22 @@ rel="stylesheet" href="/css/projets.css"
|
|||
</div>
|
||||
|
||||
<h3>Notes</h3>
|
||||
<h4>Gentoo</h4>
|
||||
<p>Je n'ai, pour l'instant, contribué qu'au paquet xdotool. Si je soumets d'autres patchs, je ferais une liste de tous les paquets ici.</p>
|
||||
<h4>Gentoo, Pentoo</h4>
|
||||
<p>J'ai contribué à deux overlays Gentoo: l'officiel et Pentoo. Je fais la liste ci-dessous des paquets auxquels j'ai pu contribuer.</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>Le commit suivant est aussi de mon ressort mais dregad semble avoir remodifié en plus la REGEX. Je préfère mettre du coup uniquement les commits que j'ai écrit.</p>
|
||||
|
|
Loading…
Reference in a new issue