forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl-core/Module-CoreList: Version bump
Package-Manager: portage-2.2.28
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST Module-CoreList-5.20150214.tar.gz 80895 SHA256 8c3248bb25f8cd829ac888fd69cbf88feaed3e294d5f9bab99f8ae14d1fdda1d SHA512 3f19db7732f98d14dcb97fd5abf06349e36bb04b2ec9a29a1262792201c36183f3d7303596567d50777c22b62b4c67fd8d7e5c196de0a3cc5186761386262215 WHIRLPOOL cd6628f4e298ff170a92479a1f7f26d53e49fec2d1e6ef35e236b164a6a50d5416adeb41b610bde52eb163052bbbeb37778e9d50d83b8901a5678126aa739a43 | ||
DIST Module-CoreList-5.20150520.tar.gz 83381 SHA256 c0349da86d5a9cda50aad407a2fbd023eaff4d3fcd60f4742f29a1db6dbda9a0 SHA512 d3d4c72a5bec3b46ef275b4d2ea97829e1bfd8d1d3250190ace26c5976ccdf082f3db8c694fdbaf1a7606c3c5dc776c5162eb7d35afab6e7b2383ba9284a8842 WHIRLPOOL 94733ed6aaa0a15e6d56bdb5424e63951f8ff1d76e5d951563c36b4fbc00daecf5814e98bb3a3c1f1c46fe0c81b462b8a6cee15621316b57e47abee298f8a7f5 | ||
DIST Module-CoreList-5.20160507.tar.gz 88669 SHA256 7107c4b74e2771453cb0b5f501837939219f7d12c5ab4726e7c6e1d34f04b941 SHA512 c89794fe78694a3ff8ad76c20c896248202491ad63961614e574b80653629eb0bba8204a012419cf344278bdd7ff507875febf949a631fa8f6cae8b06de335af WHIRLPOOL e073c5662ef40278956fd42dbc9b0f8a2b094da433dfedf09ea351ba341a4dbb7b6175b56ec42d3c454c1f9de7c6697fd02cae53f0f116eedb0eae09fa247088 |
15 changes: 15 additions & 0 deletions
15
perl-core/Module-CoreList/Module-CoreList-5.201.605.70.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=BINGOS | ||
DIST_VERSION=5.20160507 | ||
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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" | ||
IUSE="" |