My personal Gentoo overlay/repository. Not much to see here.
Go to file
2024-12-29 18:01:14 -05:00
app-containers/podman-compose add app-containers/podman-compose ebuilds 2023-07-12 12:27:53 -04:00
app-editors/neovide update llvm/clang package names 2024-12-14 13:01:32 -05:00
app-forensics/openscap add app-forensics/openscap 2024-01-19 17:02:07 -05:00
dev-vcs/git-secret add dev-vcs/git-secret 2024-07-12 13:39:17 -04:00
games-action/mcpelauncher-linux add mcpelauncher-linux-1.1.2 and mcpelauncher-ui-qt-1.1.2 2024-12-29 18:01:14 -05:00
games-util add mcpelauncher-linux-1.1.2 and mcpelauncher-ui-qt-1.1.2 2024-12-29 18:01:14 -05:00
media-gfx/grafx2 initial commit 2023-03-21 15:52:55 -04:00
metadata initial commit 2023-03-21 15:52:55 -04:00
profiles initial commit 2023-03-21 15:52:55 -04:00
README.md update README.md again 2023-03-21 16:12:50 -04:00

Gered's Gentoo Overlay

This is my Gentoo overlay, just for my own personal use. This is essentially what I used to have in my local ebuild repository, but I decided to put it here in this Git repository so I can easily sync changes to all my Gentoo systems.

You probably don't want to use this. I reserve the right to break things randomly.

Usage

Add a new file /etc/portage/repos.conf/gered.conf with the following in it:

[gered]
location = /var/db/repos/gered
sync-type = git
sync-uri = https://github.com/gered/gentoo-overlay.git
auto-sync = yes
priority = 100

You may not want the priority set so high as I have it here.

And then just do an emerge --sync and you're done.