Compare commits
21 Commits
7ef53c8ef5
...
master
Author | SHA1 | Date | |
---|---|---|---|
1a55673b96 | |||
d852458019 | |||
615d3d9643 | |||
ae1626b61e | |||
525c8d8c55 | |||
a6484c5551 | |||
6c9ff85b7d | |||
de7a463497 | |||
4a3b1a6f93 | |||
0e04bbf5ee | |||
14b7655b4e | |||
5040ba57be | |||
131ce6af00 | |||
46f32fd2fd | |||
1b840a3378 | |||
91a9e0df21 | |||
c654f8855c | |||
ffd702a400 | |||
a2d9141534 | |||
1f587749ab | |||
280c90934c |
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
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
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
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
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
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
|
13
README.md
13
README.md
@ -1,20 +1,27 @@
|
||||
# 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">
|
||||
</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/">
|
||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/powered-by-gentoo-linux-tyrian.svg">
|
||||
</a>
|
||||
<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 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 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">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
# src_prepare.gitlab.io
|
||||
|
||||
# About
|
||||
|
||||
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>
|
||||
<a href="index.html">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why.html">Why</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="devs.html">Developers</a>
|
||||
</li>
|
||||
@ -51,6 +48,9 @@
|
||||
<li>
|
||||
<a href="shoutouts.html">Shoutouts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why-gentoo.html">Gentoo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||
</li>
|
||||
@ -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>
|
||||
|
@ -39,9 +39,6 @@
|
||||
<li>
|
||||
<a href="index.html">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why.html">Why</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="devs.html">Developers</a>
|
||||
</li>
|
||||
@ -51,6 +48,9 @@
|
||||
<li>
|
||||
<a href="shoutouts.html">Shoutouts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why-gentoo.html">Gentoo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/ ">Packages</a>
|
||||
</li>
|
||||
@ -76,8 +76,7 @@
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
The src_prepare group is a community of developers who happen to use the Gentoo GNU/Linux
|
||||
operating system.
|
||||
The src_prepare group is a community of systems developers.
|
||||
</p>
|
||||
<p>
|
||||
We focus on making our development fun, comfortable and reproducible.
|
||||
|
@ -39,9 +39,6 @@
|
||||
<li>
|
||||
<a href="index.html">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why.html">Why</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="devs.html">Developers</a>
|
||||
</li>
|
||||
@ -51,6 +48,9 @@
|
||||
<li>
|
||||
<a href="shoutouts.html">Shoutouts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why-gentoo.html">Gentoo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="packages.html">Packages</a>
|
||||
</li>
|
||||
|
@ -39,9 +39,6 @@
|
||||
<li>
|
||||
<a href="index.html">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why.html">Why</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="devs.html">Developers</a>
|
||||
</li>
|
||||
@ -51,6 +48,9 @@
|
||||
<li>
|
||||
<a href="shoutouts.html">Shoutouts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why-gentoo.html">Gentoo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||
</li>
|
||||
@ -110,12 +110,12 @@
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
@ -137,12 +137,39 @@
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
@ -164,12 +191,12 @@
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
@ -191,12 +218,42 @@
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
<td>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
@ -208,129 +265,156 @@
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/leaden/-/blob/master/README.md">
|
||||
Light Ebuild Automated Development Environment Notebook
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/leaden/pipelines">
|
||||
<img src="https://gitlab.com/src_prepare/leaden/badges/master/pipeline.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-GPLv3-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<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">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://codeberg.org/src_prepare/pages">
|
||||
pages (Codeberg)
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://codeberg.org/src_prepare/pages/src/branch/master/README.md">
|
||||
Mirror of https://src_prepare.gitlab.io
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
not supported
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://codeberg.org/src_prepare/pages/raw/branch/master/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-ISC-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
not supported
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/scripts">
|
||||
scripts
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/scripts/-/blob/master/README.md">
|
||||
Miscellaneous maintenance scripts by src_prepare group
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/scripts/pipelines">
|
||||
<img src="https://gitlab.com/src_prepare/scripts/badges/master/pipeline.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-ISC-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<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">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io">
|
||||
src_prepare website
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/-/blob/master/README.md">
|
||||
The src_prepare website
|
||||
</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="https://img.shields.io/badge/license-ISC-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom">
|
||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
||||
</a>
|
||||
</td>
|
||||
</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="https://img.shields.io/badge/license-GPLv2-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom">
|
||||
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
Light Ebuild Automated Development Environment Notebook
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/leaden/pipelines">
|
||||
<img src="https://gitlab.com/src_prepare/leaden/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-gplv3-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/leaden/commits/master.atom">
|
||||
<img src="./assets/badges/feed-atom-orange.svg">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://codeberg.org/src_prepare/pages">
|
||||
pages (Codeberg)
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://codeberg.org/src_prepare/pages/src/branch/master/README.md">
|
||||
Mirror of https://src_prepare.gitlab.io
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
not supported
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://codeberg.org/src_prepare/pages/raw/branch/master/LICENSE">
|
||||
<img src="./assets/badges/license-isc-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
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">
|
||||
scripts
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/scripts/-/blob/master/README.md">
|
||||
Miscellaneous maintenance scripts by src_prepare group
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/scripts/pipelines">
|
||||
<img src="https://gitlab.com/src_prepare/scripts/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-gplv3-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/scripts/commits/master.atom">
|
||||
<img src="./assets/badges/feed-atom-orange.svg">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io">
|
||||
src_prepare website
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/-/blob/master/README.md">
|
||||
The src_prepare website
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<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">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/-/raw/master/LICENSE">
|
||||
<img src="./assets/badges/license-isc-blue.svg">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io/commits/master.atom">
|
||||
<img src="./assets/badges/feed-atom-orange.svg">
|
||||
</a>
|
||||
</td>
|
||||
</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>
|
||||
|
||||
<h2>
|
||||
@ -348,6 +432,29 @@
|
||||
<th>
|
||||
Type
|
||||
</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>
|
||||
<td>
|
||||
@ -363,6 +470,11 @@
|
||||
<td>
|
||||
personal
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/xgqt/src_prepare-overlay">
|
||||
https://github.com/xgqt/src_prepare-overlay
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -378,6 +490,31 @@
|
||||
<td>
|
||||
project
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://codeberg.org/src_prepare/src_prepare-overlay">
|
||||
https://codeberg.org/src_prepare/src_prepare-overlay
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://git.yorune.pl/src_prepare">
|
||||
src_prepare
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://git.yorune.pl">
|
||||
Yorune
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
project
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://git.yorune.pl/src_prepare/src_prepare-overlay">
|
||||
https://git.yorune.pl/src_prepare/src_prepare-overlay
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -39,9 +39,6 @@
|
||||
<li>
|
||||
<a href="index.html">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why.html">Why</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="devs.html">Developers</a>
|
||||
</li>
|
||||
@ -51,6 +48,9 @@
|
||||
<li>
|
||||
<a href="shoutouts.html">Shoutouts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why-gentoo.html">Gentoo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||
</li>
|
||||
@ -119,6 +119,11 @@
|
||||
Gentoo
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.gentoo.org/wiki/Project:GURU">
|
||||
GURU
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.funtoo.org">
|
||||
Funtoo
|
||||
|
@ -39,9 +39,6 @@
|
||||
<li>
|
||||
<a href="index.html">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why.html">Why</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="devs.html">Developers</a>
|
||||
</li>
|
||||
@ -51,6 +48,9 @@
|
||||
<li>
|
||||
<a href="shoutouts.html">Shoutouts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="why-gentoo.html">Gentoo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://src_prepare.gitlab.io/gen-pkgs/">Packages</a>
|
||||
</li>
|
||||
@ -74,28 +74,99 @@
|
||||
|
||||
<ul>
|
||||
<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>
|
||||
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>
|
||||
Lack of trust towards binary packages provided by a binary distro
|
||||
</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>
|
||||
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>
|
||||
OpenRC (lightweight and flexible init system)
|
||||
<a href="https://wiki.gentoo.org/wiki/OpenRC">
|
||||
OpenRC
|
||||
</a>
|
||||
- lightweight and flexible init system
|
||||
</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>
|
||||
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>
|
||||
Hobby
|
Reference in New Issue
Block a user