From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-ml/zarith/zarith-1.5.ebuild | 52 ----------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 dev-ml/zarith/zarith-1.5.ebuild (limited to 'dev-ml/zarith/zarith-1.5.ebuild') diff --git a/dev-ml/zarith/zarith-1.5.ebuild b/dev-ml/zarith/zarith-1.5.ebuild deleted file mode 100644 index 857c5026e9d6..000000000000 --- a/dev-ml/zarith/zarith-1.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils toolchain-funcs - -DESCRIPTION="Arithmetic and logic operations over arbitrary-precision integers" -HOMEPAGE="https://github.com/ocaml/Zarith" -SRC_URI="https://github.com/ocaml/Zarith/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc mpir +ocamlopt" - -RDEPEND=" - >=dev-lang/ocaml-4:=[ocamlopt?] - !mpir? ( dev-libs/gmp:0= ) - mpir? ( sci-libs/mpir )" - -DEPEND="${RDEPEND} dev-lang/perl" - -S="${WORKDIR}/Zarith-release-${PV}" - -src_configure() { - tc-export CC - ./configure -host "${CHOST}" \ - -ocamllibdir "/usr/$(get_libdir)" \ - -installdir "${ED}/usr/$(get_libdir)/ocaml" \ - $(usex mpir "-mpir" "-gmp") || die -} - -src_compile() { - emake HASOCAMLOPT=$(usex ocamlopt yes no) HASDYNLINK=$(usex ocamlopt yes no) all - use doc && emake doc -} - -src_test() { - if use ocamlopt ; then - emake HASOCAMLOPT=$(usex ocamlopt yes no) HASDYNLINK=$(usex ocamlopt yes no) tests - else - ewarn "Tests require USE=ocamlopt. Skipping them." - fi -} - -src_install() { - findlib_src_preinst - emake HASOCAMLOPT=$(usex ocamlopt yes no) HASDYNLINK=$(usex ocamlopt yes no) install - dodoc Changes README.md - use doc && dohtml html/* -} -- cgit v1.2.3