Go to file
Sergey Morozov af7ad753e7 Update README.md 2019-07-02 11:13:57 +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 2018-11-24 19:01:12 +03:00
app-misc =app-misc/ckb-next-9999 is now builds with cmake 2018-03-18 20:25:18 +03:00
dev-util/eclipse-sdk-bin Add eclipse-sdk-bin/eclipse-sdk-bin-4.4.1 2014-11-15 01:55:59 +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
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.2 2019-06-02 10:22:11 +03:00
README.md Update README.md 2019-07-02 11:13:57 +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. 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