summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-07-08 11:53:45 +1200
committerKent Fredric <kentnl@gentoo.org>2018-07-08 12:25:43 +1200
commit179293b355c1b5507a87f189b2c49d82344adc14 (patch)
treea7350203572bbd5919f157bc5beb8aa6fc8b1894 /perl-core
parentgames-puzzle/world-of-goo: Don't inherit games.eclass. (diff)
downloadgentoo-179293b355c1b5507a87f189b2c49d82344adc14.tar.gz
gentoo-179293b355c1b5507a87f189b2c49d82344adc14.tar.bz2
gentoo-179293b355c1b5507a87f189b2c49d82344adc14.zip
perl-core/Module-CoreList: Bump to version 5.201.806.220
Upstream: - Add indicies for 5.27.11 and 5.28.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Module-CoreList/Manifest1
-rw-r--r--perl-core/Module-CoreList/Module-CoreList-5.201.806.220.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/perl-core/Module-CoreList/Manifest b/perl-core/Module-CoreList/Manifest
index 85a1dcbfcbad..217e087ecbc8 100644
--- a/perl-core/Module-CoreList/Manifest
+++ b/perl-core/Module-CoreList/Manifest
@@ -1,2 +1,3 @@
DIST Module-CoreList-5.20170923.tar.gz 100356 BLAKE2B b28a9f9ed0571a3ade0491766d779146c1a5abfb053e306972267d27fa444c21eb757318366747d96ef52ce5f9306e3b9d8ab7a67e7dac7b75ab7ba688a14d3c SHA512 9ed80b007234c25c30234d5519637601b088623dce0cb877f34357a37e95764b404fda1396d964ef3075efe5dc7d9ec267bfe3b0cf408db5be3c81f05f04ffc1
DIST Module-CoreList-5.20180414.tar.gz 104823 BLAKE2B 14c1d90b22019ebaf7e5cfa391c954799e1fd19c2b3d3f68fccecb3b4fe792ec26dcabd53a74c28adea20c78b9b74f85f54315ad0db1a1049dba81c4d88bf2c7 SHA512 1e0dcd7f14e50c2bfac48615c476a1012ae14f068221839e5ecc0a03d68b48f4afb8ba207285d8543268791526764437046a0ac2f2e1eb7843380948a38a4421
+DIST Module-CoreList-5.20180622.tar.gz 105173 BLAKE2B 1fbac573fe0f613b1d4625ddb5752ddc73e3d4f49f1ce67379f4b3c7d3e0dbe41a114278573669033f92ef5a29f997a8d9dac07a4e6f2b3cdf562bcd7edb4f9e SHA512 cc5e31f05a0c6fae716f3b58b52f918f0ecfadf7faa01a475200c28d8962daadd46535c26da43118b586e087159ae851a37e92ba7f6ec01ee6ed94423695b5f9
diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.806.220.ebuild b/perl-core/Module-CoreList/Module-CoreList-5.201.806.220.ebuild
new file mode 100644
index 000000000000..8ba371dd94f9
--- /dev/null
+++ b/perl-core/Module-CoreList/Module-CoreList-5.201.806.220.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=5.20180622
+inherit perl-module
+
+DESCRIPTION="what modules shipped with versions of perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+PERL_RM_FILES=("t/maintainer.t" "t/pod.t")