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_compare/
Date: Tue, 24 Jan 2017 11:41:51
Message-Id: 1485257677.a1278e7174becd833e340ca2a1159fbf59f66716.aballier@gentoo
1 commit: a1278e7174becd833e340ca2a1159fbf59f66716
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:34:37 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:34:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1278e71
7
8 dev-ml/ppx_compare: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_compare/Manifest | 1 -
13 dev-ml/ppx_compare/ppx_compare-113.24.00.ebuild | 43 -------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-ml/ppx_compare/Manifest b/dev-ml/ppx_compare/Manifest
17 index 37faf27..fd355e6 100644
18 --- a/dev-ml/ppx_compare/Manifest
19 +++ b/dev-ml/ppx_compare/Manifest
20 @@ -1,2 +1 @@
21 -DIST ppx_compare-113.24.00.tar.gz 57732 SHA256 1a7ce91dd28a1fdf0498949a7c2edf5850715fa7a7c4d2c8f80a88443df16ccf SHA512 ede556a29f77d8da4b0cdb5a97d6b298a0a2a8afd2a612f546587808a8a211d9c4aed86e7a33cd5357c130fba9a2d716e6c2cc4381ebe44564aa4a4eedabaecb WHIRLPOOL a45f05f967726620fcc413cdc4a9641c282af442b555c9f244346b6caba469e5f7060970e3985012babf66d78122b7a4034c8859d35b34277f734fc51242f16c
22 DIST ppx_compare-113.33.00.tar.gz 57591 SHA256 002955efc2606044b5ec7e5eca24c9113bd6ef230c1340807297659970b5ebd3 SHA512 4058330342a228eba748db4a6e4351c5b9eca11a515eaf7aa379d73b361e0b0fff0079eca20f3657fcfa1da2fc289a85a77cb8d9553a5f6cbbf1d6e21d39be82 WHIRLPOOL f789c9820252b3021ca535062df58ab6c3b88e864d7a8772f35cbe8b1ec47bb876c76e81c5c51731793f3cfcacc0d3e820b85b259fdced9de7600efa60b38845
23
24 diff --git a/dev-ml/ppx_compare/ppx_compare-113.24.00.ebuild b/dev-ml/ppx_compare/ppx_compare-113.24.00.ebuild
25 deleted file mode 100644
26 index 7b95ef5..00000000
27 --- a/dev-ml/ppx_compare/ppx_compare-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="Generation of comparison functions from types"
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="
48 - dev-ml/ppx_tools:=
49 - dev-ml/ppx_driver:=
50 - dev-ml/ppx_type_conv:=
51 - dev-ml/ppx_core:="
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 -}