# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://foo.bar.com/" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/perl-File-Spec dev-perl/Math-VecStat dev-perl/Math-Vec dev-perl/libwww-perl dev-perl/GD app-text/xmlstarlet media-gfx/pngcrush media-gfx/inkscape app-arch/zip dev-util/subversion media-fonts/dejavu" src_compile() { einfo Just a meta package } src_install() { einfo Installed all deps for tiles at home }