Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mmap/
Date: Wed, 28 Oct 2020 03:56:13
Message-Id: 1603856644.7a98500ea6ea8b59efd8dd92397e051f33a06b96.sam@gentoo
1 commit: 7a98500ea6ea8b59efd8dd92397e051f33a06b96
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 03:44:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 03:44:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a98500e
7
8 dev-ml/mmap: bump to 1.1.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/mmap/Manifest | 1 +
14 dev-ml/mmap/mmap-1.1.0.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/dev-ml/mmap/Manifest b/dev-ml/mmap/Manifest
18 index 698345342ed..ffe31e5687e 100644
19 --- a/dev-ml/mmap/Manifest
20 +++ b/dev-ml/mmap/Manifest
21 @@ -1 +1,2 @@
22 DIST mmap-v1.0.2.tbz 14575 BLAKE2B ddc0ce540780bf362662b90ba0ba71098151bfaf2633161d747f6122b34b4cec813c0a839f5f702595fa9d81b24a4d550fcaa6600d6fdd7560947e71c87b1b6a SHA512 280afb62a0cc5b13f7e9485bb81c0fe6bff91a3838420495ce7a10709af987264590562f21b2d66e778b7e606be3f1f940ebb090e4fa0af5702f09bacab93cbe
23 +DIST mmap-v1.1.0.tbz 12312 BLAKE2B 3f688f5649ef51fc2a0cee76519da46dcfecd72a065de3cdc72412e27bfa39c26c6bb54d35ea6e3b139db0ccc75e9460f8285826c40ecc894a3782f279366686 SHA512 15e4ec2634998f321f495de5372dc75a3f4059ab7512115603ae8fd99a619c91299d34c8a12a697aa36df4ce14c90c66746b873eddf004b7bbbeaef8ec7858f5
24
25 diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild
26 new file mode 100644
27 index 00000000000..7064da7c544
28 --- /dev/null
29 +++ b/dev-ml/mmap/mmap-1.1.0.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit dune
37 +
38 +DESCRIPTION="File mapping"
39 +HOMEPAGE="https://github.com/mirage/mmap"
40 +SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tbz"
41 +
42 +LICENSE="LGPL-2.1"
43 +SLOT="0/${PV}"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
45 +IUSE="+ocamlopt"
46 +
47 +RDEPEND=""
48 +DEPEND="${RDEPEND}"
49 +
50 +S="${WORKDIR}/${PN}-v${PV}"