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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6AD7158042 for ; Thu, 24 Oct 2024 13:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B91EE0978; Thu, 24 Oct 2024 13:35:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id D2BB6E096C for ; Thu, 24 Oct 2024 13:35:21 +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 DDCF434164C for ; Thu, 24 Oct 2024 13:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F9411DF for ; Thu, 24 Oct 2024 13:35:19 +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: <1729776882.6102c5bbafbdd8cb17283d35ecdef8585aec8f6c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.213.0.ebuild X-VCS-Directories: virtual/perl-Compress-Raw-Zlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6102c5bbafbdd8cb17283d35ecdef8585aec8f6c X-VCS-Branch: master Date: Thu, 24 Oct 2024 13:35:19 +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: 61d2617c-338d-45c5-ada9-8a7bdf80a6bb X-Archives-Hash: 2fe09356ccd611b1ccdff75c0585ad57 commit: 6102c5bbafbdd8cb17283d35ecdef8585aec8f6c Author: Sam James gentoo org> AuthorDate: Thu Oct 24 13:29:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 24 13:34:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6102c5bb virtual/perl-Compress-Raw-Zlib: add 2.213.0 Signed-off-by: Sam James gentoo.org> .../perl-Compress-Raw-Zlib-2.213.0.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.213.0.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.213.0.ebuild new file mode 100644 index 000000000000..db2561de730d --- /dev/null +++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.213.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= + !perl-core/${PN#perl-}-${PV}-r999 +"