* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics_kernel/
@ 2024-06-08 18:23 Alfredo Tupone
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2024-06-08 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 21de4078276d206387ae5bb054ea9736f487d7cc
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 8 18:22:34 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jun 8 18:23:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21de4078
dev-ml/ocaml_intrinsics_kernel: new package, add 0.17.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocaml_intrinsics_kernel/Manifest | 1 +
dev-ml/ocaml_intrinsics_kernel/metadata.xml | 11 +++++++++++
.../ocaml_intrinsics_kernel-0.17.0.ebuild | 22 ++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-ml/ocaml_intrinsics_kernel/Manifest b/dev-ml/ocaml_intrinsics_kernel/Manifest
new file mode 100644
index 000000000000..94942c4705a8
--- /dev/null
+++ b/dev-ml/ocaml_intrinsics_kernel/Manifest
@@ -0,0 +1 @@
+DIST ocaml_intrinsics_kernel-0.17.0.tar.gz 11929 BLAKE2B eacf460acb0df8728347efe6f2c271a4f6e055b4a22638834d7742a9e07b172d822cd37cf7417782adfb079c17214889b86d882e50b91e4496f38eaa70953b64 SHA512 e197202f6af364caf864efda5d7496416c30bdc3ade9bf0e81e17014f1a046daee21897fc9d47fc4fa44408b1466cf8cff38831b5df45468f3f4a15723d75aac
diff --git a/dev-ml/ocaml_intrinsics_kernel/metadata.xml b/dev-ml/ocaml_intrinsics_kernel/metadata.xml
new file mode 100644
index 000000000000..1767a3c2961e
--- /dev/null
+++ b/dev-ml/ocaml_intrinsics_kernel/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">janestreet/ocaml_intrinsics_kernel</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild b/dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild
new file mode 100644
index 000000000000..21254d0c70ff
--- /dev/null
+++ b/dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Functions to invoke amd64 instructions (such as cmov, min/maxsd, popcnt)"
+HOMEPAGE="https://github.com/janestreet/ocaml_intrinsics_kernel/"
+SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
+IUSE="+ocamlopt"
+RESTRICT="test"
+
+BDEPEND="
+ >=dev-ml/dune-3.11
+ >=dev-lang/ocaml-4.12
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics_kernel/
@ 2024-06-09 19:37 Alfredo Tupone
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2024-06-09 19:37 UTC (permalink / raw
To: gentoo-commits
commit: c2ef7def014c4f0ea964037d2efabaed984c8447
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 19:33:24 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 19:33:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ef7def
dev-ml/ocaml_intrinsics_kernel: enable test
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild b/dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild
index 21254d0c70ff..66bc76fea889 100644
--- a/dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild
+++ b/dev-ml/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel-0.17.0.ebuild
@@ -14,7 +14,6 @@ LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
IUSE="+ocamlopt"
-RESTRICT="test"
BDEPEND="
>=dev-ml/dune-3.11
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-09 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-08 18:23 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics_kernel/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-06-09 19:37 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox