gentoo-locomotion: Overlay for Gentoo Linux

anex5 d4f97ed709 Updated. il y a 12 heures
.github 0a5bd9c86a Update issue templates il y a 5 ans
_includes e9c1797c3c Google tag il y a 1 an
acct-group 790da8f2f0 Updated. il y a 2 ans
acct-user 3627f1b724 Updated. il y a 5 mois
app-arch 174be16881 Updated. il y a 5 mois
app-editors e312c24569 Updated. il y a 9 mois
app-emulation 7f5910f5b9 Updated. il y a 7 mois
app-eselect 3627f1b724 Updated. il y a 5 mois
app-misc f3c4404a92 Updated. il y a 2 semaines
app-shells 7f5910f5b9 Updated. il y a 7 mois
dev-lang 74f42448de Updated. il y a 2 semaines
dev-libs e932b78156 Updated. il y a 8 mois
dev-lua 88f1217d59 Updated. il y a 2 ans
dev-python 8f611b3b40 Updated. il y a 2 mois
dev-qt d9d2b94dd0 New package AliceVision Meshroom il y a 3 ans
dev-util 4b9b801304 Updated. il y a 4 mois
dev-vcs 67a82a9ff0 Updated. il y a 1 an
eclass 4b9b801304 Updated. il y a 4 mois
games-action b949dcef30 Updated. il y a 2 ans
gui-apps d4f97ed709 Updated. il y a 12 heures
gui-libs 8b4ec9ae4d Updated. il y a 4 mois
gui-wm 27a330e42f Updated. il y a 6 mois
media-fonts 55808f8053 Updated. il y a 5 jours
media-gfx 4b9b801304 Updated. il y a 4 mois
media-libs 312e4febca Updated. il y a 1 semaine
media-video e312c24569 Updated. il y a 9 mois
metadata 0fca473f9c Add masters = gentoo for future compatibility il y a 7 ans
net-dns f9cd9417fc Updated. il y a 11 mois
net-libs e2c07400a2 Updated. il y a 1 mois
net-misc d418cfd313 Fixed. il y a 1 an
net-wireless 383d3eff90 Updated. il y a 2 jours
profiles 8cb638fe1e Updated. il y a 5 mois
sci-electronics d6fddf46fa Updated. Drop old... il y a 2 ans
sci-libs e548ac65d9 Updated. il y a 10 mois
sys-apps 52d8382d5f Updated. il y a 9 mois
sys-auth 55808f8053 Updated. il y a 5 jours
sys-boot b897037439 Updated. il y a 1 an
sys-config c5678e35ad Updated. il y a 6 mois
sys-devel c6bb960ace Updated. il y a 1 semaine
sys-fs f1f8a94984 Updated. il y a 1 an
sys-kernel 383d3eff90 Updated. il y a 2 jours
sys-libs 174be16881 Updated. il y a 5 mois
sys-power f1f8a94984 Updated. il y a 1 an
virtual 4b9b801304 Updated. il y a 4 mois
www-apps dc1a54ffd3 Updated. il y a 1 an
www-client 383d3eff90 Updated. il y a 2 jours
x11-apps ee48a7cf6e New package il y a 2 ans
x11-libs 383d3eff90 Updated. il y a 2 jours
x11-misc c4b1909614 Updated. il y a 6 mois
CODE_OF_CONDUCT.md dd0b8deb8e Create CODE_OF_CONDUCT.md il y a 5 ans
COPYRIGHT.txt 575557c3ef Initial commit il y a 6 ans
LICENSE.txt 1ab817976a initial commit il y a 10 ans
README.md e76289d1ff Update README.md il y a 2 ans
_config.yml 035207d2ea Updated pages theme il y a 1 an
layman.xml 170e198c3d Add layman.xml il y a 3 ans

README.md

gentoo-locomotion: Overlay for Gentoo Linux

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

How to install the overlay

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.

Using eselect-repository:

eselect repository add gentoo-locomotion git https://github.com/anex5/gentoo-locomotion.git

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