From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A34C13877A for ; Tue, 22 Jul 2014 02:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AA3EE0D0C; Tue, 22 Jul 2014 02:49:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4178E0D0A for ; Tue, 22 Jul 2014 02:49:35 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4A5333F23A for ; Tue, 22 Jul 2014 02:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 797D1193E8 for ; Tue, 22 Jul 2014 02:49:32 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1405996672.d3d5cce19b96cd0d69efd77295b0a37b69eb40f6.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Eval-Context/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Eval-Context/ChangeLog dev-perl/Eval-Context/Eval-Context-0.09.11.ebuild dev-perl/Eval-Context/Eval-Context-0.9.11.ebuild X-VCS-Directories: dev-perl/Eval-Context/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d3d5cce19b96cd0d69efd77295b0a37b69eb40f6 X-VCS-Branch: master Date: Tue, 22 Jul 2014 02:49:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dc21464b-f791-4000-9682-b624e97c8f39 X-Archives-Hash: 3e81b0c9df5e4f6950eea6edef3b558e commit: d3d5cce19b96cd0d69efd77295b0a37b69eb40f6 Author: Kent Fredric gmail com> AuthorDate: Tue Jul 22 02:37:52 2014 +0000 Commit: Kent Fredric gmail 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 + -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 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