add repos

This commit is contained in:
odrling 2022-09-25 15:29:19 +02:00
parent c7c4561695
commit 9355568403
4 changed files with 67 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,4 +1,8 @@
/*
!/patches
!/repos.conf
/repos.conf/crossdev.conf
!/.gitignore
*~

View file

@ -0,0 +1,46 @@
# created by eselect-repo
[steam-overlay]
location = /var/db/repos/steam-overlay
sync-type = git
sync-uri = https://github.com/gentoo-mirror/steam-overlay.git
[vapoursynth]
location = /var/db/repos/vapoursynth
sync-type = git
sync-uri = https://github.com/gentoo-mirror/vapoursynth.git
[audio-overlay]
location = /var/db/repos/audio-overlay
sync-type = git
sync-uri = https://github.com/gentoo-mirror/audio-overlay.git
[pf4public]
location = /var/db/repos/pf4public
sync-type = git
sync-uri = https://github.com/gentoo-mirror/pf4public.git
[guru]
location = /var/db/repos/guru
sync-type = git
sync-uri = https://github.com/gentoo-mirror/guru.git
[robertgzr]
location = /var/db/repos/robertgzr
sync-type = git
sync-uri = https://github.com/gentoo-mirror/robertgzr.git
[zx2c4]
location = /var/db/repos/zx2c4
sync-type = git
sync-uri = https://github.com/gentoo-mirror/zx2c4.git
[wayland-desktop]
location = /var/db/repos/wayland-desktop
sync-type = git
sync-uri = https://github.com/gentoo-mirror/wayland-desktop.git
[mva]
location = /var/db/repos/mva
sync-type = git
sync-uri = https://github.com/gentoo-mirror/mva.git

11
repos.conf/gentoo.conf Normal file
View file

@ -0,0 +1,11 @@
[DEFAULT]
main-repo = gentoo
[gentoo]
location = /var/db/repos/gentoo
sync-type = git
sync-uri = https://github.com/gentoo-mirror/gentoo.git
auto-sync = yes
sync-git-verify-commit-signature = yes
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
sync-webrsync-verify-signature = yes

6
repos.conf/odrling.conf Normal file
View file

@ -0,0 +1,6 @@
[odrling]
location = /var/db/repos/odrling
sync-type = git
sync-uri = https://git.odrling.xyz/odrling/odrling-overlay.git
priority = 100
auto-sync = yes