Compare commits
4 Commits
1.0.0
...
615d3d9643
Author | SHA1 | Date | |
---|---|---|---|
615d3d9643 | |||
ae1626b61e | |||
525c8d8c55 | |||
a6484c5551 |
@ -1,3 +1,5 @@
|
||||
# src_prepare.gitlab.io
|
||||
|
||||
<p align="center">
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/pipelines">
|
||||
<img src="https://gitlab.com/src_prepare/src_prepare.gitlab.io/badges/master/pipeline.svg">
|
||||
@ -20,6 +22,6 @@
|
||||
</p>
|
||||
|
||||
|
||||
# src_prepare.gitlab.io
|
||||
# About
|
||||
|
||||
The source code of [src_prepare website](https://src_prepare.gitlab.io)
|
||||
|
@ -82,11 +82,6 @@
|
||||
XGQT (lead)
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitlab.com/TheMainOne">
|
||||
TheMainOne
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitlab.com/grepwood">
|
||||
grepwood
|
||||
@ -112,11 +107,6 @@
|
||||
Alessandro Barbieri
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitlab.com/ArcticTheRogue">
|
||||
Arctic
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitlab.com/Parona">
|
||||
Parona
|
||||
@ -142,6 +132,16 @@
|
||||
Xenhat Hex
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitlab.com/TheMainOne">
|
||||
TheMainOne
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitlab.com/ArcticTheRogue">
|
||||
Arctic
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
@ -307,6 +307,33 @@
|
||||
not supported
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/rkt">
|
||||
rkt
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/rkt/-/blob/master/README.md">
|
||||
Gentoo overlay with packages from the Racket Package Catalog
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/rkt/pipelines">
|
||||
<img src="https://gitlab.com/src_prepare/rkt/badges/master/pipeline.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/rkt/-/raw/master/LICENSE">
|
||||
<img src="./assets/badges/license-gplv2-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/rkt/commits/master.atom">
|
||||
<img src="./assets/badges/feed-atom-orange.svg">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/scripts">
|
||||
|
@ -90,6 +90,19 @@
|
||||
</a>
|
||||
)
|
||||
</li>
|
||||
<li>
|
||||
Version mixing
|
||||
(
|
||||
specific versions of software can be
|
||||
<a href="https://wiki.gentoo.org/wiki//etc/portage/package.mask">
|
||||
masked
|
||||
</a>
|
||||
or
|
||||
<a href="https://wiki.gentoo.org/wiki/ACCEPT_KEYWORDS">
|
||||
"accepted" to use bleeding edge
|
||||
</a>
|
||||
)
|
||||
</li>
|
||||
<li>
|
||||
Lack of trust towards binary packages provided by a binary distro
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user