summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_module_timer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-ml/ppx_module_timer
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-ml/ppx_module_timer')
-rw-r--r--dev-ml/ppx_module_timer/Manifest4
-rw-r--r--dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild2
-rw-r--r--dev-ml/ppx_module_timer/ppx_module_timer-0.15.0.ebuild19
3 files changed, 23 insertions, 2 deletions
diff --git a/dev-ml/ppx_module_timer/Manifest b/dev-ml/ppx_module_timer/Manifest
index 26f2aae70d70..b6fbdadd3797 100644
--- a/dev-ml/ppx_module_timer/Manifest
+++ b/dev-ml/ppx_module_timer/Manifest
@@ -1,3 +1,5 @@
DIST ppx_module_timer-0.14.0.tar.gz 7262 BLAKE2B 6fafc6b4b449071f4a95619d078814b0c3ace3574df46585b72549e5db349ab476124c217f46c6903c7c8a059f779dc62cc8a079eb1ef6b4854646fdabdf04bf SHA512 cd9b6bbd6461b7408a31a0f6ca010a3c755db1f4a22150645c530e7b4a0a4c76a308ad0f8aeddc54914a116f6d74bd738604cfd9d9d255197f9ea18904d715e7
-EBUILD ppx_module_timer-0.14.0.ebuild 693 BLAKE2B 7c7d4a48dc2426fea423f1cd2e68450d4e1400f59d16a89a90abda64f4625998241051c96b28eb2023e03438dc2e621e9abb7f5a7f9673537e57c8e10255b01e SHA512 386aca6787ce35fe612e4d08128cb3a6fffb2f83d5c5482be638eee5cb3cc6174db6b536e529b2073c3a10a6229b01a5aece30fcf0e1cfb5920e1bae9b682852
+DIST ppx_module_timer-0.15.0.tar.gz 7242 BLAKE2B 66c2bfbfcfc594ab568dd30cf874fea213fe8d72f23dbd9b56957ba95a8a01bcb8cb8f98ea42b399bad3afdba1c14edb5087a95720c87e22c865538166af4cf6 SHA512 4cd55dce6872cbed1d34c34043500651e605c406747914173584cee1d8f3ff298a75efeb8a4beb7840df76b5d7c7db98d15399d3c4a3a5dca2a11d57339df6de
+EBUILD ppx_module_timer-0.14.0.ebuild 700 BLAKE2B ff6d6c8b391da96fcee6ca32828106c6f84b69c0c7f51c69e96693c9cf0fde7da425240196ddb92199d4c6df4e9350a5529c0cdc9173a6be6abcad73b17ba6cb SHA512 e3ca3926e6c1b0d90aaa95e9c8bf1405afec4bfdea761f3bb0f27fb83f879d3d31d4c919a7e561f0cdbeb3d6ed636989efacbf311d1219db883f393f82d877cc
+EBUILD ppx_module_timer-0.15.0.ebuild 504 BLAKE2B 5aded0fc0b1013c14ae87291f8963bf95e1183e046cd2d7b1acf6f74a1977b80c3c04e8db37c832eaefa4895e271e8db78d8e9d93081219bd0b10e195fe34160 SHA512 60af0ea6211cf6162a56bb41aee4da3add7694a8537e8438ae8ce58485892f58d7401bd4a84dc0578d023d8f8697ad84a34b21a6b10102c4859432b105e03247
MISC metadata.xml 337 BLAKE2B 640fbe6342dcc1785c158cfa83a47781b61a521b80c927d9c850fa0d02dc14f1d309b7f8df1693eca143bef8920845d3ab5254fe142e29392c11cc9a3b6591ae SHA512 db5073f371a41795a500656cc3b5587488d12a9f53eb03e9b2a67744c76be49f423a1562f756aec3b6924c90cf835cdea73fdfaf08f251a60a62ab49dfe1368d
diff --git a/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild b/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
index aad411bda2bc..b76f4079b10b 100644
--- a/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
+++ b/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
DEPEND="
diff --git a/dev-ml/ppx_module_timer/ppx_module_timer-0.15.0.ebuild b/dev-ml/ppx_module_timer/ppx_module_timer-0.15.0.ebuild
new file mode 100644
index 000000000000..5f458264d918
--- /dev/null
+++ b/dev-ml/ppx_module_timer/ppx_module_timer-0.15.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Ppx rewriter that records top-level module startup times"
+HOMEPAGE="https://github.com/janestreet/ppx_module_timer"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="dev-ml/time_now:${SLOT}"
+RDEPEND="${DEPEND}"