diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:00:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:00:56 +0000 |
commit | 13854a70560a569ca01d9aca9e8543e1541ae437 (patch) | |
tree | ceeccb1fdbd2a2c3a624f467f3e92b299e253fa5 /dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild | |
parent | Version bump, thanks seemant (diff) | |
download | gentoo-2-13854a70560a569ca01d9aca9e8543e1541ae437.tar.gz gentoo-2-13854a70560a569ca01d9aca9e8543e1541ae437.tar.bz2 gentoo-2-13854a70560a569ca01d9aca9e8543e1541ae437.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild')
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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 |