From f5e66d4736badeefea90fd98b718979fd1e4d38f Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 24 Jan 2017 12:40:23 +0100 Subject: dev-ml/ppx_sexp_conv: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-ml/ppx_sexp_conv/Manifest | 1 - .../ppx_sexp_conv/ppx_sexp_conv-113.24.00.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) delete mode 100644 dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.24.00.ebuild (limited to 'dev-ml/ppx_sexp_conv') diff --git a/dev-ml/ppx_sexp_conv/Manifest b/dev-ml/ppx_sexp_conv/Manifest index e8025a340703..25d91a6e8994 100644 --- a/dev-ml/ppx_sexp_conv/Manifest +++ b/dev-ml/ppx_sexp_conv/Manifest @@ -1,2 +1 @@ -DIST ppx_sexp_conv-113.24.00.tar.gz 75540 SHA256 b7ea6ed577c130e8ba414beb6de03e18833340d5d987f60401283980a6997b6c SHA512 3666052d2880bfd59f0902eea9be123cfc8efea18f0760c8e581d2149ca91acc9b177306fc1ba98a0e36fcb7168faf66c3dc1adddede3cfebb9b7e1be66a6698 WHIRLPOOL 3e0920eae44c97686ae7852a39a08b3da47bf8fb35561170748ca6b199280f14889b46ac2977759f8f5adb20609a11847056566a836569d4a59c34922fb9603d DIST ppx_sexp_conv-113.33.00.tar.gz 79043 SHA256 fdd6b6f1c8dc81ae969fef74724bc72346f79bf7750aebe88f1e0abf526e4710 SHA512 398e13b3689874aab627d192a05ea746c7fcd1ab38443757e9ff4be7592899f80d1d007d6330880f59d34ebf93cf4cae78da90b9418729854cc4cbe2c218b21d WHIRLPOOL 2db0bc7d8915e3fcba772e81801413e84b974533a47a128e6b12da8506a0a8ccb119a2e16fc2b231f00d8caed3e02edadaa0905160cb26a612391633cc8cc315 diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.24.00.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.24.00.ebuild deleted file mode 100644 index c94e89c8eee8..000000000000 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.24.00.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Support Library for type-driven code generators" -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_type_conv:= - dev-ml/sexplib:= - " - -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 CHANGES.md -} -- cgit v1.2.3-65-gdbad