From 2780ad4161189e1b57768529d2952ac52baa6316 Mon Sep 17 00:00:00 2001 From: Shin'ya Minazuki Date: Thu, 2 Apr 2026 11:05:26 -0300 Subject: [PATCH] Update repository locations Signed-off-by: Shin'ya Minazuki --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 54aa207..f6ada4b 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,11 @@ This is the [Gentoo](https://www.gentoo.org) equivalent of the [pkgsrc](https:// Feel free to always hit me up for issues with this repository, I am always here. -> [!NOTE] -> This place is a clean redo of the copy hosted at [Framagit](https://framagit.org/MinazukiMidnight/minazuki-overlay), and will be force-pushed once the work here is done. -> The URLs mentioned here will be changed to the GitLab ones. - ## Usage The `app-eselect/eselect-repository` module is required to proceed, you will have to `emerge` that first. ```shell -root # eselect repository add minazuki git https://git.chaotic.ninja/shinyoukai/minazuki-overlay +root # eselect repository add minazuki git https://framagit.org/MinazukiMidnight/minazuki-overlay root # emaint sync --repo minazuki ``` @@ -21,7 +17,10 @@ Alternatively, store these values inside `/etc/portage/repos.conf/minazuki.conf` [minazuki] location = /var/db/repos/minazuki sync-type = git -sync-uri = https://git.chaotic.ninja/shinyoukai/minazuki-overlay +sync-uri = https://framagit.org/MinazukiMidnight/minazuki-overlay ``` You will need `dev-vcs/git` installed either way (see the the `git` USE flag for `eselect-repository`) + +## Mirrors +* [Chaotic Git Hosting](https://git.chaotic.ninja/shinyoukai/minazuki-overlay)