From 9c49e373614f396d3092bf8a33a0a525831923e9 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jan 2023 09:31:09 +0000 Subject: [PATCH] Switch license from BSD-3-Clause-Clear to GPL-3.0-or-later. --- portage/repos.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 portage/repos.conf diff --git a/portage/repos.conf b/portage/repos.conf new file mode 100644 index 0000000..4eb9449 --- /dev/null +++ b/portage/repos.conf @@ -0,0 +1,39 @@ +# Inferencium +# Portage - repos.conf + +# Copyright 2022-2023 Inference +# SPDX-License-Identifier: GPL-3.0-or-later + +# Version: 6.0.0.13 + + +# ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT! +# IF IPV6-ONLY IS SUPPORTED BY ISP, IPV6-ONLY MIRRORS SHOULD BE PREFERRED! + +# Gentoo +[gentoo] +location = /var/db/repos/gentoo/ +sync-type = git +sync-uri = https://github.com/gentoo-mirror/gentoo.git +sync-git-verify-commit-signature = yes +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc +sync-openpgp-key-refresh = true +sync-openpgp-key-server = hkps://keys.gentoo.org +strict-misc-digests = true +sync-allow-hardlinks = true + +# Local +[local] +location = /var/db/repos/local/ + +# Inferencium +[general] +location = /var/db/repos/general/ +sync-type = git +sync-uri = https://git.inferencium.net/Inferencium/general.git + +# LibreWolf +[librewolf] +location = /var/db/repos/librewolf/ +sync-type = git +sync-uri = https://gitlab.com/librewolf-community/browser/gentoo.git