#Experimental Gentoo Linux Ebuilds
This Git repository contains experimental ebuilds for Gentoo Linux. At this time it consists of the following ebuilds
- sabnzbd - Binary Newsgrabber
- sickbeard - Automatic NZB downloader for tv shows
- couchpotato - (v2) Automatic NZB downloader for movies
- headphones - Automatic NZB downloader for music
- yenc - updated version of yenc
- multithreaded par2cmdline - multithreaded version of par2cmdline
##Install overlay
Install layman, with git. This can be skipped if already done.
USE="git" emerge layman
Install the overlay, and sync.
layman -o https://raw.github.com/sleepnmojo/mojo-overlay/master/overlay.xml -a mojo
layman -S
##Install packages
All packages are masked. To install packages, add the following to /etc/portage/package.keywords
net-nntp/sabnzbd ~amd64
net-nntp/couchpotato ~amd64
net-nntp/sickbeard ~amd64
net-nntp/headphones ~amd64
dev-python/yenc ~amd64
app-arch/par2cmdline ~amd64
www-apps/maraschino ~amd64
Then emerge the packages needed.