summaryrefslogtreecommitdiff
path: root/dev-ml/stdcompat
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-ml/stdcompat
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-ml/stdcompat')
-rw-r--r--dev-ml/stdcompat/Manifest2
-rw-r--r--dev-ml/stdcompat/metadata.xml14
-rw-r--r--dev-ml/stdcompat/stdcompat-19-r2.ebuild34
-rw-r--r--dev-ml/stdcompat/stdcompat-21.1-r1.ebuild36
4 files changed, 0 insertions, 86 deletions
diff --git a/dev-ml/stdcompat/Manifest b/dev-ml/stdcompat/Manifest
deleted file mode 100644
index 1f6cbf84c99e..000000000000
--- a/dev-ml/stdcompat/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST stdcompat-19.tar.gz 530511 BLAKE2B 4af97c355b98f63366d647a4a375bde43ffbf959a2c02132ab57457db4213b8f98a972bf99667dd53603b28235b4f853470c2117270ce42c6aa579a21dd148fb SHA512 25582731170f2f80eed281c48af4904d1d00ef88a38d1b17853395c19a326d7b11e42c17b69f639402c467ff6f9b83a2e9d4dbab7255ac25d466b85a55674bd0
-DIST stdcompat-21.1.tar.gz 624974 BLAKE2B b351696f0aed268cd067e20a7d0917a5580399b43e5de3e60fce0ab30a8093cd1808eda610d5a20eb721033f77c45f9b5c8dabc6d55862b023c363b212a505e8 SHA512 b3d93d200aa57a193459c143fafa97b7e96cbed3043ef8c7a2bc359ed385ff7d1ec03561cdab1f28e80055dc1c0bd7647bba827c6300b85a1d1c66a539626189
diff --git a/dev-ml/stdcompat/metadata.xml b/dev-ml/stdcompat/metadata.xml
deleted file mode 100644
index cabee5511d3b..000000000000
--- a/dev-ml/stdcompat/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>ML</name>
- </maintainer>
- <longdescription lang="en">
- Compatibility module for OCaml standard library allowing programs
- to use some recent additions to the OCaml standard library while
- preserving the ability to be compiled on former versions of OCaml.
- </longdescription>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-ml/stdcompat/stdcompat-19-r2.ebuild b/dev-ml/stdcompat/stdcompat-19-r2.ebuild
deleted file mode 100644
index fd7184f8ab04..000000000000
--- a/dev-ml/stdcompat/stdcompat-19-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Compatibility module for OCaml standard library"
-HOMEPAGE="https://github.com/thierry-martinez/stdcompat"
-SRC_URI="https://github.com/thierry-martinez/stdcompat/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="<dev-lang/ocaml-5:=[ocamlopt]
- dev-ml/result:=[ocamlopt]
- dev-ml/uchar:=[ocamlopt]"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-ml/dune
- dev-ml/findlib[ocamlopt]"
-
-# Do not complain about CFLAGS etc since ml projects do not use them.
-QA_FLAGS_IGNORED='.*'
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure () {
- econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
-}
diff --git a/dev-ml/stdcompat/stdcompat-21.1-r1.ebuild b/dev-ml/stdcompat/stdcompat-21.1-r1.ebuild
deleted file mode 100644
index a138ca862d10..000000000000
--- a/dev-ml/stdcompat/stdcompat-21.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Compatibility module for OCaml standard library"
-HOMEPAGE="https://github.com/ocamllibs/stdcompat"
-SRC_URI="https://github.com/ocamllibs/stdcompat/archive/refs/tags/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-lang/ocaml-4.11:=[ocamlopt]
- <dev-lang/ocaml-5.4
- dev-ml/result:=[ocamlopt]
- dev-ml/uchar:=[ocamlopt]"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-ml/dune
- dev-ml/findlib[ocamlopt]"
-
-# Do not complain about CFLAGS etc since ml projects do not use them.
-QA_FLAGS_IGNORED='.*'
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure () {
- econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
-}