Gentoo overlay
Overlays are used in Gentoo to manage ebuilds outside the portage tree. There is an official GNOME overlay that contains recent GNOME packages, for example. My overlay contains some packages that are useful to me, such as:
Location and usage
The overlay is available on Github. To setup the overlay in Gentoo:
- If using layman:
- layman -o http://amigadave.com/overlays.xml -f -a amigadave
- Otherwise:
- git clone git://github.com/amigadave/overlay.git
- $EDITOR /etc/make.conf
- Add ‘PORTDIR_OVERLAY="/path/of/overlay"’
- $EDITOR /etc/portage/package.keywords
- Unmask desired packages