From ccaccfe4f1da8c11d9fa110f6e4eb847358769d7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Jun 2024 00:10:02 +0100 Subject: gentoo auto-resync : 18:06:2024 - 00:10:02 --- dev-ml/cstruct/Manifest | 2 +- dev-ml/cstruct/cstruct-6.2.0-r1.ebuild | 30 ++++++++++++++++++++++++++++++ dev-ml/cstruct/cstruct-6.2.0.ebuild | 19 ------------------- 3 files changed, 31 insertions(+), 20 deletions(-) create mode 100644 dev-ml/cstruct/cstruct-6.2.0-r1.ebuild delete mode 100644 dev-ml/cstruct/cstruct-6.2.0.ebuild (limited to 'dev-ml/cstruct') diff --git a/dev-ml/cstruct/Manifest b/dev-ml/cstruct/Manifest index 7a3f12bd47d1..fe6c5dbd5522 100644 --- a/dev-ml/cstruct/Manifest +++ b/dev-ml/cstruct/Manifest @@ -1,3 +1,3 @@ DIST cstruct-6.2.0.tbz 241841 BLAKE2B 9a662bf1208e80afda486dd46169b281e838e49666aca01a9ad57b9516fa055af315ea12d5e5bb8994df67eb2f6edabe544a89a2a2a370249e5b72e109f01b1a SHA512 8d33fe6b3707a3994d0225cd33cadde0bb2ca834ef01096e3df33a08e4a8c6d02ebccddf558a73988b8a5595b65fdc10de61efbf872c6c9e55c719c7e19c463d -EBUILD cstruct-6.2.0.ebuild 439 BLAKE2B ce08122a53d6953199d3f07762a7604712c226d03c608656da03e62d7e08d37564041e35ded5a9a622319b10f18c613e8db02423b0256dd8eac3762fc3e45a18 SHA512 dcdf472e7b9be12d6e57d726695b218362ef8e9e7d868e028916375c9cdb3a1736fe9b241d1185dab46046bc778d1756756319c2741c3b8494840a4197ac8d60 +EBUILD cstruct-6.2.0-r1.ebuild 615 BLAKE2B 87d3d71da488e65b23ce22b2b01aa54ebb7b1eb0181d409a899cb053578af36f2984dc0daabfdeca2c01651e48477fa71c0821626ef4f050ab380a7d41f78e7d SHA512 1fef2368108774f0e414e792365f6d98c7e492cf0855adeb8152a19cf49fe8ad522d75ee40781b222fda86de7fdc718fe92a8f3d3a4c731180a6ffb71939a005 MISC metadata.xml 318 BLAKE2B 764566780536ed76d1e9a529d0a38ddf28638ed336359216d5bf081d97355018d7646dbcf2e04925230aef3ea5928303d05ff66cffb64395ec9328e1f93ed22f SHA512 892ae500837814075e3e83de8ead57eecd1348c4bbb48671086714b36c11c4db0edd9fb56f31a6da87048a640336413b326a8e830f6c918125a500635c05d4c5 diff --git a/dev-ml/cstruct/cstruct-6.2.0-r1.ebuild b/dev-ml/cstruct/cstruct-6.2.0-r1.ebuild new file mode 100644 index 000000000000..b397c637c091 --- /dev/null +++ b/dev-ml/cstruct/cstruct-6.2.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Access C-like structures directly from OCaml" +HOMEPAGE="https://github.com/mirage/ocaml-cstruct" +SRC_URI="https://github.com/mirage/ocaml-cstruct/releases/download/v${PV}/${P}.tbz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( + dev-ml/alcotest + dev-ml/cppo + dev-ml/ocaml-migrate-parsetree + dev-ml/ppx_sexp_conv + dev-ml/ppxlib + dev-ml/sexplib + ) +" + +src_compile() { + dune-compile ${PN} +} diff --git a/dev-ml/cstruct/cstruct-6.2.0.ebuild b/dev-ml/cstruct/cstruct-6.2.0.ebuild deleted file mode 100644 index 6d78859ac5fc..000000000000 --- a/dev-ml/cstruct/cstruct-6.2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Access C-like structures directly from OCaml" -HOMEPAGE="https://github.com/mirage/ocaml-cstruct" -SRC_URI="https://github.com/mirage/ocaml-cstruct/releases/download/v${PV}/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" -IUSE="+ocamlopt" - -src_compile() { - dune-compile ${PN} -} -- cgit v1.2.3