portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

Commit: 447fad7627489feceb5df3bafaf18c33ee42d542
Parent: b8ae3d77df86af5403037a2e71d73c9cec942bd4
Author: Randy Palamar
Date:   Sun, 13 Aug 2023 21:47:49 -0600

add package.mask and update README

Diffstat:
DREADME | 7-------
AREADME.md | 17+++++++++++++++++
Aprofiles/package.mask | 5+++++
3 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -1,7 +0,0 @@ -Overlay containing ebuilds of varying quality. - -Contains fixes for a few programs when using musl libc. - -Patches that came from an email are distributed under the terms of the author. -Patches that did not come from an email were probably written by me and can be -used as you wish. diff --git a/README.md b/README.md @@ -0,0 +1,17 @@ +rnpnr overlay +============= + +Overlay containing ebuilds of varying quality. + +Ebuilds +------- + +Most ebuilds here are arbitrary. The ones useful to others are the ones +for my programs. Some others contain modifications to delete unneeded +features that were forced in the `[gentoo]` repo. + +Masked Ebuilds +-------------- + +Ebuilds with a niche use case are masked by default. If you need them +you will also know how to unmask them. diff --git a/profiles/package.mask b/profiles/package.mask @@ -0,0 +1,5 @@ +# These packages are only here to pull in dependencies. Unless you are +# developing these and install directly from the src dir you probably want +# the normal packages. +=app-editors/vis-0.8-r99 +=x11-wm/dwm-6.4-r99