mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ml/ppx_let: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST ppx_let-113.24.00.tar.gz 54720 SHA256 3339a1e08e4ed7043d839ab8d3976898c40928c8d9bfb4a741cd2eb548db9bd9 SHA512 489a947fbe36053dd745bf5ffe20e58f24c692653398667b2262d1f111705f935eac54f23fb731fa872a5e83f04b610657388df70441c4b34697a2b60082728e WHIRLPOOL 12ce5e25652c22d54313a78f3b41dbed7d19db4731dd3b893c612f20564d49d2f21930c36dc48d5427040cd517926a97600241ded9453513619ad1d8fda3e73e
|
||||
DIST ppx_let-113.33.00.tar.gz 54785 SHA256 217dfd47a18cfbbae44945a70d8bcba61197a6b54555a516bd16beeb05b8b3f6 SHA512 3b15c1f7f08b681b71da06d91f2d59c93dfc4194319a64bc4a0a3b6e9cf85a5a40a7348de39e309e378214d7022cd1eec4a2315c8a7a3124a0aedebc211020c3 WHIRLPOOL 62966789539d71c5dea930b44f784c469b355a0c7a5efcc96d3363ea4bd510684e69d1bd9bb0adb462fa509a05e0e78d2407437e61d6859a48ff93445c8d44b7
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit oasis
|
||||
|
||||
DESCRIPTION="Monadic let-bindings"
|
||||
HOMEPAGE="http://www.janestreet.com/ocaml"
|
||||
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-ml/ppx_tools:=
|
||||
dev-ml/ppx_core:=
|
||||
dev-ml/ppx_driver:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="${DEPEND} dev-ml/opam"
|
||||
|
||||
src_configure() {
|
||||
emake setup.exe
|
||||
OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
opam-installer -i \
|
||||
--prefix="${ED}/usr" \
|
||||
--libdir="${D}/$(ocamlc -where)" \
|
||||
--docdir="${ED}/usr/share/doc/${PF}" \
|
||||
${PN}.install || die
|
||||
dodoc README.md
|
||||
}
|
||||
Reference in New Issue
Block a user