# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.21 2006/12/11 02:40:04 beu Exp $ DESCRIPTION="Tail multiple logfiles at once, even if rotated" HOMEPAGE="http://www.unicom.com/sw/xtail/" SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" src_install() { doman xtail.1 dobin xtail || die dodoc README }