diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ml/ppx_diff | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/ppx_diff')
| -rw-r--r-- | dev-ml/ppx_diff/Manifest | 2 | ||||
| -rw-r--r-- | dev-ml/ppx_diff/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild | 32 | ||||
| -rw-r--r-- | dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild | 31 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-ml/ppx_diff/Manifest b/dev-ml/ppx_diff/Manifest deleted file mode 100644 index 3ab67bddc5a8..000000000000 --- a/dev-ml/ppx_diff/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ppx_diff-0.17.0.tar.gz 51242 BLAKE2B 0ff71cade9b94b9a4352958c5d288d910676cc43524bf060b25a0d63ed75ac9b8241ecfeae7f928806269a0fbe961ddc6f60388bd134bc609bebd12971ce13e6 SHA512 63c66108d38e37e1568dd2055e2b90ada633d3a6795144fd9c75cce9dc11edff4df61c19d4845f2b14aae3c732186a7d3b0b7e0591cbfa8c46a440f5c323e6ab -DIST ppx_diff-0.17.1.tar.gz 51247 BLAKE2B 46c6a461bd8dfd046ff61aa54ea4e5909e59f4abe8871934384668c419fe654fd8ca89cd168d456bc8a0db7d3e974e7b4f05c48ccee44652251dde89a445c887 SHA512 5848274cb0c5acd1ee3f29318e6111c5fef4b357aeda78120e0370067b9b23f62bb57e1e0be948c3af385b5900a3e0fb657f26dd4fe7ee95cd7002b9d8b68547 diff --git a/dev-ml/ppx_diff/metadata.xml b/dev-ml/ppx_diff/metadata.xml deleted file mode 100644 index 3e7a55b51e5b..000000000000 --- a/dev-ml/ppx_diff/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_diff</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild b/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild deleted file mode 100644 index 34cff13dc613..000000000000 --- a/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="A PPX rewriter that genreates the implementation of [Ldiffable.S]" -HOMEPAGE="https://github.com/janestreet/ppx_diff" -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/gel-${JSM}:=[ocamlopt?] - =dev-ml/ppx_compare-${JSM}:=[ocamlopt?] - =dev-ml/ppx_enumerate-${JSM}:=[ocamlopt?] - =dev-ml/ppx_jane-${JSM}:=[ocamlopt?] - =dev-ml/ppxlib_jane-${JSM}:=[ocamlopt?] - >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] - <dev-ml/ppxlib-0.36.0 -" -DEPEND="${RDEPEND}" -BDEPEND=">=dev-ml/dune-3.11" diff --git a/dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild b/dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild deleted file mode 100644 index 2e14c64f07f7..000000000000 --- a/dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="A PPX rewriter that genreates the implementation of [Ldiffable.S]" -HOMEPAGE="https://github.com/janestreet/ppx_diff" -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" -IUSE="+ocamlopt" - -# Jane Street Minor -JSM=$(ver_cut 1-2)* - -RDEPEND=" - >=dev-lang/ocaml-5 - =dev-ml/base-${JSM}:=[ocamlopt?] - =dev-ml/gel-${JSM}:=[ocamlopt?] - =dev-ml/ppx_compare-${JSM}:=[ocamlopt?] - =dev-ml/ppx_enumerate-${JSM}:=[ocamlopt?] - =dev-ml/ppx_jane-${JSM}:=[ocamlopt?] - =dev-ml/ppxlib_jane-${JSM}:=[ocamlopt?] - >=dev-ml/ppxlib-0.36.0:=[ocamlopt?] -" -DEPEND="${RDEPEND}" -BDEPEND=">=dev-ml/dune-3.11" |
