about summary refs log tree commit diff
path: root/etc/portage/repos.conf
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>1970-01-01 03:00:00 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-20 11:52:07 +0300
commit962c35425636e3f942fd8a624369a7c53748f47e (patch)
treec69e76f6c4cdd7f9f66d02a02ee683fe4d5426e7 /etc/portage/repos.conf
chore: init HEAD master
Diffstat (limited to 'etc/portage/repos.conf')
-rw-r--r--etc/portage/repos.conf/eselect-repo.conf12
-rw-r--r--etc/portage/repos.conf/gentoo.conf19
2 files changed, 31 insertions, 0 deletions
diff --git a/etc/portage/repos.conf/eselect-repo.conf b/etc/portage/repos.conf/eselect-repo.conf
new file mode 100644
index 0000000..f6bf3d2
--- /dev/null
+++ b/etc/portage/repos.conf/eselect-repo.conf
@@ -0,0 +1,12 @@
+# created by eselect-repo
+
+[azahi]
+location = /var/db/repos/azahi
+sync-type = git
+sync-uri = https://github.com/azahi/azahi-overlay.git
+
+[ricerlay]
+location = /var/db/repos/ricerlay
+sync-type = git
+sync-uri = https://github.com/gentoo-mirror/ricerlay.git
+
diff --git a/etc/portage/repos.conf/gentoo.conf b/etc/portage/repos.conf/gentoo.conf
new file mode 100644
index 0000000..3836cf5
--- /dev/null
+++ b/etc/portage/repos.conf/gentoo.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+main-repo = gentoo
+
+[gentoo]
+auto-sync = yes
+location = /var/db/repos/gentoo
+sync-allow-hardlinks = no
+sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
+sync-openpgp-key-refresh-retry-count = 40
+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-openpgp-key-refresh-retry-overall-timeout = 1200
+sync-rsync-verify-jobs = 1
+sync-rsync-verify-max-age = 24
+sync-rsync-verify-metamanifest = yes
+sync-type = rsync
+sync-uri = rsync://rsync.ru.gentoo.org/gentoo-portage
+sync-webrsync-verify-signature = true

Consider giving Nix/NixOS a try! <3