From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D4371382C5 for ; Tue, 20 Mar 2018 07:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3604BE0901; Tue, 20 Mar 2018 07:04:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E6ADE0901 for ; Tue, 20 Mar 2018 07:04:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F47D335C0C for ; Tue, 20 Mar 2018 07:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B98262 for ; Tue, 20 Mar 2018 07:04:06 +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: <1521529423.6c175e29fd10a3e4a4b952eae268188982d07bf3.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Variable-Magic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Variable-Magic/Manifest dev-perl/Variable-Magic/Variable-Magic-0.620.0.ebuild X-VCS-Directories: dev-perl/Variable-Magic/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6c175e29fd10a3e4a4b952eae268188982d07bf3 X-VCS-Branch: master Date: Tue, 20 Mar 2018 07:04:06 +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: 47a06d05-e89a-4a01-8a4a-c1218edafb3e X-Archives-Hash: 9dcb4357d938aead21be531c335c3b69 commit: 6c175e29fd10a3e4a4b952eae268188982d07bf3 Author: Kent Fredric gentoo org> AuthorDate: Tue Mar 20 07:03:16 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Mar 20 07:03:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c175e29 dev-perl/Variable-Magic: Bump to version 0.620.0 Upstream: - Fix for compat with CV-in-stash optimization in Perl 5.28 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Variable-Magic/Manifest | 1 + .../Variable-Magic/Variable-Magic-0.620.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-perl/Variable-Magic/Manifest b/dev-perl/Variable-Magic/Manifest index 7b87c37344c..bda2101903c 100644 --- a/dev-perl/Variable-Magic/Manifest +++ b/dev-perl/Variable-Magic/Manifest @@ -1 +1,2 @@ DIST Variable-Magic-0.61.tar.gz 78663 BLAKE2B cb8153308259b03bd65fb9886edd0ae58d2d892afff403517c799064b19b69106e24872b5505276234dec688b0408469b2b6213d0e624e0e130aba798e7ea73c SHA512 32f27e6faa7f7b6e8ef512eafdab648eb89d11e16b4d5a703523d423d0e6436685a5b6f5751d96f4981872822bbdc5a957cb61b898462c8a4827cbca0f250def +DIST Variable-Magic-0.62.tar.gz 79009 BLAKE2B e99fc85fa3765475c0393e7c396e3ead5bee3ac49d6d6e82a1ae3ec962367303f85ce0a02dbcfc24189ec29e820650810035c9fe74aebba24ceb24485926f46e SHA512 fdaad8ab1a16a4723e30a155086f7f9ecad60b021b0ca5d449a0bc001b858a53e2857cfdc3fc4e3dcc28e2f59a14f3531afd93e3f71fda3b8fcaa8bc50d0c380 diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.620.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.620.0.ebuild new file mode 100644 index 00000000000..ad2b0d7a45d --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.620.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=VPIT +DIST_VERSION=0.62 +DIST_EXAMPLES=("samples/*") +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-macos" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +"