Skip to content

hoefling/hoefling-private-overlay

Repository files navigation

hoefling-private-overlay

Custom overlay to reuse on different machines

Repoman status

Build Status

Installation

Installation via eselect-repository

This method uses the eselect module eselect-repository. Issue:

$ sudo eselect repository add hoefling-private git https://github.com/hoefling/hoefling-private-overlay.git

Refer to eselect-repository module page in Gentoo Wiki for more details.

Installation via repos.conf

This method assumes usage of the new portage sync capabilities. Issue:

$ sudo wget -P /etc/portage/repos.conf/
https://raw.githubusercontent.com/hoefling/hoefling-private-overlay/master/hoefling-private-overlay.conf

or create the settings file manually:

$ cat <<EOM >/etc/portage/repos.conf/hoefling-private.conf
[hoefling-private]
location = /usr/local/overlay/hoefling-private
sync-type = git
sync-uri = https://github.com/hoefling/hoefling-private-overlay.git
auto-sync = yes
EOM

or modify /etc/portage/repos.conf file if you maintain it as one:

$ cat <<EOM >>/etc/portage/repos.conf
[hoefling-private]
location = /usr/local/overlay/hoefling-private
sync-type = git
sync-uri = https://github.com/hoefling/hoefling-private-overlay.git
auto-sync = yes
EOM

Refer to repos.conf page in Gentoo Wiki for more details.

Packages

app-admin/eselect app-misc/hoefling-env app-misc/nanorc dev-python/cython dev-python/devpi-client dev-python/devpi-client-extensions dev-python/devpi-common dev-tex/gitdags dev-tex/xcolor-solarized dev-util/wingide

About

Custom overlay for Gentoo to reuse on different machines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published