Go to file
2018-04-02 03:20:18 +03:00
app-admin/gopass ace-overlay: take gopass and eclass from go-overlay 2018-04-02 03:07:37 +03:00
app-emulation/qemu ace-overlay: add qemu-2.9.0-r56 waiting for qemu-2.10 bug https://bugs.launchpad.net/qemu/+bug/1721788 get fixed 2017-11-15 00:06:12 +03:00
eclass ace-overlay: take gopass and eclass from go-overlay 2018-04-02 03:07:37 +03:00
metadata ace-overlay: first commit 2017-10-09 05:27:09 +03:00
net-vpn/gvpe ace-overlay: first commit 2017-10-09 05:27:09 +03:00
profiles ace-overlay: first commit 2017-10-09 05:27:09 +03:00
ace-overlay.xml ace-overlay: update git repo hostname 2018-04-02 03:20:18 +03:00
README.md ace-overlay: update git repo hostname 2018-04-02 03:20:18 +03:00

With Gentoo repos.conf:

sudo /bin/bash -c 'echo "[ace-overlay]
location = /usr/local/portage/ace-overlay
sync-type = git
sync-uri = http://git.lan/ace/ace-overlay.git
auto-sync = yes
clone-depth = 0" > /etc/portage/repos.conf/ace-overlay.conf'

With Layman:

curl -k --request GET "https://gitlab/api/v4/projects/2/repository/files/ace-overlay.xml?ref=master" 2>/dev/null | python2.7 -c 'import sys, json, base64; print base64.standard_b64decode(json.load(sys.stdin)["content"])' > /tmp/ace-overlay.xml

sudo layman -o file:///tmp/ace-overlay.xml -f -a ace-overlay