summaryrefslogtreecommitdiff
path: root/dev-ml/pcre2-ocaml
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/pcre2-ocaml
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-ml/pcre2-ocaml')
-rw-r--r--dev-ml/pcre2-ocaml/Manifest1
-rw-r--r--dev-ml/pcre2-ocaml/metadata.xml11
-rw-r--r--dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild24
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-ml/pcre2-ocaml/Manifest b/dev-ml/pcre2-ocaml/Manifest
deleted file mode 100644
index 52b3d46cac93..000000000000
--- a/dev-ml/pcre2-ocaml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pcre2-ocaml-8.0.3.tar.gz 44400 BLAKE2B d3a7b01af49f81d59c89d8a96b4f32da1baecae388bed29a6c53f050b66f381aa22ba7245be1a4480a649ecce97e924efe5f91938029ea838cc18c2cfb31ee43 SHA512 614bd7d44460ea7c35a61dcff14546e16eb7bbb959be02cf77463d4448c01e2462f10656ca8b1f21fead752a148ce94943de99dff8106a50eef1468e1d2f99f9
diff --git a/dev-ml/pcre2-ocaml/metadata.xml b/dev-ml/pcre2-ocaml/metadata.xml
deleted file mode 100644
index c5d01205160d..000000000000
--- a/dev-ml/pcre2-ocaml/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">camlp5/pcre2-ocaml</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild
deleted file mode 100644
index dc9bbbdf97fb..000000000000
--- a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DUNE_PKG_NAME=pcre2
-inherit dune
-
-DESCRIPTION="OCaml bindings to PCRE (Perl Compatibility Regular Expressions)"
-HOMEPAGE="https://github.com/camlp5/pcre2-ocaml"
-SRC_URI="https://github.com/camlp5/${PN}/archive/refs/tags/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/libpcre2:=
- dev-ml/dune-configurator:=[ocamlopt?]
-"
-BDEPEND="test? ( dev-ml/ounit2 )"