Gentoo Chuso overlay

This is an overlay for Gentoo to provide packages not present in Gentoo Portage or other overlays or modified ebuilds with additional patches.

Installation

  1. Go into the directory where you want to store the overlay, for example
    cd /usr/local/overlays
  2. Download the repository
    svn co https://forja.rediris.es/svn/chuso-overlay
  3. Add the directory to PORTDIR_OVERLAY
    grep -q ^PORTDIR_OVERLAY= /etc/make.conf &&
    sed -ie "s,^PORTDIR_OVERLAY=,&\"`pwd`/chuso-overlay \"," /etc/make.conf ||
    echo "PORTDIR_OVERLAY=\"`pwd`/chuso-overlay\"" >> /etc/make.conf

Update

  1. Just go into the overlay directory:
    cd /usr/local/overlays/chuso-overlay
  2. And then execute:
    svn up

Links


Contributions are welcomed.

Packages included