Go to file
Sergey Morozov f8b99e0f82 Upgrade vmware-workstation 15.5.6 to 16.0.0 2020-09-27 23:50:30 +03:00
Documentation Add example overlay configuration 2019-07-02 11:04:15 +03:00
app-admin/drush Add =app-admin/drush-8.2.1 2019-03-22 23:12:16 +03:00
app-emulation Upgrade vmware-workstation 15.5.6 to 16.0.0 2020-09-27 23:50:30 +03:00
app-misc Remove python-2.7 compatibility from solaar 2020-05-11 22:08:49 +03:00
games-strategy/oilrush Remove games-strategy/0ad and dev-lang/spidermonkey (depebdency of 0ad) 2016-09-12 13:56:07 +03:00
metadata Change overlay URL 2014-05-02 11:30:37 +04:00
net-im Element 1.7.5 2020-09-03 15:57:06 +03:00
profiles Pushing repo metadata 2014-05-01 17:41:21 +04:00
sys-fs/ultradefrag Fix dependencies for sys-fs/ultradefrag 2017-08-07 12:44:58 +03:00
www-apps Add =www-apps/drupal-8.7.8 2019-10-06 11:09:41 +03:00
README.md Update README.md 2019-07-02 11:18:50 +03:00

README.md

Quick start

1. Add repository manually

cd /etc/portage/repos.conf
sudo wget https://git.s-morozov.net/gentoo-overlays/smoverlay/raw/branch/master/Documentation/smoverlay.conf
sudo emerge --sync smoverlay

2. Add repository using eselect repository

sudo eselect repository add smoverlay git https://git.s-morozov.net/gentoo-overlays/smoverlay.git
sudo emerge --sync smoverlay

3. Add repository using layman (deprecated):

Add the following URL to your /etc/layman.cfg (or /etc/layman/layman.cfg):

https://www.s-morozov.net/overlays.xml

Example:

overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml
            https://another-repo.tld/repo.xml
            https://www.s-morozov.net/overlays.xml

Then you need to add repo by layman: layman -f && layman -a smoverlay