diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-21 15:54:03 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-21 15:54:03 +1300 |
commit | 50e81ef504aad3db9971a9b06c680cf88cb4f7f5 (patch) | |
tree | 2b861b620eb6ab0ffe91541b66f7f08ec365f3a9 /dev-perl/Sys-Mmap | |
parent | dev-perl/Data-FormValidator: Bump to version 4.850.0 (diff) | |
download | gentoo-50e81ef504aad3db9971a9b06c680cf88cb4f7f5.tar.gz gentoo-50e81ef504aad3db9971a9b06c680cf88cb4f7f5.tar.bz2 gentoo-50e81ef504aad3db9971a9b06c680cf88cb4f7f5.zip |
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
Diffstat (limited to 'dev-perl/Sys-Mmap')
-rw-r--r-- | dev-perl/Sys-Mmap/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Sys-Mmap/Manifest b/dev-perl/Sys-Mmap/Manifest index aa7a9099a536..bfb3735005f9 100644 --- a/dev-perl/Sys-Mmap/Manifest +++ b/dev-perl/Sys-Mmap/Manifest @@ -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 diff --git a/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild b/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild new file mode 100644 index 000000000000..1798e00ec54d --- /dev/null +++ b/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild @@ -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 ) +" |