gentoo-locomotion: Overlay for Gentoo Linux
anex5 312e4febca Updated. | 3 hari lalu | |
---|---|---|
.github | 5 tahun lalu | |
_includes | 1 tahun lalu | |
acct-group | 2 tahun lalu | |
acct-user | 4 bulan lalu | |
app-arch | 5 bulan lalu | |
app-editors | 9 bulan lalu | |
app-emulation | 7 bulan lalu | |
app-eselect | 4 bulan lalu | |
app-misc | 1 Minggu lalu | |
app-shells | 7 bulan lalu | |
dev-lang | 5 hari lalu | |
dev-libs | 8 bulan lalu | |
dev-lua | 2 tahun lalu | |
dev-python | 2 bulan lalu | |
dev-qt | 3 tahun lalu | |
dev-util | 4 bulan lalu | |
dev-vcs | 1 tahun lalu | |
eclass | 4 bulan lalu | |
games-action | 2 tahun lalu | |
gui-apps | 3 hari lalu | |
gui-libs | 4 bulan lalu | |
gui-wm | 6 bulan lalu | |
media-fonts | 7 bulan lalu | |
media-gfx | 4 bulan lalu | |
media-libs | 3 hari lalu | |
media-video | 9 bulan lalu | |
metadata | 7 tahun lalu | |
net-dns | 11 bulan lalu | |
net-libs | 3 minggu lalu | |
net-misc | 1 tahun lalu | |
net-wireless | 6 bulan lalu | |
profiles | 5 bulan lalu | |
sci-electronics | 2 tahun lalu | |
sci-libs | 9 bulan lalu | |
sys-apps | 9 bulan lalu | |
sys-auth | 3 minggu lalu | |
sys-boot | 1 tahun lalu | |
sys-config | 6 bulan lalu | |
sys-devel | 1 Minggu lalu | |
sys-fs | 1 tahun lalu | |
sys-kernel | 6 bulan lalu | |
sys-libs | 5 bulan lalu | |
sys-power | 1 tahun lalu | |
virtual | 4 bulan lalu | |
www-apps | 1 tahun lalu | |
www-client | 3 hari lalu | |
x11-apps | 2 tahun lalu | |
x11-libs | 7 bulan lalu | |
x11-misc | 6 bulan lalu | |
CODE_OF_CONDUCT.md | 5 tahun lalu | |
COPYRIGHT.txt | 6 tahun lalu | |
LICENSE.txt | 10 tahun lalu | |
README.md | 2 tahun lalu | |
_config.yml | 1 tahun lalu | |
layman.xml | 3 tahun lalu |
This overlay was created to maintain my custom ebuilds for packages not presented in main gentoo overlay.
DISCLAIMER: As I don't have the resources, nor the time to make stable ebuilds in the same way Gentoo developers do, all ebuilds are permanently kept in the testing branch¹. Thus, you should probably consider it to be unsafe and treat it as such. Nevertheless, I try my best to follow Gentoo's QA standards and keep everything up to date, as I use many of these packages in a production environment.
¹ If a package is in testing, it means that the developers feel that it is functional, but has not been thoroughly tested. Users using the testing branch might very well be the first to discover a bug in the package in which case they should file a bug report to let the developers know about it. — Gentoo's Handbook
You can clone the repository and create /etc/portage/repos.conf/gentoo-locomotion.conf
with the following contents:
[gentoo-locomotion]
priority = 50
location = /var/db/repos/gentoo-locomotion
auto-sync = yes
sync-type = git
sync-uri = https://github.com/anex5/gentoo-locomotion
Note: I recommend that you manually install the overlay, as obviously you will be pulling directly from the original source. If you use the automatic installation described below, you will be pulling from gentoo's mirror service, in which from time to time have sync issues.
Alternatively, for automatic install, you must have app-eselect/eselect-repository or app-portage/layman installed on your system for this to work.
eselect-repository
:eselect repository add gentoo-locomotion git https://github.com/anex5/gentoo-locomotion.git
layman
:layman -o https://raw.githubusercontent.com/anex5/gentoo-locomotion/master/layman.xml -fa gentoo-locomotion
Note: To use the testing branch for particular packages, you must add the package category and name (e.g., foo-bar/xyz) in
/etc/portage/package.accept_keywords
. It is also possible to create a directory (with the same name) and list the package in the files under that directory. Please see the Gentoo Wiki for an expanded overview of ebuilds and unofficial repositories for Gentoo.
To contribute bug reports for this overlay, you can open up a GitHub issue or send me a pull request.