From 935556840371390b058430bb3ce3ef1d7546bef8 Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 25 Sep 2022 15:29:19 +0200 Subject: [PATCH] add repos --- .gitignore | 4 ++++ repos.conf/eselect-repo.conf | 46 ++++++++++++++++++++++++++++++++++++ repos.conf/gentoo.conf | 11 +++++++++ repos.conf/odrling.conf | 6 +++++ 4 files changed, 67 insertions(+) create mode 100644 repos.conf/eselect-repo.conf create mode 100644 repos.conf/gentoo.conf create mode 100644 repos.conf/odrling.conf diff --git a/.gitignore b/.gitignore index e09c548..57a230e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /* !/patches +!/repos.conf +/repos.conf/crossdev.conf !/.gitignore + +*~ diff --git a/repos.conf/eselect-repo.conf b/repos.conf/eselect-repo.conf new file mode 100644 index 0000000..f28d1be --- /dev/null +++ b/repos.conf/eselect-repo.conf @@ -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 diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf new file mode 100644 index 0000000..469e7df --- /dev/null +++ b/repos.conf/gentoo.conf @@ -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 diff --git a/repos.conf/odrling.conf b/repos.conf/odrling.conf new file mode 100644 index 0000000..f24ca41 --- /dev/null +++ b/repos.conf/odrling.conf @@ -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