Collection of ebuild scripts of the programs I created/maintain.
layman -a myov
or
eselect repository enable myov
layman -o "https://gitlab.com/xgqt/myov/raw/master/repositories.xml" -f -a myov
or
eselect repository add myov git "https://gitlab.com/xgqt/myov"
Create the /etc/portage/repos.conf/myov.conf
file with following contents:
[myov]
location = /var/db/repos/myov
sync-uri = https://gitlab.com/xgqt/myov.git
sync-type = git
auto-sync = yes