From 69cb819aa391fe3e8a3762e18fcd67172df523a8 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Fri, 19 Jan 2007 16:06:51 +0000 Subject: Ebuild maintenance Package-Manager: portage-2.1.2_rc4-r8 --- dev-perl/SVN-Simple/ChangeLog | 8 ++++++-- dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild | 7 +++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'dev-perl/SVN-Simple') diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index 65600ad62386..e64889c6dc87 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SVN-Simple -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.12 2006/08/18 01:22:53 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.13 2007/01/19 16:00:56 mcummings Exp $ + + 19 Jan 2007; Michael Cummings + -SVN-Simple-0.26.ebuild, SVN-Simple-0.27.ebuild: + Ebuild maintenance 18 Aug 2006; Michael Cummings SVN-Simple-0.27.ebuild: diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild index 795cd66b4f93..5936c5c2f27a 100644 --- a/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild +++ b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.10 2006/08/18 01:22:53 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.11 2007/01/19 16:00:56 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" +HOMEPAGE="http://search.cpan.org/~clkao/" SLOT="0" LICENSE="Artistic" @@ -15,7 +15,6 @@ IUSE="" DEPEND=">=dev-util/subversion-0.31 dev-lang/perl" -RDEPEND="${DEPEND}" pkg_setup() { if ! perl -MSVN::Core < /dev/null 2> /dev/null -- cgit v1.2.3-65-gdbad