From b8c7370a682e4e29cda623222d17a790c01c3642 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 7 Aug 2024 12:37:21 +0100 Subject: gentoo auto-resync : 07:08:2024 - 12:37:20 --- dev-ml/stdcompat/Manifest | 2 +- dev-ml/stdcompat/stdcompat-19-r1.ebuild | 34 +++++++++++++++++++++++++++++++++ dev-ml/stdcompat/stdcompat-19.ebuild | 27 -------------------------- 3 files changed, 35 insertions(+), 28 deletions(-) create mode 100644 dev-ml/stdcompat/stdcompat-19-r1.ebuild delete mode 100644 dev-ml/stdcompat/stdcompat-19.ebuild (limited to 'dev-ml/stdcompat') diff --git a/dev-ml/stdcompat/Manifest b/dev-ml/stdcompat/Manifest index 15ed075fbb7b..7c7d91b62a81 100644 --- a/dev-ml/stdcompat/Manifest +++ b/dev-ml/stdcompat/Manifest @@ -1,3 +1,3 @@ DIST stdcompat-19.tar.gz 530511 BLAKE2B 4af97c355b98f63366d647a4a375bde43ffbf959a2c02132ab57457db4213b8f98a972bf99667dd53603b28235b4f853470c2117270ce42c6aa579a21dd148fb SHA512 25582731170f2f80eed281c48af4904d1d00ef88a38d1b17853395c19a326d7b11e42c17b69f639402c467ff6f9b83a2e9d4dbab7255ac25d466b85a55674bd0 -EBUILD stdcompat-19.ebuild 708 BLAKE2B b0cb67f82b0ebc7a530f5d447eb4cdb8fe7d02650d6e83528d0a11e457856a6f7ac5a691f2496333066ec39d68d9d486c81376eb65597af147e85e2596811509 SHA512 5c0a08b3642c492d122937b0c55d89a659671daf9352a645dbfc8cd5e245be0035d4b0f56faf3ddf9aeb3c05bc5e0e7d469da56c9885be5cb7f514d79715c399 +EBUILD stdcompat-19-r1.ebuild 768 BLAKE2B 2c8ed35940b06a515b0be0d4ff5e88b35274fa135ebd9419af2971651eef25c10223898f387369070fb67b7b17de9a0935f8f97460b9ae5b0231f5044c1163cf SHA512 954802b363192cb4ec9bf006b12298e238c24ecbf074cc7006456c59ccbb2b24a2be20aa1466488ec7b21d21b602dfccf9c748314b97103b1e7bb0abdab9cdfc MISC metadata.xml 577 BLAKE2B b6857bd7760fbdc5988d1a545e2f128c9d13ea18d43a341af0757a227958594ed314b9472c9994fae54f7aba2f57ebee06b6f9cc4bb5a1428218dcdda2745507 SHA512 859f88d95b52a4e159fb4241ccaca2ba7777eda999623e281fd36e6b1ab2273407931f9ca89971f86b7563889bb704d7e353605f808aab868cb09a0468687419 diff --git a/dev-ml/stdcompat/stdcompat-19-r1.ebuild b/dev-ml/stdcompat/stdcompat-19-r1.ebuild new file mode 100644 index 000000000000..731c0bed6669 --- /dev/null +++ b/dev-ml/stdcompat/stdcompat-19-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2022-2024 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:=[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-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild deleted file mode 100644 index edb7ebbf80a0..000000000000 --- a/dev-ml/stdcompat/stdcompat-19.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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:=[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_configure () { - econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml -} -- cgit v1.2.3