# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/splat/splat-0.08.ebuild,v 1.20 2008/01/26 16:13:33 grobian Exp $ DESCRIPTION="Simple Portage Log Analyzer Tool" HOMEPAGE="http://www.l8nite.net/projects/splat/" SRC_URI="http://www.l8nite.net/projects/splat/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 ~sparc x86" IUSE="" DEPEND="dev-lang/perl" src_install() { newsbin splat.pl splat || die dodoc COPYING ChangeLog } pkg_postinst() { echo ewarn "${CATEGORY}/${PN} installs to /sbin and sci-electronics/splat" ewarn "installs to /bin. If you have both packages installed, the application" ewarn "that will run when you try to execute 'splat' is determined" ewarn "by the order of the PATH environment variable." echo ewarn "If you want to be sure, type the full path to the executable." echo }