# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A tool to rebuild SVN/CVS packages taking care of dependencies ordering" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/rep-rebuild/" LICENSE="LGPL-2" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" SLOT="0" IUSE="" RDEPEND="dev-perl/PortageXS app-portage/gentoolkit dev-lang/perl" DEPEND="" src_install() { dobin bin/rep-rebuild || die doman man/rep-rebuild.1 dodoc doc/README doc/LICENSE doc/CREDITS }