{perl-core/,virtual/perl-}Module-CoreList: Bump to version 5.201.709.230
authorKent Fredric <kentnl@gentoo.org>
Sat, 23 Sep 2017 09:36:05 +0000 (21:36 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 23 Sep 2017 12:44:12 +0000 (00:44 +1200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

perl-core/Module-CoreList/Manifest
perl-core/Module-CoreList/Module-CoreList-5.201.709.230.ebuild [new file with mode: 0644]
perl-core/Module-CoreList/metadata.xml
virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.230.ebuild [new file with mode: 0644]

index 6833ced87bd6ff826dd3f7fef555ec8273c173b0..a55c97dc9e123de51a460ee8288d2f29123a176d 100644 (file)
@@ -1,2 +1,3 @@
 DIST Module-CoreList-5.20170530.tar.gz 97643 SHA256 2d1bebd30cb2f082755f0604353316cb530fb22a7ef477313fed518691555c65 SHA512 addc57ceac69b8002a1673c0fbf90394d46c4dcaa0af2c30b3e24062f2806be5fd48cd2c04422fed16da75eeea9942e76e64d6f01512a1d516eed8f999b964ce WHIRLPOOL ddad059d908f97d4b6879c14154b2ecf37201c21f08eafe23e617a1444b9c7742c6e18645713ec73638384d8383b8f41561c48de95a59a2394a74de0f06a183d
 DIST Module-CoreList-5.20170715.tar.gz 99382 SHA256 c623d5fca832881c54f3ba3f58d63297395a5b7e0fe7296e0dc8cc3cebf84349 SHA512 94ac968e94dae5e5e2d1f69f6dcb2b72ec50cd30b695fa95b1c48fff42f9a62f6e1c7ca9f9576491b6f1eacd952bb0c5cef55626ba3985de65a715ecde59026b WHIRLPOOL 57bfa188a515b5ad0c14cab14ebbbef05876aa0f5a6dda808600f13c0599e8f542fdec25e858c8ba2390345085e04388999e1ec1cd2f162432ee737a8643c8c3
+DIST Module-CoreList-5.20170923.tar.gz 100356 SHA256 dca5e1f6982e7094b5e37ad24f4c01d23c6842c3d97fbc6b804ed22b2e2de2e5 SHA512 9ed80b007234c25c30234d5519637601b088623dce0cb877f34357a37e95764b404fda1396d964ef3075efe5dc7d9ec267bfe3b0cf408db5be3c81f05f04ffc1 WHIRLPOOL dd6fd2011ca7000713ebf0c870036da861b44c5c8741a4eb1b838ecf2d66b5f97e39070fc69465ab91a52ea699027176a411f3bdfacf4131d23e3fee0c565837
diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.709.230.ebuild b/perl-core/Module-CoreList/Module-CoreList-5.201.709.230.ebuild
new file mode 100644 (file)
index 0000000..3c96465
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=5.20170923
+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 ~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=""
index 2b5c0c25144e24d3d86d63c947abd5844294747f..d555946cbd3549781364ef88aef7cc62f1ad1f91 100644 (file)
@@ -9,5 +9,6 @@
     <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>
diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.230.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.230.ebuild
new file mode 100644 (file)
index 0000000..c0307e7
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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 ~sh ~sparc ~x86 ~ppc-aix ~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"
+
+# Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
+# When bumping this package.
+RDEPEND="
+       ~perl-core/${PN#perl-}-${PV}
+       dev-lang/perl:=
+       !<perl-core/${PN#perl-}-${PV}
+       !>perl-core/${PN#perl-}-${PV}-r999
+"