summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-26 06:27:37 +0100
committerSam James <sam@gentoo.org>2022-06-26 06:27:47 +0100
commit16418a4410fc9cf01001b5a57d5692d861e24f17 (patch)
tree67e73eb1d310c72b04daf8941c83a93a38fe9e00
parentperl-core/Compress-Raw-Zlib: new package, add 2.201.0 (diff)
downloadgentoo-16418a4410fc9cf01001b5a57d5692d861e24f17.tar.gz
gentoo-16418a4410fc9cf01001b5a57d5692d861e24f17.tar.bz2
gentoo-16418a4410fc9cf01001b5a57d5692d861e24f17.zip
virtual/perl-Compress-Raw-Zlib: add 2.201.0
See: 23a1ebc4b2c0fe1837fc66b271d7b4a5826a158d Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.201.0.ebuild15
1 files changed, 15 insertions, 0 deletions
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
new file mode 100644
index 000000000000..5eb3fbc0be32
--- /dev/null
+++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.201.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 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 ~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"
+
+RDEPEND="
+ ~perl-core/${PN#perl-}-${PV}
+ dev-lang/perl:=
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"