Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/
Date: Tue, 24 Jan 2017 11:42:24
Message-Id: 1485258023.f5e66d4736badeefea90fd98b718979fd1e4d38f.aballier@gentoo
1 commit: f5e66d4736badeefea90fd98b718979fd1e4d38f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:40:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:40:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e66d47
7
8 dev-ml/ppx_sexp_conv: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_sexp_conv/Manifest | 1 -
13 .../ppx_sexp_conv/ppx_sexp_conv-113.24.00.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-ml/ppx_sexp_conv/Manifest b/dev-ml/ppx_sexp_conv/Manifest
17 index e8025a3..25d91a6 100644
18 --- a/dev-ml/ppx_sexp_conv/Manifest
19 +++ b/dev-ml/ppx_sexp_conv/Manifest
20 @@ -1,2 +1 @@
21 -DIST ppx_sexp_conv-113.24.00.tar.gz 75540 SHA256 b7ea6ed577c130e8ba414beb6de03e18833340d5d987f60401283980a6997b6c SHA512 3666052d2880bfd59f0902eea9be123cfc8efea18f0760c8e581d2149ca91acc9b177306fc1ba98a0e36fcb7168faf66c3dc1adddede3cfebb9b7e1be66a6698 WHIRLPOOL 3e0920eae44c97686ae7852a39a08b3da47bf8fb35561170748ca6b199280f14889b46ac2977759f8f5adb20609a11847056566a836569d4a59c34922fb9603d
22 DIST ppx_sexp_conv-113.33.00.tar.gz 79043 SHA256 fdd6b6f1c8dc81ae969fef74724bc72346f79bf7750aebe88f1e0abf526e4710 SHA512 398e13b3689874aab627d192a05ea746c7fcd1ab38443757e9ff4be7592899f80d1d007d6330880f59d34ebf93cf4cae78da90b9418729854cc4cbe2c218b21d WHIRLPOOL 2db0bc7d8915e3fcba772e81801413e84b974533a47a128e6b12da8506a0a8ccb119a2e16fc2b231f00d8caed3e02edadaa0905160cb26a612391633cc8cc315
23
24 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
25 deleted file mode 100644
26 index c94e89c..00000000
27 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit oasis
37 -
38 -DESCRIPTION="Support Library for type-driven code generators"
39 -HOMEPAGE="http://www.janestreet.com/ocaml"
40 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0/${PV}"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND="dev-ml/ppx_tools:=
48 - dev-ml/ppx_core:=
49 - dev-ml/ppx_type_conv:=
50 - dev-ml/sexplib:=
51 - "
52 -
53 -RDEPEND="${DEPEND}"
54 -DEPEND="${DEPEND} dev-ml/opam"
55 -
56 -src_configure() {
57 - emake setup.exe
58 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
59 -}
60 -
61 -src_compile() {
62 - emake
63 -}
64 -
65 -src_install() {
66 - opam-installer -i \
67 - --prefix="${ED}/usr" \
68 - --libdir="${D}/$(ocamlc -where)" \
69 - --docdir="${ED}/usr/share/doc/${PF}" \
70 - ${PN}.install || die
71 - dodoc CHANGES.md
72 -}