summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_here
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_here
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-ml/ppx_here')
-rw-r--r--dev-ml/ppx_here/Manifest2
-rw-r--r--dev-ml/ppx_here/metadata.xml11
-rw-r--r--dev-ml/ppx_here/ppx_here-0.16.0.ebuild27
-rw-r--r--dev-ml/ppx_here/ppx_here-0.17.0-r1.ebuild29
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-ml/ppx_here/Manifest b/dev-ml/ppx_here/Manifest
deleted file mode 100644
index dc117c2d1b23..000000000000
--- a/dev-ml/ppx_here/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ppx_here-0.16.0.tar.gz 5034 BLAKE2B 6bd768d87b838677e471964b290e1779da0b041f2f45f20d6fc9b77e1032dc313b49ab5faf9e613e4491b402ec0351281693dde92af342d67f286d0667ad3503 SHA512 8729ad57caaf512de4735a3017272d052f322be0847f051ab17bc687ce54f24c398dde8e6ffa10126e035750ec5268e9ce1ee678da7588b718144239fcc90bc8
-DIST ppx_here-0.17.0.tar.gz 5138 BLAKE2B bbfc83ed262d216343729675c13a7b4902dc726b8faca0f4dc042263e7eafbb6f05c4c347310cf690f4c07d65d6683a7b2ed6a46e30edc53ec13ecea5a5b59f5 SHA512 fa6c14ee69c728268222161099c1f89963979d000fbccdaf7493efa9e25d30f1697448e7a3f2257ca98eeb9cab02e6bdcf8ceac5eefa0dd6c1c24f9fe4c826eb
diff --git a/dev-ml/ppx_here/metadata.xml b/dev-ml/ppx_here/metadata.xml
deleted file mode 100644
index 439703954af6..000000000000
--- a/dev-ml/ppx_here/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_here</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_here/ppx_here-0.16.0.ebuild b/dev-ml/ppx_here/ppx_here-0.16.0.ebuild
deleted file mode 100644
index 044a48b6f0b1..000000000000
--- a/dev-ml/ppx_here/ppx_here-0.16.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Expands [%here] into its location"
-HOMEPAGE="https://github.com/janestreet/ppx_here"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-IUSE="+ocamlopt"
-
-DEPEND="
- >=dev-lang/ocaml-4.14
- dev-ml/base:${SLOT}
- dev-ml/findlib:=
- >=dev-ml/ppxlib-0.28.0:=
- >=dev-ml/ocaml-compiler-libs-0.11.0:=
-"
-RDEPEND="${DEPEND}"
-
-# Error: No rule found for test/dummy.ml.pp
-RESTRICT=test
diff --git a/dev-ml/ppx_here/ppx_here-0.17.0-r1.ebuild b/dev-ml/ppx_here/ppx_here-0.17.0-r1.ebuild
deleted file mode 100644
index 19933083dfca..000000000000
--- a/dev-ml/ppx_here/ppx_here-0.17.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Expands [%here] into its location"
-HOMEPAGE="https://github.com/janestreet/ppx_here"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-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/ppxlib-0.32.1:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-ml/dune-3.11"
-
-# Error: No rule found for test/dummy.ml.pp
-RESTRICT=test