commit:     50e81ef504aad3db9971a9b06c680cf88cb4f7f5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 02:54:03 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 02:54:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e81ef5

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

 dev-perl/Sys-Mmap/Manifest                |  1 +
 dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Sys-Mmap/Manifest b/dev-perl/Sys-Mmap/Manifest
index aa7a9099a53..bfb3735005f 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 00000000000..1798e00ec54
--- /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 )
+"

Reply via email to