diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-06 20:54:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-06 20:54:34 +0000 |
commit | 3da21805dcda06188d75fa60a3b09a0a4ded248b (patch) | |
tree | ab1aa6ced1e2ee51618089049a460b333d7d6380 /dev-perl/SVN-Mirror/SVN-Mirror-0.73.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-3da21805dcda06188d75fa60a3b09a0a4ded248b.tar.gz gentoo-2-3da21805dcda06188d75fa60a3b09a0a4ded248b.tar.bz2 gentoo-2-3da21805dcda06188d75fa60a3b09a0a4ded248b.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/SVN-Mirror/SVN-Mirror-0.73.ebuild')
-rw-r--r-- | dev-perl/SVN-Mirror/SVN-Mirror-0.73.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/SVN-Mirror/SVN-Mirror-0.73.ebuild b/dev-perl/SVN-Mirror/SVN-Mirror-0.73.ebuild new file mode 100644 index 000000000000..b0a7ff697ad8 --- /dev/null +++ b/dev-perl/SVN-Mirror/SVN-Mirror-0.73.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.73.ebuild,v 1.1 2007/04/06 20:54:34 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="SVN::Mirror - Mirror remote repositories to local subversion repository" +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 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-util/subversion-1.1.3 + >=dev-perl/URI-1.34 + >=dev-perl/TermReadKey-2.21 + >=dev-perl/SVN-Simple-0.26 + dev-perl/Data-UUID + dev-perl/Class-Accessor + dev-perl/TimeDate + dev-perl/File-chdir + dev-lang/perl" + +pkg_setup() { + if ! perl -MSVN::Core < /dev/null 2> /dev/null + then + eerror "You need subversion-1.0.4+ compiled with Perl bindings." + eerror "USE=\"perl\" emerge subversion" + die "Need Subversion compiled with Perl bindings." + fi +} |