commit: 68086d9f269577abcc607dc6a2d74ea5d34c4db7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 13 11:46:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 15:23:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68086d9f
dev-ml/result: drop 1.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/result/Manifest | 1 - dev-ml/result/result-1.2.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-ml/result/Manifest b/dev-ml/result/Manifest index a15c2e990f5..c58245657aa 100644 --- a/dev-ml/result/Manifest +++ b/dev-ml/result/Manifest @@ -1,2 +1 @@ -DIST result-1.2.tar.gz 2100 BLAKE2B 9c746c85200ad6af1014dbc4959347b19f48f24448fb36a33b0b50f8d3d8cf4536f7ea3e994953d29122c8dafe87289707eeab67f7a0dc44d0bc509715169e79 SHA512 b47fe24302182642c7dfb3329a9a475518fca01ed7080fb625379abbb7ada0bec4a27e666886c101ba4b0083eeb6312740d99ef764690d38ee6e6d8960fc9b87 DIST result-1.5.tar.gz 2291 BLAKE2B 76010676aa806fac3766e9ba70b770b3bd01347b1365892beba4c33415d0942a9368f0437ee5a8339b355b939d1625b2fa9c8ad4cf774007637eb51f4b20f11b SHA512 5ca3aab3b46bff7f4fa4517b5d823de196d7a97a8b94a8e416a5e237061482f4d0030c6a339291d5aa8f68020ee11aed743b730970105a2303e6a93d26ca676a diff --git a/dev-ml/result/result-1.2.ebuild b/dev-ml/result/result-1.2.ebuild deleted file mode 100644 index 97acf441703..00000000000 --- 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 -}
