commit: b3d14ceba8733fafc451b65c8b51cdced84d014e Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Sep 3 00:24:00 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Sep 3 00:24:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b3d14ceb
[cleanup] dev-perl/String-Diff Remove old EAPIs Package-Manager: portage-2.2.10 --- dev-perl/String-Diff/ChangeLog | 6 +++- dev-perl/String-Diff/String-Diff-0.40.0.ebuild | 18 ------------ dev-perl/String-Diff/String-Diff-0.50.0.ebuild | 40 -------------------------- 3 files changed, 5 insertions(+), 59 deletions(-) diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog index 7d80bb6..355e7b4 100644 --- a/dev-perl/String-Diff/ChangeLog +++ b/dev-perl/String-Diff/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/String-Diff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Sep 2014; Kent Fredric <[email protected]> -String-Diff-0.40.0.ebuild, + -String-Diff-0.50.0.ebuild: + Remove old EAPIs + *String-Diff-0.60.0 (25 Jul 2012) 25 Jul 2012; Kent Fredric <[email protected]> +String-Diff-0.60.0.ebuild: diff --git a/dev-perl/String-Diff/String-Diff-0.40.0.ebuild b/dev-perl/String-Diff/String-Diff-0.40.0.ebuild deleted file mode 100644 index e4b0c7f..0000000 --- a/dev-perl/String-Diff/String-Diff-0.40.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=YAPPO -MODULE_VERSION="0.04" -inherit perl-module - -DESCRIPTION="Simple diff to String" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - dev-perl/Algorithm-Diff -" diff --git a/dev-perl/String-Diff/String-Diff-0.50.0.ebuild b/dev-perl/String-Diff/String-Diff-0.50.0.ebuild deleted file mode 100644 index 9aaca69..0000000 --- a/dev-perl/String-Diff/String-Diff-0.50.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=YAPPO -MODULE_VERSION=0.05 -inherit perl-module - -DESCRIPTION='Simple diff to String' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 - # Test::Base - echo dev-perl/Test-Base - # Test::More - echo virtual/perl-Test-Simple - # YAML - echo dev-perl/yaml -} -perl_meta_runtime() { - # Algorithm::Diff - echo dev-perl/Algorithm-Diff -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="broken"
