summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_module_timer
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ml/ppx_module_timer
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-ml/ppx_module_timer')
-rw-r--r--dev-ml/ppx_module_timer/Manifest2
-rw-r--r--dev-ml/ppx_module_timer/metadata.xml11
-rw-r--r--dev-ml/ppx_module_timer/ppx_module_timer-0.16.0.ebuild23
-rw-r--r--dev-ml/ppx_module_timer/ppx_module_timer-0.17.0-r1.ebuild30
4 files changed, 0 insertions, 66 deletions
diff --git a/dev-ml/ppx_module_timer/Manifest b/dev-ml/ppx_module_timer/Manifest
deleted file mode 100644
index 77de32a85557..000000000000
--- a/dev-ml/ppx_module_timer/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ppx_module_timer-0.16.0.tar.gz 7281 BLAKE2B 3be0d87198cb15c7a95b8b72648a8e986c6ef83dd173538931f8fc9426bc6bf384c76f62dea7440d637caa40548e19832da07c32528c46c3eca10d354a0a98a7 SHA512 6125aec05e91bb11d1b41fc4fb9a1030561403c7f27ea9d9512a6050da4cfdc796cfe3acb1d96e5333f65b6beab6f5b16b044529ccc6e99e90c019923adf85d9
-DIST ppx_module_timer-0.17.0.tar.gz 7315 BLAKE2B c960f023a94cd8f48be6fb4bd5ae6c07ab244d25fee9a279888679b7c60a0188e64ec0f999106b84abd4e5b78ce5267c8bdf6e4e63b17f4de07d3b363879b226 SHA512 205506db24d42340cf0a1b6c5c58cfc96835c15b4948ca30aa87d237010569ab9cd23792f12ac4dc5402e8ed681038a39db99ca0eb4117cc91794266fc3b32d4
diff --git a/dev-ml/ppx_module_timer/metadata.xml b/dev-ml/ppx_module_timer/metadata.xml
deleted file mode 100644
index f0418bcac10b..000000000000
--- a/dev-ml/ppx_module_timer/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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/ppx_module_timer</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_module_timer/ppx_module_timer-0.16.0.ebuild b/dev-ml/ppx_module_timer/ppx_module_timer-0.16.0.ebuild
deleted file mode 100644
index ae5b3460587f..000000000000
--- a/dev-ml/ppx_module_timer/ppx_module_timer-0.16.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-lang/ocaml-4.14
- dev-ml/time_now:${SLOT}
- >=dev-ml/ppxlib-0.28.0:=
-"
-RDEPEND="${DEPEND}"
diff --git a/dev-ml/ppx_module_timer/ppx_module_timer-0.17.0-r1.ebuild b/dev-ml/ppx_module_timer/ppx_module_timer-0.17.0-r1.ebuild
deleted file mode 100644
index 06762001bd74..000000000000
--- a/dev-ml/ppx_module_timer/ppx_module_timer-0.17.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 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 ~arm64 ~ppc ~ppc64 ~riscv"
-IUSE="+ocamlopt"
-
-# Jane Street Minor
-JSM=$(ver_cut 1-2)*
-
-RDEPEND="
- >=dev-lang/ocaml-5
- =dev-ml/base-${JSM}:=[ocamlopt?]
- =dev-ml/ppx_base-${JSM}:=[ocamlopt?]
- >=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
- =dev-ml/stdio-${JSM}:=[ocamlopt?]
- =dev-ml/time_now-${JSM}:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-ml/dune-3.11"