Compare commits
19 Commits
1f587749ab
...
master
Author | SHA1 | Date | |
---|---|---|---|
1a55673b96 | |||
d852458019 | |||
615d3d9643 | |||
ae1626b61e | |||
525c8d8c55 | |||
a6484c5551 | |||
6c9ff85b7d | |||
de7a463497 | |||
4a3b1a6f93 | |||
0e04bbf5ee | |||
14b7655b4e | |||
5040ba57be | |||
131ce6af00 | |||
46f32fd2fd | |||
1b840a3378 | |||
91a9e0df21 | |||
c654f8855c | |||
ffd702a400 | |||
a2d9141534 |
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
tab_width = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[.gitmodules]
|
||||||
|
indent_style = tab
|
@ -1,5 +1,8 @@
|
|||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "public/assets/badges"]
|
||||||
|
path = public/assets/badges
|
||||||
|
url = https://gitlab.com/src_prepare/badge
|
4
LICENSE
4
LICENSE
@ -1,6 +1,6 @@
|
|||||||
ISC License
|
ISC License
|
||||||
|
|
||||||
Copyright (c) 2020, src_prepare group
|
Copyright (c) 2020-2021, src_prepare group
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -12,4 +12,4 @@ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|||||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
13
README.md
13
README.md
@ -1,20 +1,27 @@
|
|||||||
|
# src_prepare.gitlab.io
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/pipelines">
|
<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">
|
<img src="https://gitlab.com/src_prepare/src_prepare.gitlab.io/badges/master/pipeline.svg">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/">
|
||||||
|
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/hosted_on-gitlab-orange.svg">
|
||||||
|
</a>
|
||||||
<a href="https://gentoo.org/">
|
<a href="https://gentoo.org/">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/powered-by-gentoo-linux-tyrian.svg">
|
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/powered-by-gentoo-linux-tyrian.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="./LICENSE">
|
<a href="./LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-ISC-blue.svg">
|
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/license-isc-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://app.element.io/#/room/#src_prepare:matrix.org">
|
<a href="https://app.element.io/#/room/#src_prepare:matrix.org">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/chat-matrix-blue.svg">
|
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/chat-matrix-green.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# src_prepare.gitlab.io
|
|
||||||
|
# About
|
||||||
|
|
||||||
The source code of [src_prepare website](https://src_prepare.gitlab.io)
|
The source code of [src_prepare website](https://src_prepare.gitlab.io)
|
||||||
|
1
public/assets/badges
Submodule
1
public/assets/badges
Submodule
Submodule public/assets/badges added at 064c979b92
@ -39,9 +39,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="why.html">Why</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="devs.html">Developers</a>
|
<a href="devs.html">Developers</a>
|
||||||
</li>
|
</li>
|
||||||
@ -51,6 +48,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="shoutouts.html">Shoutouts</a>
|
<a href="shoutouts.html">Shoutouts</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="why-gentoo.html">Gentoo</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||||
</li>
|
</li>
|
||||||
@ -82,11 +82,6 @@
|
|||||||
XGQT (lead)
|
XGQT (lead)
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="https://gitlab.com/TheMainOne">
|
|
||||||
TheMainOne
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://gitlab.com/grepwood">
|
<a href="https://gitlab.com/grepwood">
|
||||||
grepwood
|
grepwood
|
||||||
@ -112,11 +107,6 @@
|
|||||||
Alessandro Barbieri
|
Alessandro Barbieri
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="https://gitlab.com/ArcticTheRogue">
|
|
||||||
Arctic
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://gitlab.com/Parona">
|
<a href="https://gitlab.com/Parona">
|
||||||
Parona
|
Parona
|
||||||
@ -142,6 +132,16 @@
|
|||||||
Xenhat Hex
|
Xenhat Hex
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://gitlab.com/TheMainOne">
|
||||||
|
TheMainOne
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://gitlab.com/ArcticTheRogue">
|
||||||
|
Arctic
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="why.html">Why</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="devs.html">Developers</a>
|
<a href="devs.html">Developers</a>
|
||||||
</li>
|
</li>
|
||||||
@ -51,6 +48,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="shoutouts.html">Shoutouts</a>
|
<a href="shoutouts.html">Shoutouts</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="why-gentoo.html">Gentoo</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/ ">Packages</a>
|
<a href="https://src_prepare.gitlab.io/gen-pkgs/ ">Packages</a>
|
||||||
</li>
|
</li>
|
||||||
@ -76,8 +76,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The src_prepare group is a community of developers who happen to use the Gentoo GNU/Linux
|
The src_prepare group is a community of systems developers.
|
||||||
operating system.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
We focus on making our development fun, comfortable and reproducible.
|
We focus on making our development fun, comfortable and reproducible.
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="why.html">Why</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="devs.html">Developers</a>
|
<a href="devs.html">Developers</a>
|
||||||
</li>
|
</li>
|
||||||
@ -51,6 +48,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="shoutouts.html">Shoutouts</a>
|
<a href="shoutouts.html">Shoutouts</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="why-gentoo.html">Gentoo</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="packages.html">Packages</a>
|
<a href="packages.html">Packages</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="why.html">Why</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="devs.html">Developers</a>
|
<a href="devs.html">Developers</a>
|
||||||
</li>
|
</li>
|
||||||
@ -51,6 +48,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="shoutouts.html">Shoutouts</a>
|
<a href="shoutouts.html">Shoutouts</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="why-gentoo.html">Gentoo</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||||
</li>
|
</li>
|
||||||
@ -110,12 +110,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/artwork/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/artwork/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-CC0 1.0 Universal-blue.svg">
|
<img src="./assets/badges/license-cc0-1.0-universal-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/artwork/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/artwork/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -137,12 +137,39 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/badge/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/badge/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-CC0 1.0 Universal-blue.svg">
|
<img src="./assets/badges/license-cc0-1.0-universal-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/badge/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/badge/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/devmanual-mirror">
|
||||||
|
devmanual-mirror
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/devmanual-mirror/-/blob/master/README.md">
|
||||||
|
Mirror of Gentoo Devmanual
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/devmanual-mirror/pipelines">
|
||||||
|
<img src="https://gitlab.com/src_prepare/devmanual-mirror/badges/master/pipeline.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/devmanual-mirror/-/raw/master/LICENSE">
|
||||||
|
<img src="./assets/badges/license-gplv3-blue.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/badge/commits/master.atom">
|
||||||
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -164,12 +191,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/euscan-ng/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/euscan-ng/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
|
<img src="./assets/badges/license-gplv2-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/euscan-ng/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/euscan-ng/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -191,12 +218,42 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/gen-pkgs/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/gen-pkgs/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-GPLv3-blue.svg">
|
<img src="./assets/badges/license-gplv3-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/gen-pkgs/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/gen-pkgs/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/gen-pkgs-all">
|
||||||
|
gen-pkgs-all
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gpo.zugaina.org/">
|
||||||
|
GPO-inspired
|
||||||
|
</a>
|
||||||
|
<a href="https://gitlab.com/src_prepare/gen-pkgs-all/-/blob/master/README.md">
|
||||||
|
auto-generation of Gentoo overlay reports
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/gen-pkgs-all/pipelines">
|
||||||
|
<img src="https://gitlab.com/src_prepare/gen-pkgs-all/badges/master/pipeline.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/gen-pkgs-all/-/raw/master/LICENSE">
|
||||||
|
<img src="./assets/badges/license-gplv3-blue.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/gen-pkgs-all/commits/master.atom">
|
||||||
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -208,129 +265,156 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/leaden/-/blob/master/README.md">
|
<a href="https://gitlab.com/src_prepare/leaden/-/blob/master/README.md">
|
||||||
Light Ebuild Automated Development Environment Notebook
|
Light Ebuild Automated Development Environment Notebook
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/leaden/pipelines">
|
<a href="https://gitlab.com/src_prepare/leaden/pipelines">
|
||||||
<img src="https://gitlab.com/src_prepare/leaden/badges/master/pipeline.svg">
|
<img src="https://gitlab.com/src_prepare/leaden/badges/master/pipeline.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-GPLv3-blue.svg">
|
<img src="./assets/badges/license-gplv3-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/leaden/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/leaden/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://codeberg.org/src_prepare/pages">
|
<a href="https://codeberg.org/src_prepare/pages">
|
||||||
pages (Codeberg)
|
pages (Codeberg)
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://codeberg.org/src_prepare/pages/src/branch/master/README.md">
|
<a href="https://codeberg.org/src_prepare/pages/src/branch/master/README.md">
|
||||||
Mirror of https://src_prepare.gitlab.io
|
Mirror of https://src_prepare.gitlab.io
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
not supported
|
not supported
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://codeberg.org/src_prepare/pages/raw/branch/master/LICENSE">
|
<a href="https://codeberg.org/src_prepare/pages/raw/branch/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-ISC-blue.svg">
|
<img src="./assets/badges/license-isc-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
not supported
|
not supported
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/scripts">
|
<a href="https://gitlab.com/src_prepare/rkt">
|
||||||
scripts
|
rkt
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/scripts/-/blob/master/README.md">
|
<a href="https://gitlab.com/src_prepare/rkt/-/blob/master/README.md">
|
||||||
Miscellaneous maintenance scripts by src_prepare group
|
Gentoo overlay with packages from the Racket Package Catalog
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/scripts/pipelines">
|
<a href="https://gitlab.com/src_prepare/rkt/pipelines">
|
||||||
<img src="https://gitlab.com/src_prepare/scripts/badges/master/pipeline.svg">
|
<img src="https://gitlab.com/src_prepare/rkt/badges/master/pipeline.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/rkt/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-ISC-blue.svg">
|
<img src="./assets/badges/license-gplv2-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/scripts/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/rkt/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io">
|
<a href="https://gitlab.com/src_prepare/scripts">
|
||||||
src_prepare website
|
scripts
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/-/blob/master/README.md">
|
<a href="https://gitlab.com/src_prepare/scripts/-/blob/master/README.md">
|
||||||
The src_prepare website
|
Miscellaneous maintenance scripts by src_prepare group
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/pipelines">
|
<a href="https://gitlab.com/src_prepare/scripts/pipelines">
|
||||||
<img src="https://gitlab.com/src_prepare/src_prepare-overlay/badges/master/pipeline.svg">
|
<img src="https://gitlab.com/src_prepare/scripts/badges/master/pipeline.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-ISC-blue.svg">
|
<img src="./assets/badges/license-gplv3-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/scripts/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay">
|
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io">
|
||||||
src_prepare overlay
|
src_prepare website
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/README.md">
|
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/-/blob/master/README.md">
|
||||||
src_prepare group's Gentoo overlay
|
The src_prepare website
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/pipelines">
|
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/pipelines">
|
||||||
<img src="https://gitlab.com/src_prepare/src_prepare-overlay/badges/master/pipeline.svg">
|
<img src="https://gitlab.com/src_prepare/src_prepare.gitlab.io/badges/master/pipeline.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/-/raw/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
|
<img src="./assets/badges/license-isc-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom">
|
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/commits/master.atom">
|
||||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay">
|
||||||
|
src_prepare overlay
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/README.md">
|
||||||
|
src_prepare group's Gentoo overlay
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/pipelines">
|
||||||
|
<img src="https://gitlab.com/src_prepare/src_prepare-overlay/badges/master/pipeline.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
||||||
|
<img src="./assets/badges/license-gplv2-blue.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom">
|
||||||
|
<img src="./assets/badges/feed-atom-orange.svg">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
@ -348,6 +432,29 @@
|
|||||||
<th>
|
<th>
|
||||||
Type
|
Type
|
||||||
</th>
|
</th>
|
||||||
|
<th>
|
||||||
|
Main src_prepare overlay at
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/gentoo-mirror">
|
||||||
|
Gentoo
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/">
|
||||||
|
Github
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
project
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/gentoo-mirror/src_prepare-overlay">
|
||||||
|
https://github.com/gentoo-mirror/src_prepare-overlay
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@ -363,6 +470,11 @@
|
|||||||
<td>
|
<td>
|
||||||
personal
|
personal
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/xgqt/src_prepare-overlay">
|
||||||
|
https://github.com/xgqt/src_prepare-overlay
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@ -378,6 +490,12 @@
|
|||||||
<td>
|
<td>
|
||||||
project
|
project
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://codeberg.org/src_prepare/src_prepare-overlay">
|
||||||
|
https://codeberg.org/src_prepare/src_prepare-overlay
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://git.yorune.pl/src_prepare">
|
<a href="https://git.yorune.pl/src_prepare">
|
||||||
@ -386,15 +504,17 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://git.yorune.pl">
|
<a href="https://git.yorune.pl">
|
||||||
Yorune
|
Yorune
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
project
|
project
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
<td>
|
||||||
|
<a href="https://git.yorune.pl/src_prepare/src_prepare-overlay">
|
||||||
|
https://git.yorune.pl/src_prepare/src_prepare-overlay
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="why.html">Why</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="devs.html">Developers</a>
|
<a href="devs.html">Developers</a>
|
||||||
</li>
|
</li>
|
||||||
@ -51,6 +48,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="shoutouts.html">Shoutouts</a>
|
<a href="shoutouts.html">Shoutouts</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="why-gentoo.html">Gentoo</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||||
</li>
|
</li>
|
||||||
@ -119,6 +119,11 @@
|
|||||||
Gentoo
|
Gentoo
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://wiki.gentoo.org/wiki/Project:GURU">
|
||||||
|
GURU
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.funtoo.org">
|
<a href="https://www.funtoo.org">
|
||||||
Funtoo
|
Funtoo
|
||||||
|
@ -39,9 +39,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="why.html">Why</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="devs.html">Developers</a>
|
<a href="devs.html">Developers</a>
|
||||||
</li>
|
</li>
|
||||||
@ -51,6 +48,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="shoutouts.html">Shoutouts</a>
|
<a href="shoutouts.html">Shoutouts</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="why-gentoo.html">Gentoo</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||||
</li>
|
</li>
|
||||||
@ -74,28 +74,99 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Optimization (pkgs can be compiled for a specific CPU, ex.: -march=haswell)
|
Optimization
|
||||||
|
(
|
||||||
|
<a href="https://wiki.gentoo.org/wiki/GCC_optimization">
|
||||||
|
packages can be compiled for a specific CPU,
|
||||||
|
</a>
|
||||||
|
ex.: -march=haswell
|
||||||
|
)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Customizaton (USE flags)
|
Customizaton
|
||||||
|
(
|
||||||
|
<a href="https://wiki.gentoo.org/wiki/USE_flag">
|
||||||
|
USE flags
|
||||||
|
</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>
|
||||||
<li>
|
<li>
|
||||||
Lack of trust towards binary packages provided by a binary distro
|
Lack of trust towards binary packages provided by a binary distro
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Ability to "package" almost anything (ebuilds)
|
Ability to "package" almost anything
|
||||||
|
(
|
||||||
|
<a href="https://devmanual.gentoo.org/quickstart/index.html">
|
||||||
|
ebuilds
|
||||||
|
</a>
|
||||||
|
)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Recompiling software from git when new changes are pushed ("live" 9999 ebuilds)
|
Recompiling software from git
|
||||||
|
<a href="https://github.com/mgorny/smart-live-rebuild">
|
||||||
|
when new changes are pushed
|
||||||
|
</a>
|
||||||
|
("live" 9999 ebuilds)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
OpenRC (lightweight and flexible init system)
|
<a href="https://wiki.gentoo.org/wiki/OpenRC">
|
||||||
|
OpenRC
|
||||||
|
</a>
|
||||||
|
- lightweight and flexible init system
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Free as in freedom (ACCEPT_LICENSE can exclude nonfree software)
|
<a href="https://wiki.gentoo.org/wiki/Eselect">
|
||||||
|
eselect
|
||||||
|
</a>
|
||||||
|
- system configuration framework (a bit similar to dpkg-reconfigure)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Is a Linux (not necessarly GNU) distribution
|
<a href="https://wiki.gentoo.org/wiki/Webapp-config">
|
||||||
|
webapp-config
|
||||||
|
</a>
|
||||||
|
- web application installation framework
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://dev.gentoo.org/~zmedico/portage/doc/man/xpak.5.html">
|
||||||
|
XPAK
|
||||||
|
</a>
|
||||||
|
- new way of
|
||||||
|
<a href="https://wiki.gentoo.org/wiki/Binary_package_guide">
|
||||||
|
binary packge
|
||||||
|
</a>
|
||||||
|
distrubution
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Free as in freedom
|
||||||
|
(
|
||||||
|
<a href="https://wiki.gentoo.org/wiki/Handbook:Parts/Working/Portage/en#Licenses">
|
||||||
|
ACCEPT_LICENSE
|
||||||
|
</a>
|
||||||
|
can exclude nonfree software
|
||||||
|
)
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Is a Linux
|
||||||
|
(
|
||||||
|
<a href="https://wiki.gentoo.org/wiki/Prefix">
|
||||||
|
not necessarly
|
||||||
|
</a>
|
||||||
|
GNU
|
||||||
|
)
|
||||||
|
distribution
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Hobby
|
Hobby
|
Reference in New Issue
Block a user