diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-10 07:52:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-10 07:52:15 +0000 |
commit | d64f1bb4db19d6544c6eed8a0abe34f497d4e996 (patch) | |
tree | a37ebf6f21e8b7aa745486bfce2cb11621f8ed4a /dev-perl/SVN-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-d64f1bb4db19d6544c6eed8a0abe34f497d4e996.tar.gz gentoo-2-d64f1bb4db19d6544c6eed8a0abe34f497d4e996.tar.bz2 gentoo-2-d64f1bb4db19d6544c6eed8a0abe34f497d4e996.zip |
Ebuild maintainance
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SVN-Simple')
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index f8146a51e6e8..a21f0d178e0e 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SVN-Simple # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.17 2009/09/28 17:00:30 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.18 2009/12/10 07:52:15 tove Exp $ + + 10 Dec 2009; Torsten Veller <tove@gentoo.org> SVN-Simple-0.27.ebuild: + Ebuild maintainance 28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> SVN-Simple-0.27.ebuild: Migrate to EAPI 2 in order to nuke built_with_use. diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild index ec4b7bcdd743..062c6c74135f 100644 --- a/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild +++ b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2009 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.14 2009/09/28 17:00:30 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.15 2009/12/10 07:52:15 tove Exp $ EAPI="2" +MODULE_AUTHOR=CLKAO 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://search.cpan.org/~clkao/" -SLOT="0" LICENSE="Artistic" +SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="" -DEPEND=">=dev-util/subversion-0.31[perl] - dev-lang/perl" +RDEPEND=">=dev-util/subversion-0.31[perl]" +DEPEND="${RDEPEND}" |