169a1b5eb1
Signed-off-by: Alfred Wingate <parona@protonmail.com> |
||
---|---|---|
.gitlab/issue_templates | ||
3rd_party | ||
acct-group/sensu | ||
acct-user/sensu | ||
app-admin | ||
app-backup/restic-browser-bin | ||
app-editors | ||
app-emacs | ||
app-emulation | ||
app-misc | ||
app-portage | ||
dev-lang | ||
dev-libs/sdl-kitchensink | ||
dev-perl/File-Rename | ||
dev-python | ||
dev-scheme/gerbil | ||
dev-tex | ||
dev-util | ||
eclass | ||
examples | ||
games-action | ||
games-arcade/tetrio-desktop | ||
games-emulation/corgi3ds | ||
games-fps | ||
games-misc/lolcat-jaseg | ||
games-rpg/fallout1 | ||
games-simulation/clou2 | ||
games-strategy | ||
games-util | ||
licenses | ||
mail-client/heirloom-mailx | ||
media-fonts | ||
media-gfx | ||
media-libs | ||
media-sound/ponymix | ||
media-video/olive | ||
metadata | ||
net-analyzer | ||
net-firewall/hblock | ||
net-im | ||
net-misc | ||
net-nntp/nzb-monkey-go | ||
net-wireless/mdk4 | ||
profiles | ||
sci-mathematics | ||
sys-apps/xbps | ||
sys-boot | ||
sys-kernel | ||
sys-process/nq | ||
virtual | ||
www-client/icecat | ||
x11-misc | ||
x11-plugins | ||
x11-terms/xst | ||
x11-themes/src_prepare-artwork | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
repositories.xml | ||
scripts | ||
src_prepare-overlay.conf | ||
TODO.md | ||
WARNING.md |
src_prepare Gentoo overlay
About
This is the overlay of our Matrix group where we talk about topics related to Gentoo (development, maintainance, support, communities and more).
WARNING: Do not expect high quality ebuilds! While we do the best we can, most of us are still learning. Read WARNING.md for more information.
Why create this overlay?
Mostly to have fun.
For whom?
src_prepare overlay is based on the concept of the GURU project: to create a repository maintained collaboratively by Gentoo users, for Gentoo users.
Despite being based on the concept of the GURU project, src_prepare has different goals in mind:
- main git repository is hosted on GitLab, with mirrors set to GitHub and Codeberg;
- easier for one to get access to the
master
branch; - main contact with the src_prepare project is via [matrix];
- more freedom in creating ebuilds;
- no requirement for GPG keys;
- no requirement for private info.
The src_prepare project doesn't want to overtake or compete with the GURU project. The GURU project is aimed on professionalism and quality, whereas src_prepare is aimed on openness and ease of access.
Adding the overlay
Official list
eselect-repository
If you are using eselect-repository, execute:
eselect repository enable src_prepare-overlay
Manual
If you want to manually add the overlay, see examples/repos.conf/src_prepare-overlay.conf.
eselect-repository
If you are using eselect-repository, execute:
eselect repository add src_prepare-overlay git https://gitlab.com/src_prepare/src_prepare-overlay
How do I sync this?
Execute:
emaint sync -r src_prepare-overlay
It says the ebuild is masked, what do I do?
See examples/package.accept_keywords/src_prepare-overlay.conf.
Submitting an Issue
Ebuild error
Our issue tracker is located in our GitLab repository. If an ebuild appears to produce an error, please report it in our GitLab repository.
Contributing
We appreciate and encourage for contribution. If you want a specific package or want to create a package for us to maintain, see CONTRIBUTING.md.