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 ACA54139360 for ; Fri, 13 Aug 2021 00:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B97EE0827; Fri, 13 Aug 2021 00:04:45 +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 A147DE0801 for ; Fri, 13 Aug 2021 00:04:44 +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 632ED3406C2 for ; Fri, 13 Aug 2021 00:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB1207A2 for ; Fri, 13 Aug 2021 00:04:41 +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: <1628813046.6ce14bd2dc892f06671bd1d0010413bdd7c433bb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Mmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sys-Mmap/Manifest dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild X-VCS-Directories: dev-perl/Sys-Mmap/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6ce14bd2dc892f06671bd1d0010413bdd7c433bb X-VCS-Branch: master Date: Fri, 13 Aug 2021 00:04:41 +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: 0ae1dd38-187e-46a6-8594-867194c24385 X-Archives-Hash: 882f8b1b58c7762918f085dbab0d6f4f commit: 6ce14bd2dc892f06671bd1d0010413bdd7c433bb Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Aug 12 23:45:24 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Aug 13 00:04:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce14bd2 dev-perl/Sys-Mmap: Version bump 0.20 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Sys-Mmap/Manifest | 1 + dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-perl/Sys-Mmap/Manifest b/dev-perl/Sys-Mmap/Manifest index 0e997b659a1..aa11f3ed454 100644 --- a/dev-perl/Sys-Mmap/Manifest +++ b/dev-perl/Sys-Mmap/Manifest @@ -1 +1,2 @@ DIST Sys-Mmap-0.19.tar.gz 18174 BLAKE2B e154fadece4c462b15f99f940b3cb5fdb4a4550524a27ceb38851ecca7f95a48fa424bd1a77c03edcc0928b31307eb3a2d0bf801c2b1a150ea2f6cfb60739f05 SHA512 4e6409cddd13322b4cdaad832e6d0233776e51098b499fd05d8e642e547eb1ed7add5bb9fb339e69048a3293140098e282b51698eb6d188ace71ad58c1628556 +DIST Sys-Mmap-0.20.tar.gz 17962 BLAKE2B c16acafb9aff0c01c68ca554f179e0bc603ce67f91ae3d67e05fd062ac8d76cc058e64e5704a046ea9c475b65e3665d1e7898bf73ac8c8787aedb55dc0965283 SHA512 7afe9e1be26d75bbc818d3deb51e0ba751c2711f8503a77882d3d207b1c37e4867fe79e5757193ba058ed395ba955406d8af3f195ce5dff5b4b29748d9d86f5f diff --git a/dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild b/dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild new file mode 100644 index 00000000000..6d34deca13d --- /dev/null +++ b/dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.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=TODDR +DIST_VERSION=0.20 + +inherit perl-module + +DESCRIPTION="Uses mmap to map in a file as a Perl variable" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + virtual/perl-XSLoader +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +"