nanmi-overlay

nanmi's Gentoo overlay
git clone git://xn--q9jzb1c.xn--q9jyb4c/nanmi-overlay
Log | Files | Refs | README

commit e6ed1e03e2c48054b1e28a56713ad932ad3233e7
Author: nanmi <nanmi@member.fsf.org>
Date:   Thu,  9 Dec 2021 02:34:58 -0300

Initial commit.

Diffstat:
AREADME.md | 16++++++++++++++++
Ametadata/layout.conf | 3+++
Aprofiles/repo_name | 1+
3 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,16 @@ +# nanmi's Gentoo overlay +## How to add the overlay +### (A) Manually +1. Create as root `/etc/portage/repos.conf/nanmi.conf` with the following content: +``` +[nanmi] +location = /var/db/repos/nanmi +sync-type = git +sync-uri = https://xn--ockzbp.xn--q9jzb1c.xn--q9jyb4c/nanmi-overlay +auto-sync = Yes +``` +2. Run as root `emaint -r nanmi sync`. +### (B) eselect-repository +`# eselect repository add nanmi git 'https://xn--ockzbp.xn--q9jzb1c.xn--q9jyb4c/nanmi-overlay'` +### (C) Layman - NOT WORKING +`# layman -o 'https://xn--ockzbp.xn--q9jzb1c.xn--q9jyb4c/nanmi-overlay/repositories.xml' -f -a nanmi` diff --git a/metadata/layout.conf b/metadata/layout.conf @@ -0,0 +1,3 @@ +masters = gentoo +sign-commits = false +sign-manifests = false diff --git a/profiles/repo_name b/profiles/repo_name @@ -0,0 +1 @@ +nanmi