This personal repository contains ebuilds and fixes for packages that i'm interested in.
A package manager with git repository support can be used for sync. Portage version 2.2.16 and later supports git sync.
The repos.conf
entry for repository sync may look like the following:
[vortex]
location = /var/db/repos/vortex
sync-type = git
sync-uri = https://github.com/nE0sIghT/vortex-overlay.git
auto-sync = true
Please note that if you use existing repository location, you need to remove the existing repository first.
With layman repository must be added first using command:
layman -a vortex
Synchronization can be done with command:
layman -s vortex