From 1ccef27203b03f1fa900c9b44dc425df27e49452 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 7 Sep 2022 04:34:29 +0100 Subject: gentoo auto-resync : 07:09:2022 - 04:34:29 --- dev-ml/biniou/Manifest | 2 +- dev-ml/biniou/biniou-1.2.2-r1.ebuild | 23 +++++++++++++++++++++++ dev-ml/biniou/biniou-1.2.2.ebuild | 20 -------------------- 3 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 dev-ml/biniou/biniou-1.2.2-r1.ebuild delete mode 100644 dev-ml/biniou/biniou-1.2.2.ebuild (limited to 'dev-ml/biniou') diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest index 469eb93f99a2..fcbdcf68cfd2 100644 --- a/dev-ml/biniou/Manifest +++ b/dev-ml/biniou/Manifest @@ -1,5 +1,5 @@ DIST biniou-1.2.1.tar.gz 23970 BLAKE2B 139f17e3fd31f3f834c8111d81cecfa5fa48f860fc4fc898f7896b6d39a9756989504fa88901efaa0f67a51de25cdf304bea2ecabf15ea9cace59b4b311c00e1 SHA512 f0166666559f3a767fdc6987bad45ec4a772b70b8880b6d769ef644c9bfd46962f089c7b5dfff368413015e765daf4bacffe253bdb3478d9a4d30a15f0d29589 DIST biniou-1.2.2.tar.gz 24054 BLAKE2B e4ee5f28348cacbf5cc523d104188c003bca0deb04af188131c4ceeed36b9947a300fc866a51b3e6d11f15646fecc799beeec90dc8badb3dacf147a3190b62f5 SHA512 3e70b36e7e536ce65b6c2283b1372bd99207f3b55aa8c90266524e3ba028928b091595f5b92ba9870f915895673f4dca72963db71659deaadc129b7feb409cfc EBUILD biniou-1.2.1.ebuild 512 BLAKE2B b3e8d9196a7de4ae7bf5dae3d29530cec59655464402ea245d6b087152d3a856d61487d53524356b5310b9936d2c8e87e24eafbbe419184090c27bb24720c437 SHA512 4c6b55613e66315870e62da45392477d86c2bbf306dacf923e5a2eda55970f96556eeb9bec624a9931f322319d8952a7f242c812bfa8de4b682afbfa9108f7e3 -EBUILD biniou-1.2.2.ebuild 512 BLAKE2B 7d1770e87c253e217ff151c645b59101f5b81c8b15760451aa3747405bd9e9e49cfa688abf22c359c8f04de63d7808db2ed581f009d778d54c29789a231396e3 SHA512 61cff710c4ff86687ca3040c9ef286a034827d86dad7f41d3c7d8b8cb6a1ad95991520e7acc9cecdada20679bce2f3c0e30a23b24afc08168bb2126e4b2ef62a +EBUILD biniou-1.2.2-r1.ebuild 550 BLAKE2B 045dcad333d8a2c51d0ba25bf6561217e118ff24e1920b01380367200b9d48d917d13524334b162ee38e29694259dd3c2d68a881d16c416dbbc0559421bcb2fe SHA512 0ddd98434d1a453c33c13fc90a1a6776fb97969cb333e2dee36c552b8214e94861454bfe2a0b734228f6f237184901b4b55b2836ec573dc3726be5460fc574e0 MISC metadata.xml 529 BLAKE2B 218317babc4f52056fb2ab85c81d39b104ef54ccb70dbba57611a0f269be7dbe9bc3b16ce88da466931343cf8307298b7d7d7ca42ae987a72bd94295aa7a8998 SHA512 6ac34d359d7a3390c0346c1265a5fa0831379826234272549596afb67edf3fbb21adc9b2db2faea67c504c0b90f06901e8bf4dfb6238c10e6175c069edbfcedd diff --git a/dev-ml/biniou/biniou-1.2.2-r1.ebuild b/dev-ml/biniou/biniou-1.2.2-r1.ebuild new file mode 100644 index 000000000000..45538d1c0312 --- /dev/null +++ b/dev-ml/biniou/biniou-1.2.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" +HOMEPAGE="https://github.com/ocaml-community/biniou/" +SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-4.02.3:=[ocamlopt?] + dev-ml/camlp-streams:=[ocamlopt?] + dev-ml/easy-format:=[ocamlopt?] +" +DEPEND="${RDEPEND}" diff --git a/dev-ml/biniou/biniou-1.2.2.ebuild b/dev-ml/biniou/biniou-1.2.2.ebuild deleted file mode 100644 index 74bf4a9d195b..000000000000 --- a/dev-ml/biniou/biniou-1.2.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" -HOMEPAGE="https://github.com/ocaml-community/biniou/" -SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?] - dev-ml/easy-format:=[ocamlopt?] -" -DEPEND="${RDEPEND}" -- cgit v1.2.3