To fetch and use this overlay, do: hg clone http://n01se.net/gentoo/overlay overlay-noise export PORTDIR_OVERLAY="$PWD/overlay-noise $PORTDIR_OVERLAY" You can then get updates with: hg pull -u To contribute to this overlay, you need to do two things: 1. Make sure that your umask on n01se.net is set for group write. This is critical, so please don't screw up. I accomplish this in my bashrc with: if [[ $(id -gn) == pg517252 ]]; then umask 002 fi 2. Add to your .hgrc: cd overlay-noise vim .hg/hgrc # Add following [paths]: default-push = ssh://n01se.net/web/gentoo/overlay 29 Jun 2006 agriffis