Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 996 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 996 Bytes

gentoo-overlay

Ștefan Talpalaru's personal Gentoo Linux overlay.

Installing

This overlay is no longer available in the official Gentoo list, because core Gentoo devs are as petty as they are incompetent. Add it with:

eselect repository enable guru
eselect repository add stefantalpalaru git https://github.com/stefantalpalaru/gentoo-overlay
emaint sync

If, at some point in the past, you added this overlay using eselect repository enable stefantalpalaru you are stuck with a Gentoo-controlled overlay mirror that stopped mirroring on July 21, 2024. You need to remove the overlay and add it again:

eselect repository remove stefantalpalaru
eselect repository add stefantalpalaru git https://github.com/stefantalpalaru/gentoo-overlay
emaint sync --repo stefantalpalaru

Counting packages

ls -Fd */* | grep '/$' | grep -Ev '^(profiles|metadata|acct-)' | wc -l