commit: d3d5cce19b96cd0d69efd77295b0a37b69eb40f6 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Tue Jul 22 02:37:52 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Tue Jul 22 02:37:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d3d5cce1
[fixup] dev-perl/Eval-Context Update EAPI and deps, mark tests as presently broken till upstream fixes a bug Package-Manager: portage-2.2.10 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Eval-Context/ChangeLog | 9 ++++++++- ...l-Context-0.09.11.ebuild => Eval-Context-0.9.11.ebuild} | 14 +++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/dev-perl/Eval-Context/ChangeLog b/dev-perl/Eval-Context/ChangeLog index 70a5e1f..c937752 100644 --- a/dev-perl/Eval-Context/ChangeLog +++ b/dev-perl/Eval-Context/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/Eval-Context -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Eval-Context-0.9.11 (22 Jul 2014) + + 22 Jul 2014; Kent Fredric <[email protected]> + -Eval-Context-0.09.11.ebuild, +Eval-Context-0.9.11.ebuild: + Update EAPI and deps, mark tests as presently broken till upstream fixes a + bug + *Eval-Context-0.09.11 (19 Jun 2010) 19 Jun 2010; Kent Fredric <[email protected]> diff --git a/dev-perl/Eval-Context/Eval-Context-0.09.11.ebuild b/dev-perl/Eval-Context/Eval-Context-0.9.11.ebuild similarity index 76% rename from dev-perl/Eval-Context/Eval-Context-0.09.11.ebuild rename to dev-perl/Eval-Context/Eval-Context-0.9.11.ebuild index 63b7f5d..686ffc3 100644 --- a/dev-perl/Eval-Context/Eval-Context-0.09.11.ebuild +++ b/dev-perl/Eval-Context/Eval-Context-0.9.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 - +EAPI=5 MODULE_AUTHOR=NKH +MODULE_VERSION=0.09.11 inherit perl-module DESCRIPTION="Evalute perl code in context wrapper" @@ -20,8 +20,8 @@ RDEPEND="dev-perl/Readonly dev-perl/Data-TreeDumper dev-perl/File-Slurp dev-perl/Sub-Install - >=virtual/perl-Safe-2.16 - >=virtual/perl-version-0.50 + >=virtual/perl-Safe-2.160.0 + >=virtual/perl-version-0.500.0 dev-perl/Data-TreeDumper " DEPEND=" @@ -35,5 +35,5 @@ DEPEND=" dev-perl/Directory-Scratch-Structured dev-perl/Test-Output " - -SRC_TEST=do +# https://rt.cpan.org/Ticket/Display.html?id=86017 +SRC_TEST=broken
