# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-portage/gencfg/gencfg-0.3,v 1.4 2004/04/25 03:41:31 ares Exp $ DESCRIPTION="Tool for configuration file updates" HOMEPAGE="http://www.linuxita.no-ip.org/User/Ares" SRC_URI="http://www.linuxita.no-ip.org/User/Ares/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64" RDEPEND=">=dev-lang/perl-5.8.0-r12 >=dev-perl/Archive-Tar-1.05" src_install() { dobin gencfg || die dodoc README doman gencfg.1 }