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 A111115801E for ; Sat, 2 Oct 2021 00:13:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B52E0849; Sat, 2 Oct 2021 00:13:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0AD6E0849 for ; Sat, 2 Oct 2021 00:13:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E63D7342D62 for ; Sat, 2 Oct 2021 00:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21702138 for ; Sat, 2 Oct 2021 00:13:38 +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: <1633133606.43d445dc374e884a1fab0a0280713bbf0850eb8a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UNIVERSAL-require/Manifest dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild X-VCS-Directories: dev-perl/UNIVERSAL-require/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 43d445dc374e884a1fab0a0280713bbf0850eb8a X-VCS-Branch: master Date: Sat, 2 Oct 2021 00:13:38 +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: 997b6ec5-2a6a-496b-aca8-7d0a378f42d9 X-Archives-Hash: 27ddab74fb2dbe094fac7a2c30d74a7f commit: 43d445dc374e884a1fab0a0280713bbf0850eb8a Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 2 00:12:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 2 00:13:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d445dc dev-perl/UNIVERSAL-require: Version bump 0.19 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/UNIVERSAL-require/Manifest | 1 + .../UNIVERSAL-require-0.190.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-perl/UNIVERSAL-require/Manifest b/dev-perl/UNIVERSAL-require/Manifest index db19c295feb..9d443786e93 100644 --- a/dev-perl/UNIVERSAL-require/Manifest +++ b/dev-perl/UNIVERSAL-require/Manifest @@ -1 +1,2 @@ DIST UNIVERSAL-require-0.18.tar.gz 5885 BLAKE2B aef7f3e50978ddd4fac08eae9f41b2b7c49297a2175a19b40a813296980cdd2a699c678b13eb4f37b60e21db81097d3726bbb025cd1eac6452fb21a33e6ae7f6 SHA512 4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d +DIST UNIVERSAL-require-0.19.tar.gz 6283 BLAKE2B 3055a8571829839a20338bc2d656aef6805515fee94bc617cf9b3125525005f0581ed072d9199e90d214791237fa832c8224d6b06e8de9cfa6db5885db4b2cab SHA512 065a361a7605aa2827ad14eeecea23a2238df2cc477c73ea2facd475953000d0c6f8773db886333295501e6d2602dd08e2f9a81d77b4f3a4c3926dcc57358cb2 diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild new file mode 100644 index 00000000000..14ef23c34e1 --- /dev/null +++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=NEILB +DIST_VERSION=0.19 +inherit perl-module + +DESCRIPTION="UNIVERSAL::require - require() modules from a variable" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=" + virtual/perl-Carp +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.470.0 ) +"