mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Sys-Mmap: Bump to version 0.190.0
- EAPI6 - Tests enabled Upstream: - Add new constants "MAP_NORESERVE","MAP_HUGETLB","MAP_HUGE_2MB", "MAP_HUGE_1GB" Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Sys-Mmap-0.17.tar.gz 17059 SHA256 fd74cfa1b515c3832cd9db79839628160f878d74038e34859f216a4c1ad29816 SHA512 004d6160323bb185fe23295679dc0c1e8f2696ce3760c0ae6922e3a21ba7b5deb1893b2e65c5b83c6897060d589ed4bd6b5f3b703172f98a8ed57e99a0b2bad9 WHIRLPOOL 7b0bfbecffb87013c535219ba1354e92d195736d82cb1f9b0335c8253f6a2742f9e21a44793627cfb64174737b62281605704c8614ec06f624778df17f128ff7
|
||||
DIST Sys-Mmap-0.19.tar.gz 18174 SHA256 09295e25cc9b0599d9009d19b2be89fcecaecc62ce594f873d7f70d7c10900fa SHA512 4e6409cddd13322b4cdaad832e6d0233776e51098b499fd05d8e642e547eb1ed7add5bb9fb339e69048a3293140098e282b51698eb6d188ace71ad58c1628556 WHIRLPOOL 7eb72a838dcd3346df6d96d7429dc5b6661b66f6cbd6e03a90715439357cd0df5f184a0b63534579471d8962bda8a1e257323cfe8fbe5b56980784094b89ce2f
|
||||
|
||||
21
dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
Normal file
21
dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=SWALTERS
|
||||
DIST_VERSION=0.19
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Uses mmap to map in a file as a Perl variable"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~ppc"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="virtual/perl-XSLoader"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
Reference in New Issue
Block a user