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/stdcompat | |
| 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/stdcompat')
| -rw-r--r-- | dev-ml/stdcompat/Manifest | 2 | ||||
| -rw-r--r-- | dev-ml/stdcompat/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-ml/stdcompat/stdcompat-19-r2.ebuild | 34 | ||||
| -rw-r--r-- | dev-ml/stdcompat/stdcompat-21.1-r1.ebuild | 36 |
4 files changed, 0 insertions, 88 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 ef295f228ea6..000000000000 --- a/dev-ml/stdcompat/metadata.xml +++ /dev/null @@ -1,16 +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> - <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> - <upstream> - <remote-id type="github">thierry-martinez/stdcompat</remote-id> - </upstream> -</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 -} |
