Gentoo repository for custom packages.
app-admin/ekernel | ||
app-portage/remerge | ||
dev-cpp/stdman | ||
metadata | ||
profiles | ||
.gitignore | ||
README.md |
phlo's Personal Repository
Repository (overlay) containing custom ebuilds for software not contained in Gentoo's official portage tree.
Packages
- app-admin/ekernel - custom Gentoo EFI stub kernel updater
- app-portage/remerge - a quick and dirty binary package host implementation
- dev-cpp/stdman - C++ standard library man pages (generated from http://cppreference.com)
Setup
Simply create a repository configuration file /etc/portage/repos.conf/phlo.conf
containing:
[phlo]
location = <portdir>/phlo
sync-type = git
sync-uri = https://github.com/phlo/phlo-portage.git
auto-sync = yes
See https://wiki.gentoo.org/wiki//etc/portage/repos.conf for details.