summaryrefslogtreecommitdiff
path: root/dev-ml/result
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-ml/result
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-ml/result')
-rw-r--r--dev-ml/result/Manifest4
-rw-r--r--dev-ml/result/result-1.2.ebuild28
-rw-r--r--dev-ml/result/result-1.5.ebuild2
3 files changed, 2 insertions, 32 deletions
diff --git a/dev-ml/result/Manifest b/dev-ml/result/Manifest
index 90ffbc5473f1..c02ab49af7b5 100644
--- a/dev-ml/result/Manifest
+++ b/dev-ml/result/Manifest
@@ -1,5 +1,3 @@
-DIST result-1.2.tar.gz 2100 BLAKE2B 9c746c85200ad6af1014dbc4959347b19f48f24448fb36a33b0b50f8d3d8cf4536f7ea3e994953d29122c8dafe87289707eeab67f7a0dc44d0bc509715169e79 SHA512 b47fe24302182642c7dfb3329a9a475518fca01ed7080fb625379abbb7ada0bec4a27e666886c101ba4b0083eeb6312740d99ef764690d38ee6e6d8960fc9b87
DIST result-1.5.tar.gz 2291 BLAKE2B 76010676aa806fac3766e9ba70b770b3bd01347b1365892beba4c33415d0942a9368f0437ee5a8339b355b939d1625b2fa9c8ad4cf774007637eb51f4b20f11b SHA512 5ca3aab3b46bff7f4fa4517b5d823de196d7a97a8b94a8e416a5e237061482f4d0030c6a339291d5aa8f68020ee11aed743b730970105a2303e6a93d26ca676a
-EBUILD result-1.2.ebuild 558 BLAKE2B 560d9bfb3c44de592e39c47d686245197856938e5252bfd48b7ecb7360ea627bd09eb238bde86a98fd9718ad9953d806018497f6e83a4fd1e197b75e827369a5 SHA512 1aed03ab8fd938812549462d050ac430a9b07833c79444d91f11cacd698308741751981b02776484600ca1a4c71387d192415ebbc423f25ed780260618bd884e
-EBUILD result-1.5.ebuild 381 BLAKE2B 34cf996eb2645cd7f4cec2e7c11dc541584daea7f7a7fb482f52bb5adac76ca82e64db1f1f6297e05101f164abc7a2e3391dee92288b1ac7b060fdf8134cfb31 SHA512 a0f1d73bf9772df02d3b00d90d965d733b750bf99c8f8081f661ad224d4313e18944057fcf889bb7987f1e5f121de7d600ce3124f6cee02f9910cbac7c353ee8
+EBUILD result-1.5.ebuild 379 BLAKE2B fbadfd6a5f7763940f1495302a5a0b89ba65667a335f439f00cd7eebcdaaed325444b56ae1de45a2cf1297df7616ef8b92159021f24819f8af1405c888e5f680 SHA512 bb11d480653513c66ac2090826682f32c28c785ec494102745e2ba08ecdbf9d9aeb497a457ed147ca44a185ca4ede7f26e23ed898d08b9782e770cf972158c05
MISC metadata.xml 326 BLAKE2B 654b7ffe8dd0fc4cb37f18afd5f9f39149e7244beb54f42688965c5b67eca7093b81d7ba4349e49d66943aef48e69e40a5df83ee2e3869cfb2513e9b836ab3dd SHA512 b667f60e0e7ce8439e7b100b99046324ee1dd2eee5379bafe48334b7bb63aec7f49df08e18a46febd8c8185fd4b0dfcdaeeeb91f11b32354e88264f2a234fb9e
diff --git a/dev-ml/result/result-1.2.ebuild b/dev-ml/result/result-1.2.ebuild
deleted file mode 100644
index 97acf4417036..000000000000
--- a/dev-ml/result/result-1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit findlib
-
-DESCRIPTION="Compat result type"
-HOMEPAGE="https://github.com/janestreet/result"
-SRC_URI="https://github.com/janestreet/result/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake byte
- use ocamlopt && emake native
-}
-
-src_install() {
- findlib_src_install
- dodoc README.md
-}
diff --git a/dev-ml/result/result-1.5.ebuild b/dev-ml/result/result-1.5.ebuild
index f1bd1f5734c5..56f5303821b5 100644
--- a/dev-ml/result/result-1.5.ebuild
+++ b/dev-ml/result/result-1.5.ebuild
@@ -11,5 +11,5 @@ SRC_URI="https://github.com/janestreet/result/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt"