# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 #inherit eutils DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://foo.example.org/" SRC_URI="ftp://foo.example.org/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" #RESTRICT="strip" COMMON_DEPEND="" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" #S=${WORKDIR}/${P}