summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-08-06 23:02:13 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-08-06 23:21:39 +0300
commit05302fa6ceef7b573a8e27394c4b5113e56cd89c (patch)
tree6c046d1bbd312eb5fb8e95b63f5954f817972a60
parentvirtual/perl-MIME-Base64: Add Perl 5.32 as provider (diff)
downloadgentoo-05302fa6ceef7b573a8e27394c4b5113e56cd89c.tar.gz
gentoo-05302fa6ceef7b573a8e27394c4b5113e56cd89c.tar.bz2
gentoo-05302fa6ceef7b573a8e27394c4b5113e56cd89c.zip
virtual/perl-Module-CoreList: Add Perl 5.32 version
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.200.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.200.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.200.ebuild
new file mode 100644
index 000000000000..d6b92308616f
--- /dev/null
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.6.200.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
+# When bumping this package.
+RDEPEND="
+ || ( =dev-lang/perl-5.32.0* ~perl-core/${PN#perl-}-${PV} )
+ dev-lang/perl:=
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"