summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-13 01:45:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-13 02:04:06 +0200
commit6ce14bd2dc892f06671bd1d0010413bdd7c433bb (patch)
tree316b1bf86920f6b926c0602b39f9dd7965e45dc5
parentx11-drivers/xf86-video-intel: upgrade x11-libs/libXvMC before driver (diff)
downloadgentoo-6ce14bd2.tar.gz
gentoo-6ce14bd2.tar.bz2
gentoo-6ce14bd2.zip
dev-perl/Sys-Mmap: Version bump 0.20
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Sys-Mmap/Manifest1
-rw-r--r--dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Sys-Mmap/Manifest b/dev-perl/Sys-Mmap/Manifest
index 0e997b659a1e..aa11f3ed454d 100644
--- a/dev-perl/Sys-Mmap/Manifest
+++ b/dev-perl/Sys-Mmap/Manifest
@@ -1 +1,2 @@
DIST Sys-Mmap-0.19.tar.gz 18174 BLAKE2B e154fadece4c462b15f99f940b3cb5fdb4a4550524a27ceb38851ecca7f95a48fa424bd1a77c03edcc0928b31307eb3a2d0bf801c2b1a150ea2f6cfb60739f05 SHA512 4e6409cddd13322b4cdaad832e6d0233776e51098b499fd05d8e642e547eb1ed7add5bb9fb339e69048a3293140098e282b51698eb6d188ace71ad58c1628556
+DIST Sys-Mmap-0.20.tar.gz 17962 BLAKE2B c16acafb9aff0c01c68ca554f179e0bc603ce67f91ae3d67e05fd062ac8d76cc058e64e5704a046ea9c475b65e3665d1e7898bf73ac8c8787aedb55dc0965283 SHA512 7afe9e1be26d75bbc818d3deb51e0ba751c2711f8503a77882d3d207b1c37e4867fe79e5757193ba058ed395ba955406d8af3f195ce5dff5b4b29748d9d86f5f
diff --git a/dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild b/dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild
new file mode 100644
index 000000000000..6d34deca13d1
--- /dev/null
+++ b/dev-perl/Sys-Mmap/Sys-Mmap-0.200.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=0.20
+
+inherit perl-module
+
+DESCRIPTION="Uses mmap to map in a file as a Perl variable"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"