Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shnups/gentoo-overlay

Gentoo Overlay for my personal use
https://github.com/shnups/gentoo-overlay

ebuild-repository gentoo gentoo-overlay portage-overlay

Last synced: 6 days ago
JSON representation

Gentoo Overlay for my personal use

Awesome Lists containing this project

README

        

# gentoo-overlay

## Manual installation
For now, this overlay is not part of layman so registration has to be done manually.

### Clone this repository:
```
$ git clone https://github.com/shnups/gentoo-overlay.git /path/to/local/clone/shnups-overlay
```
### Create `/etc/portage/repos.conf/shnups.conf`:
``` ini
[shnups]
priority = 50
location = /path/to/local/clone/shnups-overlay
sync-type = git
sync-uri = https://github.com/shnups/gentoo-overlay.git
```
### Enable overlay
Via [eselect-repository](https://packages.gentoo.org/packages/app-eselect/eselect-repository)
```
eselect repository enable shnups
```