commit: 7527eb35549a29824c9f70560cae4ffe6c92a531 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Apr 15 09:05:49 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Apr 15 18:33:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7527eb35
dev-ml/ppx_fail: treeclean Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ppx_fail/Manifest | 1 - dev-ml/ppx_fail/metadata.xml | 11 ----------- dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild | 24 ------------------------ 3 files changed, 36 deletions(-) diff --git a/dev-ml/ppx_fail/Manifest b/dev-ml/ppx_fail/Manifest deleted file mode 100644 index 753d78207ae8..000000000000 --- a/dev-ml/ppx_fail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ppx_fail-0.14.0.tar.gz 3773 BLAKE2B ef5c7a84808045a9b9ddb78556061ec0d9b04f5b08d5cb4096c353d0e38aa3bca360538efe53cf5faffad6628634d689504c063bbb563790c15a4f3d327f8c14 SHA512 a683430e5cdb50b52846b45d0e25a7b2498f14f34153319cb3ffd30e7b6e493f36790ffc5ea82ec3fbb0281a29e13bb2df10a1754ec32f0e5faad0890b6d211e diff --git a/dev-ml/ppx_fail/metadata.xml b/dev-ml/ppx_fail/metadata.xml deleted file mode 100644 index bc213c9f0aa6..000000000000 --- a/dev-ml/ppx_fail/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>[email protected]</email> - <name>ML</name> - </maintainer> - <upstream> - <remote-id type="github">janestreet/ppx_fail</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild b/dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild deleted file mode 100644 index e8d841df2ec5..000000000000 --- a/dev-ml/ppx_fail/ppx_fail-0.14.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -DESCRIPTION="Add location to calls to failwiths" -HOMEPAGE="https://github.com/janestreet/ppx_fail" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="+ocamlopt" - -DEPEND=" - >=dev-ml/base-0.14.0:= - >=dev-ml/ppx_here-0.14.0:= - >=dev-ml/ppxlib-0.18.0:= - >=dev-ml/ocaml-migrate-parsetree-2.0.0:= - dev-ml/cinaps:= -" -RDEPEND="${DEPEND}"
