diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:44:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:44:04 +0000 |
commit | 7a98500ea6ea8b59efd8dd92397e051f33a06b96 (patch) | |
tree | 4665ddcec7a31c347a45f3206d894adb8d4779d9 /dev-ml | |
parent | dev-ml/ocamlsdl: fix OCaml 4.09.0 build (diff) | |
download | gentoo-7a98500ea6ea8b59efd8dd92397e051f33a06b96.tar.gz gentoo-7a98500ea6ea8b59efd8dd92397e051f33a06b96.tar.bz2 gentoo-7a98500ea6ea8b59efd8dd92397e051f33a06b96.zip |
dev-ml/mmap: bump to 1.1.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/mmap/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/mmap/mmap-1.1.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-ml/mmap/Manifest b/dev-ml/mmap/Manifest index 698345342ed6..ffe31e5687e1 100644 --- a/dev-ml/mmap/Manifest +++ b/dev-ml/mmap/Manifest @@ -1 +1,2 @@ DIST mmap-v1.0.2.tbz 14575 BLAKE2B ddc0ce540780bf362662b90ba0ba71098151bfaf2633161d747f6122b34b4cec813c0a839f5f702595fa9d81b24a4d550fcaa6600d6fdd7560947e71c87b1b6a SHA512 280afb62a0cc5b13f7e9485bb81c0fe6bff91a3838420495ce7a10709af987264590562f21b2d66e778b7e606be3f1f940ebb090e4fa0af5702f09bacab93cbe +DIST mmap-v1.1.0.tbz 12312 BLAKE2B 3f688f5649ef51fc2a0cee76519da46dcfecd72a065de3cdc72412e27bfa39c26c6bb54d35ea6e3b139db0ccc75e9460f8285826c40ecc894a3782f279366686 SHA512 15e4ec2634998f321f495de5372dc75a3f4059ab7512115603ae8fd99a619c91299d34c8a12a697aa36df4ce14c90c66746b873eddf004b7bbbeaef8ec7858f5 diff --git a/dev-ml/mmap/mmap-1.1.0.ebuild b/dev-ml/mmap/mmap-1.1.0.ebuild new file mode 100644 index 000000000000..7064da7c5444 --- /dev/null +++ b/dev-ml/mmap/mmap-1.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="File mapping" +HOMEPAGE="https://github.com/mirage/mmap" +SRC_URI="https://github.com/mirage/mmap/releases/download/v${PV}/${PN}-v${PV}.tbz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN}-v${PV}" |