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.

Gentoo Linux

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

Gentoo Linux with binary (precompiled) packages

Installation

    You have to do the same as for a normal Gentoo installation and then just edit your /etc/make.conf file and add http://chuso-overlay.forja.rediris.es/packages/ to your PORTAGE_BINHOST variable.

    Since then, you will be able to install binary packages from this overlay using -g option in emerge.

    Please note that only those packages whose license allow it are included, this excludes dev-util/kylix-enterprise-bin, media-tv/zattoo-bin, x11-libs/libtxcdxtn and x11-misc/google-desktop.

Update

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

Sabayon Linux RSS feed

Installation

Execute spritz, go to the repositories administration tab and add a new repository with the following info:

Please note that only those packages whose license allow it are included, this excludes dev-util/kylix-enterprise-bin, media-tv/zattoo-bin, x11-libs/libtxcdxtn and x11-misc/google-desktop.

Update

Nothing special is needed for updating, just go to the repositories administration tab in spritz and hit update button.

Links


Contributions are welcomed.

Packages included