MrDuartePT / average

Where ebuilds come to die.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

average

CI

Personal overlay for Gentoo packages. Changes often due to patches making it into the main tree. See branches for unfinished projects.

Installation/Usage

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

eselect-repository

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

layman

emerge --ask app-portage/layman
layman -of https://raw.githubusercontent.com/AnAverageHuman/average/master/repositories.xml -a average
layman -s average

Packages

See the automatically generated package table in Packages.adoc for a complete listing.

About

Where ebuilds come to die.


Languages

Language:Shell 71.5%Language:Python 17.4%Language:Jinja 11.1%