# Copyright 2012 Hacking Networked Solutions # Distributed under the terms of the GNU General Public License v3 # $Header: $ EAPI="3" DESCRIPTION="A collection of scripts to assist in the running of a \"build-server\"" HOMEPAGE="http://www.mad-hacking.net/software/linux/gentoo/buildserver-scripts/index.xml" SRC_URI="http://downloads.mad-hacking.net/software/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/bash-outlogger-0.2" src_install() { exeinto /usr/bin doexe bin/* insinto /etc doins etc/* }