diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /dev-ml/mmap | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-ml/mmap')
-rw-r--r-- | dev-ml/mmap/Manifest | 5 | ||||
-rw-r--r-- | dev-ml/mmap/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/mmap/mmap-1.0.2.ebuild | 20 | ||||
-rw-r--r-- | dev-ml/mmap/mmap-1.1.0.ebuild | 20 |
4 files changed, 56 insertions, 0 deletions
diff --git a/dev-ml/mmap/Manifest b/dev-ml/mmap/Manifest new file mode 100644 index 000000000000..aba1853f28e1 --- /dev/null +++ b/dev-ml/mmap/Manifest @@ -0,0 +1,5 @@ +DIST mmap-v1.0.2.tbz 14575 BLAKE2B ddc0ce540780bf362662b90ba0ba71098151bfaf2633161d747f6122b34b4cec813c0a839f5f702595fa9d81b24a4d550fcaa6600d6fdd7560947e71c87b1b6a SHA512 280afb62a0cc5b13f7e9485bb81c0fe6bff91a3838420495ce7a10709af987264590562f21b2d66e778b7e606be3f1f940ebb090e4fa0af5702f09bacab93cbe +DIST mmap-v1.1.0.tbz 12312 BLAKE2B 3f688f5649ef51fc2a0cee76519da46dcfecd72a065de3cdc72412e27bfa39c26c6bb54d35ea6e3b139db0ccc75e9460f8285826c40ecc894a3782f279366686 SHA512 15e4ec2634998f321f495de5372dc75a3f4059ab7512115603ae8fd99a619c91299d34c8a12a697aa36df4ce14c90c66746b873eddf004b7bbbeaef8ec7858f5 +EBUILD mmap-1.0.2.ebuild 439 BLAKE2B ec4371daad00b5817c31e5cf3aab57e35f852d7846f16be88dab295842e4acc5e61411566d548de6438b1948adf34edfb13e2deae3d8a7c08f1084f9976886e3 SHA512 cbdd78d9d612bc9d1f50537c657126c978bf0eeef1a70826eddb520b4525a45580266d37f0a48b3d5987cf2d893d8aeafd59dee8ff25b98a7776025bc6e2c437 +EBUILD mmap-1.1.0.ebuild 439 BLAKE2B ec4371daad00b5817c31e5cf3aab57e35f852d7846f16be88dab295842e4acc5e61411566d548de6438b1948adf34edfb13e2deae3d8a7c08f1084f9976886e3 SHA512 cbdd78d9d612bc9d1f50537c657126c978bf0eeef1a70826eddb520b4525a45580266d37f0a48b3d5987cf2d893d8aeafd59dee8ff25b98a7776025bc6e2c437 +MISC metadata.xml 320 BLAKE2B 5af9b73b1a5dfa02956a9c31e9ba5c9a2ad1578c117cb55c46f33a4bc7afe4acfc74bb5cc25176e6d6f7bc9cba94ec1b379e8b99fa51a6a5773039e6e92afd3c SHA512 25aea58fe2509a172b1a93f263e5d3580c736f4d83f40050d0de7c6d13cf33033eee9e577ecbd7a1727572c60e3cfd29d1782365c4b26d17b893fe09f2b338bb diff --git a/dev-ml/mmap/metadata.xml b/dev-ml/mmap/metadata.xml new file mode 100644 index 000000000000..3c0ce5319562 --- /dev/null +++ b/dev-ml/mmap/metadata.xml @@ -0,0 +1,11 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> + <upstream> + <remote-id type="github">mirage/mmap</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/mmap/mmap-1.0.2.ebuild b/dev-ml/mmap/mmap-1.0.2.ebuild new file mode 100644 index 000000000000..7064da7c5444 --- /dev/null +++ b/dev-ml/mmap/mmap-1.0.2.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}" 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}" |