Compare commits

..

13 Commits

Author SHA1 Message Date
6c9ff85b7d public/projects.html: add devmanual-mirror
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-12-31 01:10:16 +01:00
de7a463497 public/projects.html: fix src_prepare.gitlab.io links
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-12-30 00:03:24 +01:00
4a3b1a6f93 public/projects.html: use submodule's files
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-12-29 23:07:34 +01:00
0e04bbf5ee submodules update
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-12-29 22:58:21 +01:00
14b7655b4e public/*: slight conversion 2020-12-16 13:03:52 +01:00
5040ba57be public/projects.html: fix website pipeline link and badge 2020-11-23 01:02:13 +01:00
131ce6af00 add gen-pkgs-all 2020-10-11 03:40:10 +02:00
46f32fd2fd projects: add gentoo-mirror mirror 2020-10-08 01:00:01 +02:00
1b840a3378 projects: add addresses of overlys on mirrors 2020-10-04 18:48:13 +02:00
91a9e0df21 projects: proper identation 2020-10-04 18:38:54 +02:00
c654f8855c shoutouts: add guru 2020-09-28 12:23:02 +02:00
ffd702a400 why: add eselect 2020-09-28 12:20:06 +02:00
a2d9141534 why: add few links and items 2020-09-25 10:07:31 +02:00
10 changed files with 331 additions and 164 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
[submodule "public/assets/badges"]
path = public/assets/badges
url = https://gitlab.com/src_prepare/badge

View File

@ -2,19 +2,24 @@
<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 # src_prepare.gitlab.io
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

Submodule public/assets/badges added at 064c979b92

View File

@ -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>

View File

@ -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.

View File

@ -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>

View File

@ -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,129 @@
</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/scripts">
scripts scripts
</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/scripts/-/blob/master/README.md">
Miscellaneous maintenance scripts by src_prepare group Miscellaneous maintenance scripts by src_prepare group
</a> </a>
</td> </td>
<td> <td>
<a href="https://gitlab.com/src_prepare/scripts/pipelines"> <a href="https://gitlab.com/src_prepare/scripts/pipelines">
<img src="https://gitlab.com/src_prepare/scripts/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/scripts/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.gitlab.io"> <a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io">
src_prepare website src_prepare website
</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/src_prepare.gitlab.io/-/blob/master/README.md">
The src_prepare website 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-ISC-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> <tr>
<td> <td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay"> <a href="https://gitlab.com/src_prepare/src_prepare-overlay">
src_prepare overlay src_prepare overlay
</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-overlay/-/blob/master/README.md">
src_prepare group's Gentoo overlay src_prepare group's Gentoo overlay
</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-overlay/pipelines">
<img src="https://gitlab.com/src_prepare/src_prepare-overlay/badges/master/pipeline.svg"> <img src="https://gitlab.com/src_prepare/src_prepare-overlay/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-GPLv2-blue.svg"> <img src="./assets/badges/license-gplv2-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-overlay/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>
</table> </table>
<h2> <h2>
@ -348,6 +405,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 +443,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 +463,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 +477,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>

View File

@ -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

View File

@ -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,86 @@
<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>
<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