From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-ml/ocaml-cstruct/Manifest | 3 -- dev-ml/ocaml-cstruct/metadata.xml | 16 ------- dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild | 64 ------------------------- 3 files changed, 83 deletions(-) delete mode 100644 dev-ml/ocaml-cstruct/Manifest delete mode 100644 dev-ml/ocaml-cstruct/metadata.xml delete mode 100644 dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild (limited to 'dev-ml/ocaml-cstruct') diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest deleted file mode 100644 index 9d4ab6ed6884..000000000000 --- a/dev-ml/ocaml-cstruct/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ocaml-cstruct-3.1.1.tar.gz 208725 BLAKE2B 2818c5695c4ab3d102cfa08a288e80e80d7fa4372a5d97aac831429f0681e21cb6b03baac245c7c1171a8efa23b8d6bca661ee74db0efe8c2649727d9be56505 SHA512 22ec8fe027dbebee537ff950c2aa9a494d0c4c000d8c4df848eae157b1c9502b73c208bb92c21fa4c13ba0291b7750de31e4c96b3a0571397402f841c3e01c21 -EBUILD ocaml-cstruct-3.1.1.ebuild 1286 BLAKE2B 73783886dbe41051cf24db9149f55aaef3f625416d740752a152245dbda7c9f7d0158ebe15134bcebd84d99008e428e4b7e24640dd33382fbe8bdfd1d1aaa773 SHA512 f0952f9fac13cceccf9c02620da596c61e134f9580110f009b821feea85c03ecdce3649fed7b4b87408a6df1b3f973f53e4738b148cc14118383cb3fa0e381d7 -MISC metadata.xml 569 BLAKE2B bfe51e629d78d5ddda2f30667a2e8665d7d8f6ea21be3a308c9a3dafa75898323ecf78f3738c8b789de9f36050b020a1037f9624eec56eb54619a93bed49997b SHA512 842931d7b44d9425ee70782b1e7931bb6ee89f0e0d4da55dab36917ecd6f49b237d9e0d5681659e2db91ab4ff6d3c9d0faf4574bf9f4a7cc3c2574248513ad7f diff --git a/dev-ml/ocaml-cstruct/metadata.xml b/dev-ml/ocaml-cstruct/metadata.xml deleted file mode 100644 index 3770faddf424..000000000000 --- a/dev-ml/ocaml-cstruct/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - ml@gentoo.org - Gentoo ML Project - - - Support for asynchronous execution - Enable threads via lwt - Enable the ppx syntax extension - - - mirage/ocaml-cstruct - - diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild deleted file mode 100644 index 1b42677acb65..000000000000 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib opam - -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="async +lwt +ppx test" - -RDEPEND=" - async? ( - dev-ml/async_kernel:= - dev-ml/async_unix:= - dev-ml/core_kernel:= - ) - lwt? ( dev-ml/lwt:= ) - ppx? ( - dev-ml/ppx_tools:= - dev-ml/ocaml-migrate-parsetree:= - >=dev-ml/ppx_tools_versioned-5.0.1:= - ) - dev-ml/ocplib-endian:= - dev-ml/sexplib:= - dev-ml/type-conv:= -" -DEPEND=" - dev-ml/jbuilder - test? ( - dev-ml/ounit - ppx? ( dev-ml/ppx_driver dev-ml/ppx_sexp_conv ) - ) - ${RDEPEND} -" - -get_targets() { - local tgt="cstruct,cstruct-unix" - use lwt && tgt+=",cstruct-lwt" - use async && tgt+=",cstruct-async" - use ppx && tgt+=",ppx_cstruct" - echo "${tgt}" -} - -src_compile() { - jbuilder build -p $(get_targets) || die -} - -src_test() { - jbuilder runtest -p $(get_targets) || die -} - -src_install() { - opam-install cstruct - opam-install cstruct-unix - use lwt && opam-install cstruct-lwt - use async && opam-install cstruct-async - use ppx && opam-install ppx_cstruct -} -- cgit v1.2.3