diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-28 18:59:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-28 18:59:13 +0000 |
commit | b031efd0df1212421eb2a22e4b579f4d72b7ef92 (patch) | |
tree | 3699cf25ff45f39183ed021f1bad35a5530a62f5 /dev-perl/SVN-Simple | |
parent | Cleaning (diff) | |
download | historical-b031efd0df1212421eb2a22e4b579f4d72b7ef92.tar.gz historical-b031efd0df1212421eb2a22e4b579f4d72b7ef92.tar.bz2 historical-b031efd0df1212421eb2a22e4b579f4d72b7ef92.zip |
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/SVN-Simple')
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 8 | ||||
-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 |
4 files changed, 36 insertions, 3 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/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 |