# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="SVN::Mirror - Mirror Remote Subversion Repository to local" SRC_URI="http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="alpha arm hppa mips ppc sparc x86" DEPEND="${DEPEND} >=dev-util/subversion-0.33 dev-perl/URI" pkg_setup() { if ! perl -MSVN::Core < /dev/null 2> /dev/null then eerror "You need subversion-0.33+ compiled with Perl bindings." eerror "USE=\"perl\" emerge subversion" die "Need Subversion compiled with Perl bindings." fi }