diff options
author | 2021-03-12 17:47:01 +0000 | |
---|---|---|
committer | 2021-03-13 15:23:03 +0000 | |
commit | efe741e26e9d82c40fa999448e6af290e0ef1aba (patch) | |
tree | 9d5d3c8abc8f3bb85759b17d03b4e2f41ad0e6ad /dev-ml/mmap | |
parent | dev-ml/react: drop 1.2.1 (diff) | |
download | gentoo-efe741e26e9d82c40fa999448e6af290e0ef1aba.tar.gz gentoo-efe741e26e9d82c40fa999448e6af290e0ef1aba.tar.bz2 gentoo-efe741e26e9d82c40fa999448e6af290e0ef1aba.zip |
dev-ml/mmap: drop 1.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/mmap')
-rw-r--r-- | dev-ml/mmap/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/mmap/mmap-1.0.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-ml/mmap/Manifest b/dev-ml/mmap/Manifest index ffe31e5687e1..2567ce6bbd1c 100644 --- a/dev-ml/mmap/Manifest +++ b/dev-ml/mmap/Manifest @@ -1,2 +1 @@ -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.0.2.ebuild b/dev-ml/mmap/mmap-1.0.2.ebuild deleted file mode 100644 index 7064da7c5444..000000000000 --- a/dev-ml/mmap/mmap-1.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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}" |