diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-17 14:01:19 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-24 06:27:11 +1200 |
commit | 61de8efd89d0d32fdd990bfbf6a592e7d4a63f34 (patch) | |
tree | fe4534fea6d88657aa23a3013b01d7ce263927d6 /perl-core | |
parent | versionator.eclass: Ban in EAPI 7 (in favor of built-in funcs) (diff) | |
download | gentoo-61de8efd89d0d32fdd990bfbf6a592e7d4a63f34.tar.gz gentoo-61de8efd89d0d32fdd990bfbf6a592e7d4a63f34.tar.bz2 gentoo-61de8efd89d0d32fdd990bfbf6a592e7d4a63f34.zip |
perl-core/Module-CoreList: Bump to version 5.201.804.140
- Remove author tests
Upstream:
- Update for perl's:
v5.24.4
v5.26.2
v5.27.{5-10}
- Improve handling of broken versions in is_core()
- remove Module::CoreList::TieHashDelta
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-CoreList/Manifest | 1 | ||||
-rw-r--r-- | perl-core/Module-CoreList/Module-CoreList-5.201.804.140.ebuild | 16 | ||||
-rw-r--r-- | perl-core/Module-CoreList/metadata.xml | 1 |
3 files changed, 17 insertions, 1 deletions
diff --git a/perl-core/Module-CoreList/Manifest b/perl-core/Module-CoreList/Manifest index c0c306103919..85a1dcbfcbad 100644 --- a/perl-core/Module-CoreList/Manifest +++ b/perl-core/Module-CoreList/Manifest @@ -1 +1,2 @@ DIST Module-CoreList-5.20170923.tar.gz 100356 BLAKE2B b28a9f9ed0571a3ade0491766d779146c1a5abfb053e306972267d27fa444c21eb757318366747d96ef52ce5f9306e3b9d8ab7a67e7dac7b75ab7ba688a14d3c SHA512 9ed80b007234c25c30234d5519637601b088623dce0cb877f34357a37e95764b404fda1396d964ef3075efe5dc7d9ec267bfe3b0cf408db5be3c81f05f04ffc1 +DIST Module-CoreList-5.20180414.tar.gz 104823 BLAKE2B 14c1d90b22019ebaf7e5cfa391c954799e1fd19c2b3d3f68fccecb3b4fe792ec26dcabd53a74c28adea20c78b9b74f85f54315ad0db1a1049dba81c4d88bf2c7 SHA512 1e0dcd7f14e50c2bfac48615c476a1012ae14f068221839e5ecc0a03d68b48f4afb8ba207285d8543268791526764437046a0ac2f2e1eb7843380948a38a4421 diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.804.140.ebuild b/perl-core/Module-CoreList/Module-CoreList-5.201.804.140.ebuild new file mode 100644 index 000000000000..91780f89e21f --- /dev/null +++ b/perl-core/Module-CoreList/Module-CoreList-5.201.804.140.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.20180414 +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") diff --git a/perl-core/Module-CoreList/metadata.xml b/perl-core/Module-CoreList/metadata.xml index d555946cbd35..90c3e26e9158 100644 --- a/perl-core/Module-CoreList/metadata.xml +++ b/perl-core/Module-CoreList/metadata.xml @@ -8,7 +8,6 @@ <upstream> <remote-id type="cpan">Module-CoreList</remote-id> <remote-id type="cpan-module">Module::CoreList</remote-id> - <remote-id type="cpan-module">Module::CoreList::TieHashDelta</remote-id> <remote-id type="cpan-module">Module::CoreList::Utils</remote-id> </upstream> </pkgmetadata> |