From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- dev-ml/ocaml-compiler-libs/Manifest | 4 +++- .../ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild | 2 +- .../ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild (limited to 'dev-ml/ocaml-compiler-libs') diff --git a/dev-ml/ocaml-compiler-libs/Manifest b/dev-ml/ocaml-compiler-libs/Manifest index 0d2f117680ff..67fc6e2fc9f3 100644 --- a/dev-ml/ocaml-compiler-libs/Manifest +++ b/dev-ml/ocaml-compiler-libs/Manifest @@ -1,3 +1,5 @@ DIST ocaml-compiler-libs-0.12.3.tar.gz 4982 BLAKE2B 83432cbb2707964f025b294a84cdcce77137156e409d85ce8615dd6e9a26ad085cd5de178ebeb7520cd95b19a15b3cfbf7ef9567d165b55e07850a231b68371c SHA512 748ae11fe4cedb12d153ef2e712a9899f6a7ab4a35ddb7c95c0ae25af979c3edf274046745dddb2253fc06be41d5b0029f11a5a823a17d1ee680ffb29c4bdc89 -EBUILD ocaml-compiler-libs-0.12.3.ebuild 473 BLAKE2B ce4a65bac57a4ff76e7fe11e70f3262f649583a0f15bd6bef73fc4459e3f35d45e664ec0b7bd8b9511a93f5e24fb61c2f4bfa277f51b7369f40170e345ca655b SHA512 3889faea6798a6e3849747a6f2255acbc400dabb2bfb30a41cb77c9da49280ce67b1c7876102c1f7fbbb17c1959787c8184b3707f48ab1830906a74344de2616 +DIST ocaml-compiler-libs-0.12.4.tar.gz 5435 BLAKE2B 2c7b3f79315945d094dd4102da748dda55265bdd36753606ec03eef6a39eb385b84e7bfd0f43a04583271bf7c53b15481e9dcbb48c362d472bb3f740ec48853a SHA512 cf08e8d4bf25fff26a16a05036f08247176f4845d9d9ada85944c3fa89b6df9a5092d7a1025415a3b2ce00dd45b544cc82247648cf3952be2304e5d9ebab121d +EBUILD ocaml-compiler-libs-0.12.3.ebuild 466 BLAKE2B fed250997f42d537a4be8c32f2d65e99b78c1adb30941e8917f78e49cb1245523ab0231b86f11e1e407f049fb6ece12884f6c39b4e7373bae709b39fb4aa86a9 SHA512 0591fb26e0e018b5f202b586c92c1f2274f2c57490e8dcdea34cb0d78618d44a9e1f4cf6a6588bc2bfb97cee3100e8b3e2b4e38866d953e7fa169f1d49f54529 +EBUILD ocaml-compiler-libs-0.12.4.ebuild 472 BLAKE2B 0c8b133a8ed1a6b0ebf203e5baa3e2b94e1010ff42e023a1fb421a34ea53a3331949444982a8bcb9e25d150dcb75b97d0c49df2214a0afffde34669f90f6bd20 SHA512 d5413ba80a4b9d95bf89dfb34ef69b319d763e525d75eb8dd058cdf36188c18a5e0cf125cad5865421ce3ffc12772fb58659e01db7380fb3582f553e3900d4e6 MISC metadata.xml 340 BLAKE2B 1aa54d3afdff85b09abb144e98e91f5b87cf2cc42e915694cb61a2fe2676969b76eeaddef4f6c2821b9415f8a655e2fe30a2e68cef3460ad9b75e21311fa8ae2 SHA512 32442d765b80b2cf543decc9246fd4a2b44f4a8353e301cc958570757aa9f896edbc2ca6806e05d2c3e50893eb8570a5b4366bd2a83c5718dca79e2a3120f75e diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild index ce40ed8ba22c..345396f5fa7c 100644 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Repackage the OCaml compiler libs so they do not expose everything HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs" SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild new file mode 100644 index 000000000000..e7afbbcd5579 --- /dev/null +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Repackage the OCaml compiler libs so they do not expose everything at toplevel" +HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs" +SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" -- cgit v1.2.3