dev-ml/dune: remove old version

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Tupone Alfredo
2020-02-21 19:07:52 +01:00
parent 1a6f847f29
commit cfee64c2f8
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST dune-1.7.2.tar.gz 666745 BLAKE2B 2edda7273f92bcb9c20b5cb9a8eee75ad33c3ce1bd88406dbd51256373c554b5442096fb74ba990ee2fcec784c19ab55099e70385f040e1055a30c925cf50987 SHA512 2d53fb910fdf8774fc9ef5343831311d1d4007fe5ef47a5084596b98dd8c89b7a404912e959753d6a8d7eb8b8a923d6a7bc74dad2cdb2c80d26b3fa48373658c
DIST dune-2.1.0.tar.gz 1170295 BLAKE2B 16ee2c34e0183bd255d23410f70001ca008b8e82815f93ad727079da00b8592d219e7664c93bed7b97b3a1e997306d60672b7d6c45fe6dae7371b4025df06722 SHA512 24afb44e458f819dfde3775b76c3ccf43f3fa5d8ce9a14ee9bf6658c1c116f95659c21a9ea208e5711c844fabc661cc434070bce6c9307154d506b6599ffb57f

View File

@@ -1,37 +0,0 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multiprocessing
DESCRIPTION="A composable build system for OCaml"
HOMEPAGE="https://github.com/ocaml/dune"
SRC_URI="https://github.com/ocaml/dune/archive/1.7.2.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm ~arm64 ~x86"
IUSE="test"
DEPEND="dev-lang/ocaml"
RDEPEND="${DEPEND}
!dev-ml/jbuilder"
BDEPEND=""
RESTRICT="test"
src_configure() {
ocaml configure.ml --libdir "${EPREFIX}/usr/$(get_libdir)/ocaml" || die
}
src_compile() {
ocaml bootstrap.ml || die
./boot.exe -j $(makeopts_jobs) || die
}
src_install() {
default
mv "${D}"/usr/doc "${D}"/usr/share/doc/${PF}
mv "${D}"/usr/man "${D}"/usr/share/man
}