Personal overlay for Gentoo packages. Changes often due to patches making it into the main tree. See branches for unfinished projects.
Repositories considered "masters" of this one are not necessary for most of the
packages here. If the build is passing in CI but emerge
fails to resolve
dependencies, you're probably missing one or more of the "master" repositories
and should add it to your system.
I force push often. In the event that emerge
or layman
refuses to sync,
either remove and re-add the repository, or manually enter the directory and run
as the appropriate user:
git fetch --all && git reset --hard origin/master
See the wiki for more information.
emerge --ask app-eselect/eselect-repository
eselect repository add average git https://github.com/AnAverageHuman/average.git
emerge --sync
emerge --ask app-portage/layman
layman -of https://raw.githubusercontent.com/AnAverageHuman/average/master/repositories.xml -a average
layman -s average
See the automatically generated package table in Packages.adoc for a complete listing.