summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-24 12:39:17 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-24 12:39:17 +0100
commit35fe89d4c9bc7c502e78a92aae560263c39337f5 (patch)
tree37f9353307d08fa0dbfa8673bd9cd12092b2a161 /dev-ml/ppx_let/ppx_let-113.24.00.ebuild
parentdev-ml/ppx_jane: remove old (diff)
downloadgentoo-35fe89d4c9bc7c502e78a92aae560263c39337f5.tar.gz
gentoo-35fe89d4c9bc7c502e78a92aae560263c39337f5.tar.bz2
gentoo-35fe89d4c9bc7c502e78a92aae560263c39337f5.zip
dev-ml/ppx_let: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ppx_let/ppx_let-113.24.00.ebuild')
-rw-r--r--dev-ml/ppx_let/ppx_let-113.24.00.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-ml/ppx_let/ppx_let-113.24.00.ebuild b/dev-ml/ppx_let/ppx_let-113.24.00.ebuild
deleted file mode 100644
index b451b5325ed8..000000000000
--- a/dev-ml/ppx_let/ppx_let-113.24.00.ebuild
+++ /dev/null
@@ -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
-}