summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 16:06:51 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 16:06:51 +0000
commit69cb819aa391fe3e8a3762e18fcd67172df523a8 (patch)
treeda720ffea0d0d8cf843c5fe549dad53f3bf3ff54 /dev-perl/SVN-Simple
parentVersion bump, thanks seemant (diff)
downloadhistorical-69cb819aa391fe3e8a3762e18fcd67172df523a8.tar.gz
historical-69cb819aa391fe3e8a3762e18fcd67172df523a8.tar.bz2
historical-69cb819aa391fe3e8a3762e18fcd67172df523a8.zip
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/SVN-Simple')
-rw-r--r--dev-perl/SVN-Simple/ChangeLog8
-rw-r--r--dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild7
2 files changed, 9 insertions, 6 deletions
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 <mcummings@gentoo.org>
+ -SVN-Simple-0.26.ebuild, SVN-Simple-0.27.ebuild:
+ Ebuild maintenance
18 Aug 2006; Michael Cummings <mcummings@gentoo.org>
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