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: Sun, 26 Jun 2022 05:28:09
Message-Id: 1656221267.16418a4410fc9cf01001b5a57d5692d861e24f17.sam@gentoo
1 commit: 16418a4410fc9cf01001b5a57d5692d861e24f17
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 05:27:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 05:27:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16418a44
7
8 virtual/perl-Compress-Raw-Zlib: add 2.201.0
9
10 See: 23a1ebc4b2c0fe1837fc66b271d7b4a5826a158d
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../perl-Compress-Raw-Zlib-2.201.0.ebuild | 15 +++++++++++++++
14 1 file changed, 15 insertions(+)
15
16 diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.201.0.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.201.0.ebuild
17 new file mode 100644
18 index 000000000000..5eb3fbc0be32
19 --- /dev/null
20 +++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.201.0.ebuild
21 @@ -0,0 +1,15 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +DESCRIPTION="Virtual for ${PN#perl-}"
28 +SLOT="0"
29 +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"
30 +
31 +RDEPEND="
32 + ~perl-core/${PN#perl-}-${PV}
33 + dev-lang/perl:=
34 + !<perl-core/${PN#perl-}-${PV}
35 + !>perl-core/${PN#perl-}-${PV}-r999
36 +"