Newer
Older
#+ATTR_HTML: style margin-left: auto; margin-right: auto;
#+STARTUP: showall inlineimages
#+OPTIONS: toc:nil num:nil
#+REVEAL_THEME: black
[[https://gitlab.com/xgqt/myov/pipelines][file:https://gitlab.com/xgqt/myov/badges/master/pipeline.svg]]
[[https://gitlab.com/xgqt/myov/commits/master.atom][file:https://img.shields.io/badge/feed-atom-orange.svg]]
[[./LICENSE][file:https://img.shields.io/badge/license-GPLv2-blue.svg]]
Collection of ebuild scripts of the programs I created/maintain.
#+BEGIN_SRC shell-script
eselect repository enable myov
#+END_SRC
#+BEGIN_SRC shell-script
layman -o "https://gitlab.com/xgqt/myov/raw/master/repositories.xml" -f -a myov
#+END_SRC
#+BEGIN_SRC shell-script
eselect repository add myov git "https://gitlab.com/xgqt/myov"
#+END_SRC
Create the =/etc/portage/repos.conf/myov.conf= file with following contents:
#+BEGIN_SRC conf
[myov]
location = /var/db/repos/myov
sync-uri = https://gitlab.com/xgqt/myov.git
sync-type = git
auto-sync = yes
#+END_SRC