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 | |
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')
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild | 7 |
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 |