diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-18 18:31:21 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-18 18:31:21 +0000 |
| commit | 469f94d3d7df704fb2624d59a4f478b8a95fdceb (patch) | |
| tree | ac36b865e66c39533e393ce128da5fd5e103eb1f /repos.conf | |
create repo
Diffstat (limited to 'repos.conf')
| -rw-r--r-- | repos.conf/eselect-repo.conf | 25 | ||||
| -rw-r--r-- | repos.conf/gentoo.conf | 16 |
2 files changed, 41 insertions, 0 deletions
diff --git a/repos.conf/eselect-repo.conf b/repos.conf/eselect-repo.conf new file mode 100644 index 0000000..9738320 --- /dev/null +++ b/repos.conf/eselect-repo.conf @@ -0,0 +1,25 @@ +# created by eselect-repo + +[xlibre] +location = /var/db/repos/xlibre +sync-type = git +sync-uri = https://github.com/X11Libre/ports-gentoo.git +priority = 100 + +[steam-overlay] +location = /var/db/repos/steam-overlay +sync-type = git +sync-uri = https://github.com/anyc/steam-overlay.git + +[dm9pZCAq] +location = /var/db/repos/dm9pZCAq +sync-type = git +sync-uri = https://codeberg.org/dm9pZCAq/dm9pZCAq-overlay.git + +[guru] +location = /var/db/repos/guru +sync-type = git +sync-uri = https://github.com/gentoo-mirror/guru.git + +[prosperouspotato-overlay] +location = /var/db/repos/prosperouspotato-overlay diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf new file mode 100644 index 0000000..bcbb127 --- /dev/null +++ b/repos.conf/gentoo.conf @@ -0,0 +1,16 @@ +[DEFAULT] +main-repo = gentoo + +[gentoo] +location = /var/db/repos/gentoo +sync-type = git +sync-uri = https://github.com/gentoo-mirror/gentoo +auto-sync = yes +clone-depth = 10 +sync-openpgp-keyserver = hkps://keys.gentoo.org +sync-openpgp-key-refresh-retry-count = 40 +sync-openpgp-key-refresh-retry-overall-timeout = 1200 +sync-openpgp-key-refresh-retry-delay-exp-base = 2 +sync-openpgp-key-refresh-retry-delay-max = 60 +sync-openpgp-key-refresh-retry-delay-mult = 4 +sync-git-verify-commit-signature = true |
