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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 610F0158064 for ; Thu, 2 May 2024 02:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0B03E2AD0; Thu, 2 May 2024 02:59:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A8BBE2AD0 for ; Thu, 2 May 2024 02:59:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C0CC343092 for ; Thu, 2 May 2024 02:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C091985 for ; Thu, 2 May 2024 02:59:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714618710.d93aca344dba83574440c778fcc3b412ab6cd83d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Warnings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Warnings/Manifest dev-perl/Test-Warnings/Test-Warnings-0.33.0.ebuild X-VCS-Directories: dev-perl/Test-Warnings/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d93aca344dba83574440c778fcc3b412ab6cd83d X-VCS-Branch: master Date: Thu, 2 May 2024 02:59:05 +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: 27b27bc6-e95b-4183-a167-dc663c50d3d0 X-Archives-Hash: 61a0de9c1f5f6fccbe327cf9ec9a94ec commit: d93aca344dba83574440c778fcc3b412ab6cd83d Author: Sam James gentoo org> AuthorDate: Thu May 2 02:58:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 2 02:58:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93aca34 dev-perl/Test-Warnings: add 0.33.0 Signed-off-by: Sam James gentoo.org> dev-perl/Test-Warnings/Manifest | 1 + dev-perl/Test-Warnings/Test-Warnings-0.33.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-perl/Test-Warnings/Manifest b/dev-perl/Test-Warnings/Manifest index b7b07c497987..c2db7a0bd841 100644 --- a/dev-perl/Test-Warnings/Manifest +++ b/dev-perl/Test-Warnings/Manifest @@ -1 +1,2 @@ DIST Test-Warnings-0.032.tar.gz 42877 BLAKE2B 86a0c2053c08985d03b15c5593fbeed8a1fa114bb4d50ad314d8b2f2b4d7e5cbb54fc509ffa622f0985a72839913409ac1d1b6582fda3cb6ba5c253f619fb43e SHA512 c4d936fc0670bdabed3454a95185b9f59d847cb84ee6a40e809ad04105ee08802abdb63300e89d8d07fe43c1ab0bda37756c6c070d20ef463776f15dc4ea8d53 +DIST Test-Warnings-0.033.tar.gz 44091 BLAKE2B e8bdb16774c37d38f36da84e0b27a7b47cf47fa278d1ee17a6c18a682349c2ad851e735557f3974803a735af92192131ababd53c510518cad6e046e6014e261e SHA512 dc49e345b2b5d2dd42d83b4351025f2c0db0216ef8388b02db77d5078e5eda0b5aab1491b07a0009923acc73b30c4ef6d77d406e85b0f958f575007c6ca1e6e8 diff --git a/dev-perl/Test-Warnings/Test-Warnings-0.33.0.ebuild b/dev-perl/Test-Warnings/Test-Warnings-0.33.0.ebuild new file mode 100644 index 000000000000..ce47083fd74d --- /dev/null +++ b/dev-perl/Test-Warnings/Test-Warnings-0.33.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.033 +inherit perl-module + +DESCRIPTION='Test for warnings and the lack of them' + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="suggested" + +RDEPEND=" + !