diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-04 20:53:38 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-04 20:53:38 +0100 |
commit | 1383d48ead9dfe60ba0beec045b8bbaedbc08066 (patch) | |
tree | 44b91c4caaa0e9d2b54e76b72c9f1e5669ea6658 /dev-ml | |
parent | dev-ml/ocaml-cstruct: remove version 5.2.0 not fully tested (diff) | |
download | gentoo-1383d48ead9dfe60ba0beec045b8bbaedbc08066.tar.gz gentoo-1383d48ead9dfe60ba0beec045b8bbaedbc08066.tar.bz2 gentoo-1383d48ead9dfe60ba0beec045b8bbaedbc08066.zip |
dev-ml/ocaml-cstruct: rm 5.2.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-cstruct/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-cstruct/ocaml-cstruct-5.2.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest index 7bc3d23248e4..68f49f48f9e4 100644 --- a/dev-ml/ocaml-cstruct/Manifest +++ b/dev-ml/ocaml-cstruct/Manifest @@ -1,2 +1 @@ DIST ocaml-cstruct-3.1.1.tar.gz 208725 BLAKE2B 2818c5695c4ab3d102cfa08a288e80e80d7fa4372a5d97aac831429f0681e21cb6b03baac245c7c1171a8efa23b8d6bca661ee74db0efe8c2649727d9be56505 SHA512 22ec8fe027dbebee537ff950c2aa9a494d0c4c000d8c4df848eae157b1c9502b73c208bb92c21fa4c13ba0291b7750de31e4c96b3a0571397402f841c3e01c21 -DIST ocaml-cstruct-5.2.0.tar.gz 230278 BLAKE2B 13ac6f8a2abf98786da5fcd695cdebb7682e1059fb089b5c918af29456e1017961e88ff4bda6c69810f55bf343673048b51ff1a70f80a546649b53ec5669c658 SHA512 5b489662a4274c9b337aa8e25790ae558d6a62e561d671fd0d95dae246324b3e916f12ba24c5aecd924be4c38db40c969919ccf5b310ad931baa802c2a94857f diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-5.2.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-5.2.0.ebuild deleted file mode 100644 index c68cd34ffe80..000000000000 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-5.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -DESCRIPTION="Map OCaml arrays onto C-like structs" -HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io" -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=" - dev-ml/async_unix:= - dev-ml/bigarray-compat:= - >=dev-ml/ppx_tools_versioned-5.4.0:= -" -DEPEND=" - ${RDEPEND} -" |