From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-ml/variantslib/Manifest | 4 +++- dev-ml/variantslib/metadata.xml | 13 ++++++++----- dev-ml/variantslib/variantslib-0.14.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 dev-ml/variantslib/variantslib-0.14.0.ebuild (limited to 'dev-ml/variantslib') diff --git a/dev-ml/variantslib/Manifest b/dev-ml/variantslib/Manifest index abd0f8702607..ab76601ce36e 100644 --- a/dev-ml/variantslib/Manifest +++ b/dev-ml/variantslib/Manifest @@ -1,3 +1,5 @@ +DIST variantslib-0.14.0.tar.gz 2951 BLAKE2B a3197f7e06d4340ae73d76d477fd1e0ce038b4829aa3a9d0e0ea3e5251f9ca7c43798005138993a16c860ebf4d08a7e54621359c2a030f3866b62a02de4c326f SHA512 0cb18475668eb8e6091f8a779587f0d643dd0325b0f8518e53469dd12769a3ed6fa4f9c2651a21f8b07992d7b29f6664c4d3bf49f46ed6d7002de07b5014e4f3 DIST variantslib-0.9.0.tar.gz 5590 BLAKE2B 8b6b4c1e1d21e7f6c9bdc1813ea811dc4680506a2a8b2f8c869d8ba2583f07e99d717c0f6a984f6ca3c2e809c9eb2e7c497dcde1f0085e054de383b032f3e94e SHA512 2fd28063d307396da866be70480ba7f953d90ec32a55d31dad649eadb6141572e428f055cad02787654477c4a308313ecb7be4b9b80828af9d9870ad325b9f4d +EBUILD variantslib-0.14.0.ebuild 463 BLAKE2B bd6134866fb9d016fda026c9ceceb79845842292cd02d517e7cb05dd6084b4a130d7d78e1b34b75584f2c6b459484210a7d6a93d234b0650f08e4f140aca1ad7 SHA512 0d43fc1352c9d3eebfde9e5fffb99b4c47fcbc730f1887b9e7d9a54cb21cad56dd89942b4798b6cb99c8e2e2d369e58db9506df11c9928c4227614a25032c5b2 EBUILD variantslib-0.9.0.ebuild 499 BLAKE2B f2373d07ff68c513932e1bf2796376539310d2cdd667cd96ec72ecf1f6b569f47fc44569638345dec3de774942e1de0c49bdc931f96aada95e72f5bd43ad8841 SHA512 528e313d67489af325215a9a49d4bf134ad434d97e527102e4adefb2a2ecadfaf7483a54e6ffdf608b9afd68e2297285bd10bc67aa5865157e0d6300a21d144d -MISC metadata.xml 322 BLAKE2B 340274b42223a6a85b111008144888675617310798af65bd362d494049a130c82ac2cbc136c2ac5aeea984582680356444b08fb540c6957b12bf6daade39b2d5 SHA512 60bfc5140d42edaf7e250ff248552b755561b6a0f26efec33d40a42076546a113c98b15aa98958f6498042aca10fb9885e157871f9fc1306f803c6667234e2ea +MISC metadata.xml 392 BLAKE2B 9fac74caa06597173406f1c8296a3ae475a5bcae79285f6183c9848bb334c4c638ec8a27aeb5bd76d3dc4c565fa621735f54410577767f65e7a081160b4916ec SHA512 cf8ff30836ce92efe8473004198b710f0fc9deaeb595ae3666596afca05f4fcf4087f8e1efc2f9e511cc24ccb5093dafe35eef1b2325b83bfae8d15e0111d42c diff --git a/dev-ml/variantslib/metadata.xml b/dev-ml/variantslib/metadata.xml index 0abb370a4464..fa46caee57a0 100644 --- a/dev-ml/variantslib/metadata.xml +++ b/dev-ml/variantslib/metadata.xml @@ -1,9 +1,12 @@ - - - yminsky/ocaml-core - janestreet/variantslib - + + gienah@gentoo.org + Mark Wright + + + yminsky/ocaml-core + janestreet/variantslib + diff --git a/dev-ml/variantslib/variantslib-0.14.0.ebuild b/dev-ml/variantslib/variantslib-0.14.0.ebuild new file mode 100644 index 000000000000..a7dd94b303d6 --- /dev/null +++ b/dev-ml/variantslib/variantslib-0.14.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="OCaml variants as first class values" +HOMEPAGE="https://github.com/janestreet/variantslib" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/base:= +" +DEPEND="${RDEPEND}" -- cgit v1.2.3