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 D01E9138334 for ; Wed, 16 Oct 2019 04:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C75BE0901; Wed, 16 Oct 2019 04:14:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 07E69E0901 for ; Wed, 16 Oct 2019 04:14:23 +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 0AC5834BE74 for ; Wed, 16 Oct 2019 04:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D0183F for ; Wed, 16 Oct 2019 04:14:18 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1571199216.0ab1a53e702431d81e8d25d80bce1b048838ce02.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Modern-Perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Modern-Perl/Manifest dev-perl/Modern-Perl/Modern-Perl-1.201.907.270.ebuild X-VCS-Directories: dev-perl/Modern-Perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0ab1a53e702431d81e8d25d80bce1b048838ce02 X-VCS-Branch: master Date: Wed, 16 Oct 2019 04:14:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd08e3aa-9ba7-4441-92e9-54ed33bcf9b8 X-Archives-Hash: c15aaf60399a7948287360d4b3ab7450 commit: 0ab1a53e702431d81e8d25d80bce1b048838ce02 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 16 04:13:36 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 16 04:13:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab1a53e dev-perl/Modern-Perl: Version bump to 1.20190727 Closes: https://bugs.gentoo.org/690462 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Modern-Perl/Manifest | 1 + dev-perl/Modern-Perl/Modern-Perl-1.201.907.270.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-perl/Modern-Perl/Manifest b/dev-perl/Modern-Perl/Manifest index 87d964e256b..b18743a49af 100644 --- a/dev-perl/Modern-Perl/Manifest +++ b/dev-perl/Modern-Perl/Manifest @@ -1 +1,2 @@ DIST Modern-Perl-1.20170117.tar.gz 13867 BLAKE2B af33e95c8ed2008a0b762df39060ceb205a49a5f5d9d729dfef76a65147ea5ec4a0541dcab498ebbb92dd294a92fc7006f7ba10d89e3b760728345a2fa22091a SHA512 74f310e652962dae3c734534e128d15f289ba4e616e42d65cf2b6d009dda1cd06e209d24ee0f675a643268825276732651a17a8c2cd8d41a4e1232c3fea8f286 +DIST Modern-Perl-1.20190727.tar.gz 14826 BLAKE2B bd01ecf2b8a47b2805b40c5aff4dbdb9408db51a02108194c4d6c93f77af8bc8032e19ffd9e191bb77143bd3e1911650738ace014873f5d11c5b38541ee82941 SHA512 c2e4d51d51340c3412c197ca4e48fee2b786a8f07aca83315be862637cf1bb9c2d294e98e7e51ba5a76eab307aa18f4f739b12030bad35e81292ffed68bcaf09 diff --git a/dev-perl/Modern-Perl/Modern-Perl-1.201.907.270.ebuild b/dev-perl/Modern-Perl/Modern-Perl-1.201.907.270.ebuild new file mode 100644 index 00000000000..48117be8367 --- /dev/null +++ b/dev-perl/Modern-Perl/Modern-Perl-1.201.907.270.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=CHROMATIC +DIST_VERSION=1.20190727 +inherit perl-module + +DESCRIPTION="enable all of the features of Modern Perl with one import" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RDEPEND="virtual/perl-IO" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.980.0 + ) +"