# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild,v 1.7 2006/08/05 20:26:58 mcummings Exp $ inherit perl-module DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor" SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="~amd64 sparc ~x86" IUSE="" DEPEND=">=dev-util/subversion-0.31 dev-lang/perl" RDEPEND="${DEPEND}" pkg_setup() { if ! perl -MSVN::Core < /dev/null 2> /dev/null then eerror "You need subversion-0.31+ compiled with Perl bindings." eerror "USE=\"perl\" emerge subversion" die "Need Subversion compiled with Perl bindings." fi }