Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics/
Date: Wed, 27 Apr 2022 06:34:44
Message-Id: 1651041262.543ac040a4c564a9493a4da38f8d47452506de0f.tupone@gentoo
1 commit: 543ac040a4c564a9493a4da38f8d47452506de0f
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 06:25:51 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 06:34:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543ac040
7
8 dev-ml/ocaml_intrinsics: add to tree
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ocaml_intrinsics/Manifest | 1 +
14 dev-ml/ocaml_intrinsics/metadata.xml | 11 +++++++++++
15 .../ocaml_intrinsics-0.15.1.ebuild | 22 ++++++++++++++++++++++
16 3 files changed, 34 insertions(+)
17
18 diff --git a/dev-ml/ocaml_intrinsics/Manifest b/dev-ml/ocaml_intrinsics/Manifest
19 new file mode 100644
20 index 000000000000..308610b35240
21 --- /dev/null
22 +++ b/dev-ml/ocaml_intrinsics/Manifest
23 @@ -0,0 +1 @@
24 +DIST v0.15.1.tar.gz 24925 BLAKE2B 15d74ee891aced288aa734ef4d70a4816f2d2725d0d445620154bec7d1667d3ac06c5ddd778777d15858cbf198ecd978b22959fe68e159ddd9dbbd32304c3077 SHA512 cb0ac26bc34c97eb0429e6833342dbd9fca6f1f4a40b8121f9e6364bd2cdc40676a164d7405454727ced9a4455adb0e3cac5118beb7ab70206adbd3e7f7937e2
25
26 diff --git a/dev-ml/ocaml_intrinsics/metadata.xml b/dev-ml/ocaml_intrinsics/metadata.xml
27 new file mode 100644
28 index 000000000000..fec13523d489
29 --- /dev/null
30 +++ b/dev-ml/ocaml_intrinsics/metadata.xml
31 @@ -0,0 +1,11 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>ml@g.o</email>
37 + <name>ML</name>
38 + </maintainer>
39 + <upstream>
40 + <remote-id type="github">janestreet/ocaml_instrinsics</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild
45 new file mode 100644
46 index 000000000000..8e29520e8c44
47 --- /dev/null
48 +++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.1.ebuild
49 @@ -0,0 +1,22 @@
50 +# Copyright 2022 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=8
54 +
55 +inherit dune
56 +
57 +DESCRIPTION="invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc)"
58 +HOMEPAGE="https://github.com/janestreet/ocaml_intrinsics"
59 +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz"
60 +
61 +LICENSE="MIT"
62 +SLOT="0/$(ver_cut 1-2)"
63 +KEYWORDS="~amd64"
64 +IUSE="+ocamlopt"
65 +
66 +DEPEND="
67 + >=dev-lang/ocaml-4.08
68 + dev-ml/dune-configurator:=
69 +"
70 +RDEPEND="${DEPEND}"
71 +BDEPEND=""