gentoo-locomotion: Overlay for Gentoo Linux

anex5 7a5e258b5c Updated. 1 неделя назад
.github 0a5bd9c86a Update issue templates 5 лет назад
_includes e9c1797c3c Google tag 1 год назад
acct-group 790da8f2f0 Updated. 2 лет назад
acct-user 3627f1b724 Updated. 7 месяцев назад
app-arch 174be16881 Updated. 8 месяцев назад
app-editors 6afa05141c Updated недель назад: 3
app-emulation 7f5910f5b9 Updated. 10 месяцев назад
app-eselect 5c26e85b04 Updated. 1 месяц назад
app-misc f3c4404a92 Updated. 3 месяцев назад
app-shells 7f5910f5b9 Updated. 10 месяцев назад
dev-lang 11afc0594e Updated недель назад: 2
dev-libs 7a59ae2159 Updated 1 месяц назад
dev-lua 88f1217d59 Updated. 2 лет назад
dev-python 7a59ae2159 Updated 1 месяц назад
dev-util e1dd85f392 Updated. 2 месяцев назад
dev-vcs 67a82a9ff0 Updated. 1 год назад
eclass 4b9b801304 Updated. 7 месяцев назад
games-action b949dcef30 Updated. 2 лет назад
gui-apps 7a5e258b5c Updated. 1 неделя назад
gui-libs 8b4ec9ae4d Updated. 7 месяцев назад
gui-wm 3129047250 Updated недель назад: 4
llvm-core 321de07bd3 Updated 1 месяц назад
media-fonts 55808f8053 Updated. 2 месяцев назад
media-gfx 840898a234 Updated недель назад: 2
media-libs 494ffaec16 Updated 1 неделя назад
media-video e312c24569 Updated. 1 год назад
metadata 0fca473f9c Add masters = gentoo for future compatibility 8 лет назад
net-dns f9cd9417fc Updated. 1 год назад
net-libs 07316ac6e7 Updated недель назад: 2
net-misc d418cfd313 Fixed. 1 год назад
net-wireless 70b629623d Updated. 2 месяцев назад
profiles 8cb638fe1e Updated. 8 месяцев назад
sci-electronics d6fddf46fa Updated. Drop old... 2 лет назад
sci-libs 5c26e85b04 Updated. 1 месяц назад
sys-apps 52d8382d5f Updated. 1 год назад
sys-auth 55808f8053 Updated. 2 месяцев назад
sys-boot b897037439 Updated. 1 год назад
sys-config c5678e35ad Updated. 9 месяцев назад
sys-fs f1f8a94984 Updated. 1 год назад
sys-kernel 383d3eff90 Updated. 2 месяцев назад
sys-libs 174be16881 Updated. 8 месяцев назад
sys-power f1f8a94984 Updated. 1 год назад
virtual 4b9b801304 Updated. 7 месяцев назад
www-apps 7a59ae2159 Updated 1 месяц назад
www-client dff51be333 Updated 1 месяц назад
x11-apps ee48a7cf6e New package 3 лет назад
x11-libs 494ffaec16 Updated 1 неделя назад
x11-misc 22c4a6ca71 Updated. 1 месяц назад
CODE_OF_CONDUCT.md dd0b8deb8e Create CODE_OF_CONDUCT.md 5 лет назад
COPYRIGHT.txt 575557c3ef Initial commit 6 лет назад
LICENSE.txt 1ab817976a initial commit 10 лет назад
README.md e76289d1ff Update README.md 2 лет назад
_config.yml 035207d2ea Updated pages theme 1 год назад
layman.xml 170e198c3d Add layman.xml 3 лет назад

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.