src_prepare-overlay/README.md

52 lines
1.4 KiB
Markdown
Raw Normal View History

2019-12-27 22:21:49 +01:00
# src_prepare Gentoo overlay
## What's this?
This is the overlay of our telegram group where we talk about Gentoo stuff (development, maintainance, mistakes, community).
Do not expect high quality ebuilds, while we do the best we can, most of us are still learning.
A quick guide on how to test ebuilds will follow.
## Why create such overlay?
Mostly to have fun.
"My primary goal was to have all the ebuilds for small things for desktop "ricing" and weird ones that would not fit into the main overlay." ~XGQT
## How do I add this?
### Official list
2019-12-29 17:59:44 +01:00
With layman: `layman -a src_prepare-overlay`
or
2019-12-29 17:59:44 +01:00
With eselect-repository: `eselect repository enable src_prepare-overlay`
### Manual
2020-01-23 21:32:46 +01:00
Check out [examples/repos.conf/src_prepare-overlay.conf](https://gitlab.com/src_prepare/src_prepare-overlay/blob/master/examples/repos.conf/src_prepare-overlay.conf)
2019-12-27 22:21:49 +01:00
or
2019-12-29 17:59:44 +01:00
With layman: `layman -o 'https://gitlab.com/src_prepare/src_prepare-overlay/raw/master/repositories.xml' -f -a src_prepare-overlay`
2019-12-27 22:21:49 +01:00
## How do I sync this?
Run `sudo emaint sync -r src_prepare-overlay`
## It says the ebuild is masked, what do I do?
2020-01-23 21:32:46 +01:00
Check out [examples/package.accept_keywords/src_prepare-overlay](https://gitlab.com/src_prepare/src_prepare-overlay/blob/master/examples/package.accept_keywords/src_prepare-overlay)
2019-12-27 22:21:49 +01:00
## I can help, what ebuilds do you need?
Check out `TODO.md`
## Quick maintainer guide
### Testing ebuilds
`sudo ebuild FILE clean manifest merge`