diff options
author | 2017-01-24 12:39:41 +0100 | |
---|---|---|
committer | 2017-01-24 12:39:41 +0100 | |
commit | 4e36cdf4f3d571260c25ceaad6f02208888ce1a7 (patch) | |
tree | feb9f4badadb5ab8fdaefab8a1c5657acb9fe650 /dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild | |
parent | dev-ml/ppx_let: remove old (diff) | |
download | gentoo-4e36cdf4f3d571260c25ceaad6f02208888ce1a7.tar.gz gentoo-4e36cdf4f3d571260c25ceaad6f02208888ce1a7.tar.bz2 gentoo-4e36cdf4f3d571260c25ceaad6f02208888ce1a7.zip |
dev-ml/ppx_optcomp: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild')
-rw-r--r-- | dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild deleted file mode 100644 index a644d2daa385..000000000000 --- a/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Optional compilation for OCaml" -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:=" - -RDEPEND="${DEPEND}" - -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 CHANGES.md -} |