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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B999615808E for ; Wed, 27 Apr 2022 06:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0411CE07EE; Wed, 27 Apr 2022 06:34:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE3ADE07EE for ; Wed, 27 Apr 2022 06:34:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2F2E3416CE for ; Wed, 27 Apr 2022 06:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8262E3BE for ; Wed, 27 Apr 2022 06:34:41 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1651041262.543ac040a4c564a9493a4da38f8d47452506de0f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml_intrinsics/Manifest dev-ml/ocaml_intrinsics/metadata.xml dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild X-VCS-Directories: dev-ml/ocaml_intrinsics/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 543ac040a4c564a9493a4da38f8d47452506de0f X-VCS-Branch: master Date: Wed, 27 Apr 2022 06:34:41 +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: 7682cf42-280a-4725-b68f-14c43fb64b71 X-Archives-Hash: d978d415a3f9cf54493ffd9a591b49ef commit: 543ac040a4c564a9493a4da38f8d47452506de0f Author: Alfredo Tupone gentoo org> AuthorDate: Wed Apr 27 06:25:51 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Apr 27 06:34:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543ac040 dev-ml/ocaml_intrinsics: add to tree Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocaml_intrinsics/Manifest | 1 + dev-ml/ocaml_intrinsics/metadata.xml | 11 +++++++++++ .../ocaml_intrinsics-0.15.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-ml/ocaml_intrinsics/Manifest b/dev-ml/ocaml_intrinsics/Manifest new file mode 100644 index 000000000000..308610b35240 --- /dev/null +++ b/dev-ml/ocaml_intrinsics/Manifest @@ -0,0 +1 @@ +DIST v0.15.1.tar.gz 24925 BLAKE2B 15d74ee891aced288aa734ef4d70a4816f2d2725d0d445620154bec7d1667d3ac06c5ddd778777d15858cbf198ecd978b22959fe68e159ddd9dbbd32304c3077 SHA512 cb0ac26bc34c97eb0429e6833342dbd9fca6f1f4a40b8121f9e6364bd2cdc40676a164d7405454727ced9a4455adb0e3cac5118beb7ab70206adbd3e7f7937e2 diff --git a/dev-ml/ocaml_intrinsics/metadata.xml b/dev-ml/ocaml_intrinsics/metadata.xml new file mode 100644 index 000000000000..fec13523d489 --- /dev/null +++ b/dev-ml/ocaml_intrinsics/metadata.xml @@ -0,0 +1,11 @@ + + + + + ml@gentoo.org + ML + + + janestreet/ocaml_instrinsics + + diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild new file mode 100644 index 000000000000..8e29520e8c44 --- /dev/null +++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc)" +HOMEPAGE="https://github.com/janestreet/ocaml_intrinsics" +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.08 + dev-ml/dune-configurator:= +" +RDEPEND="${DEPEND}" +BDEPEND=""