Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Zlib/
Date: Tue, 28 Jun 2022 12:42:46
Message-Id: 1656420154.7eadd28912ade5f6b635ca7b36243db82f7a9556.sam@gentoo
1 commit: 7eadd28912ade5f6b635ca7b36243db82f7a9556
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 12:42:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 12:42:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eadd289
7
8 virtual/perl-Compress-Raw-Zlib: add 2.202.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../perl-Compress-Raw-Zlib-2.202.0.ebuild | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.202.0.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.202.0.ebuild
16 new file mode 100644
17 index 000000000000..5eb3fbc0be32
18 --- /dev/null
19 +++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.202.0.ebuild
20 @@ -0,0 +1,15 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DESCRIPTION="Virtual for ${PN#perl-}"
27 +SLOT="0"
28 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 +
30 +RDEPEND="
31 + ~perl-core/${PN#perl-}-${PV}
32 + dev-lang/perl:=
33 + !<perl-core/${PN#perl-}-${PV}
34 + !>perl-core/${PN#perl-}-${PV}-r999
35 +"