diff options
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/files/digest-SVN-Simple-0.27 | 1 |
5 files changed, 39 insertions, 4 deletions
diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index b773ecba7a7f..9e765f0c915c 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/SVN-Simple # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.2 2005/02/05 14:25:29 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.3 2005/04/28 18:59:13 mcummings Exp $ + +*SVN-Simple-0.27 (28 Apr 2005) + + 28 Apr 2005; Michael Cummings <mcummings@gentoo.org> + SVN-Simple-0.26.ebuild, +SVN-Simple-0.27.ebuild: + Cleaning up 05 Feb 2005; Dylan Carlson <absinthe@gentoo.org> SVN-Simple-0.26.ebuild: Keywords ~amd64. diff --git a/dev-perl/SVN-Simple/Manifest b/dev-perl/SVN-Simple/Manifest index b2848108870a..123c91adf8fb 100644 --- a/dev-perl/SVN-Simple/Manifest +++ b/dev-perl/SVN-Simple/Manifest @@ -1,4 +1,6 @@ -MD5 b16ec4504c26732a09b22b6642c12ce7 SVN-Simple-0.26.ebuild 794 MD5 f7a0f2a7b605a48f21735db3329d2a1c ChangeLog 430 +MD5 573efe87d73cc557a35106537cde7ffd SVN-Simple-0.26.ebuild 788 MD5 1e7dded402e236d45bd25a38c70c995c metadata.xml 223 +MD5 0ccf6d9ec934813e4863d37bee2d1cc3 SVN-Simple-0.27.ebuild 682 MD5 ce306e01ec4f1705c0e02aa8eed27f0b files/digest-SVN-Simple-0.26 65 +MD5 a5fab07846309ef2402b4025fa31e64f files/digest-SVN-Simple-0.27 65 diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild index c914d0454fab..c3c22313c764 100644 --- a/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild +++ b/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 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.2 2005/02/05 14:25:29 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild,v 1.3 2005/04/28 18:59:13 mcummings Exp $ inherit perl-module DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor" -SRC_URI="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.tar.gz" +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" diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild new file mode 100644 index 000000000000..30e77f6157f0 --- /dev/null +++ b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 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.27.ebuild,v 1.1 2005/04/28 18:59:13 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="~x86 ~amd64" +IUSE="" + +DEPEND="${DEPEND} + >=dev-util/subversion-0.31" + +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 +} diff --git a/dev-perl/SVN-Simple/files/digest-SVN-Simple-0.27 b/dev-perl/SVN-Simple/files/digest-SVN-Simple-0.27 new file mode 100644 index 000000000000..4cd97e0aa408 --- /dev/null +++ b/dev-perl/SVN-Simple/files/digest-SVN-Simple-0.27 @@ -0,0 +1 @@ +MD5 6a5609e038421564051019649dd05fd0 SVN-Simple-0.27.tar.gz 4879 |