From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2CC11382C5 for ; Sun, 4 Apr 2021 06:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32716E081B; Sun, 4 Apr 2021 06:10:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 340ABE081B for ; Sun, 4 Apr 2021 06:10:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5589A34069F for ; Sun, 4 Apr 2021 06:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE9F063F for ; Sun, 4 Apr 2021 06:10:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617516558.f3ee72e4db74ecf8657231b36cf57b46a6768d9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-cstruct/Manifest dev-ml/ocaml-cstruct/metadata.xml dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild X-VCS-Directories: dev-ml/ocaml-cstruct/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3ee72e4db74ecf8657231b36cf57b46a6768d9f X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:10:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad79f284-ab1b-4a4f-9cb6-c5d6a8e656cc X-Archives-Hash: 0cb67c63c491aafd2b142316ac7b8fee commit: f3ee72e4db74ecf8657231b36cf57b46a6768d9f Author: Sam James gentoo org> AuthorDate: Mon Mar 22 04:13:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:09:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ee72e4 dev-ml/ocaml-cstruct: treeclean Signed-off-by: Sam James gentoo.org> dev-ml/ocaml-cstruct/Manifest | 1 - dev-ml/ocaml-cstruct/metadata.xml | 16 ------ dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild | 65 ------------------------- 3 files changed, 82 deletions(-) diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest deleted file mode 100644 index 68f49f48f9e..00000000000 --- a/dev-ml/ocaml-cstruct/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml-cstruct-3.1.1.tar.gz 208725 BLAKE2B 2818c5695c4ab3d102cfa08a288e80e80d7fa4372a5d97aac831429f0681e21cb6b03baac245c7c1171a8efa23b8d6bca661ee74db0efe8c2649727d9be56505 SHA512 22ec8fe027dbebee537ff950c2aa9a494d0c4c000d8c4df848eae157b1c9502b73c208bb92c21fa4c13ba0291b7750de31e4c96b3a0571397402f841c3e01c21 diff --git a/dev-ml/ocaml-cstruct/metadata.xml b/dev-ml/ocaml-cstruct/metadata.xml deleted file mode 100644 index ff9cc5cb910..00000000000 --- a/dev-ml/ocaml-cstruct/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - ml@gentoo.org - ML - - - 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 f766d6e0c4f..00000000000 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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" -RESTRICT="!test? ( 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 -}