From 5db98a9376c410b918d52bff4678b765fd6dbe75 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 2 Dec 2020 12:38:32 -0500 Subject: dev-ml/ocaml-hashcons: drop old Signed-off-by: Aaron Bauman --- dev-ml/ocaml-hashcons/Manifest | 1 - dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild | 37 ------------------------- 2 files changed, 38 deletions(-) delete mode 100644 dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild (limited to 'dev-ml') diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest index 4daf113868a8..45655278b828 100644 --- a/dev-ml/ocaml-hashcons/Manifest +++ b/dev-ml/ocaml-hashcons/Manifest @@ -1,2 +1 @@ -DIST ocaml-hashcons-1.2.tar.gz 19775 BLAKE2B 7bef506cb7de3177168cc582245f8e2ece3ca7e9da78985ff604a32be675bcd36901ed920c7898aa0e3087251494f425c164cd1125485549de0bbfd867bdbfa6 SHA512 167ed8d74c5080ef14af0ac1232ea16faee3f0e09e0a65cd72447266939ce7ed5416f4cf6a3021e5ca8215726df129d3f05c9e0c12dcd36f845b060fd93072b2 DIST ocaml-hashcons-1.3.tar.gz 19495 BLAKE2B 0d29a529fb1d6953e7294e3992e6f41c094e8b4ea607ed4f2f0d97c558b2c9a6e8703de0aca06727b845ad3f3989ef99c634e248f221c95fbffc2321cd73e961 SHA512 fd194d48a3231e72ca8bf3d324e5e1f6442d965da9149973a1763cf70aa82398805fa00648bdd12de3d3daada8e90bdc575c73886f949b5183e79bea75beadc8 diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild deleted file mode 100644 index e2f3672faae6..000000000000 --- a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools findlib - -DESCRIPTION="OCaml hash-consing library" -HOMEPAGE="https://github.com/backtracking/ocaml-hashcons" -SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND="dev-lang/ocaml:=[ocamlopt?]" -DEPEND="${RDEPEND}" - -src_prepare() { - eautoreconf - sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die -} - -src_compile() { - if use ocamlopt; then - emake opt byte - else - emake byte - fi -} - -src_install() { - dodir "$(ocamlfind printconf destdir)/hashcons" - emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex ocamlopt install-opt install-byte) - dodoc README.md CHANGES -} -- cgit v1.2.3-65-gdbad