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 95D3613933E for ; Sun, 4 Jul 2021 22:49:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA25FE0825; Sun, 4 Jul 2021 22:49:47 +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 CC9CCE0825 for ; Sun, 4 Jul 2021 22:49:47 +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 B537B335C9A for ; Sun, 4 Jul 2021 22:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61DE163F for ; Sun, 4 Jul 2021 22:49:45 +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: <1625438961.3b336124f262ab5f8e43a0fdc51b50da17271a74.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.202.2.110.ebuild X-VCS-Directories: dev-perl/Modern-Perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3b336124f262ab5f8e43a0fdc51b50da17271a74 X-VCS-Branch: master Date: Sun, 4 Jul 2021 22:49:45 +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: 783a2b79-1e2a-4a3d-a049-dda172a91fb8 X-Archives-Hash: b109114318c0497aff97a8eba140fe09 commit: 3b336124f262ab5f8e43a0fdc51b50da17271a74 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jul 4 22:28:53 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Jul 4 22:49:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b336124 dev-perl/Modern-Perl: Version bump 1.20200211 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Modern-Perl/Manifest | 1 + .../Modern-Perl/Modern-Perl-1.202.2.110.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-perl/Modern-Perl/Manifest b/dev-perl/Modern-Perl/Manifest index a5f654ec0dc..81db7c3d59c 100644 --- a/dev-perl/Modern-Perl/Manifest +++ b/dev-perl/Modern-Perl/Manifest @@ -1 +1,2 @@ DIST Modern-Perl-1.20190727.tar.gz 14826 BLAKE2B bd01ecf2b8a47b2805b40c5aff4dbdb9408db51a02108194c4d6c93f77af8bc8032e19ffd9e191bb77143bd3e1911650738ace014873f5d11c5b38541ee82941 SHA512 c2e4d51d51340c3412c197ca4e48fee2b786a8f07aca83315be862637cf1bb9c2d294e98e7e51ba5a76eab307aa18f4f739b12030bad35e81292ffed68bcaf09 +DIST Modern-Perl-1.20200211.tar.gz 14856 BLAKE2B 2abc5f574b0f8032f98a02c9cd85698a13b5266880c432097947136b6109a8f386ea892f3e695f74cb9bf70024db429daef133205d442262d5eb06614b7c7e26 SHA512 eb647c1b617ca517dc09a2de7395de3aca19b13e7089214127f86257544e790b5b79d439d0896be88c018f2ece47ca2b853168b65d676c4af034dbcc815619be diff --git a/dev-perl/Modern-Perl/Modern-Perl-1.202.2.110.ebuild b/dev-perl/Modern-Perl/Modern-Perl-1.202.2.110.ebuild new file mode 100644 index 00000000000..6b296496d48 --- /dev/null +++ b/dev-perl/Modern-Perl/Modern-Perl-1.202.2.110.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=CHROMATIC +DIST_VERSION=1.20200211 +inherit perl-module + +DESCRIPTION="enable all of the features of Modern Perl with one import" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-IO +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.980.0 + ) +"