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_optcomp/
Date: Tue, 24 Jan 2017 11:42:23
Message-Id: 1485257981.4e36cdf4f3d571260c25ceaad6f02208888ce1a7.aballier@gentoo
1 commit: 4e36cdf4f3d571260c25ceaad6f02208888ce1a7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:39:41 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:39:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e36cdf4
7
8 dev-ml/ppx_optcomp: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_optcomp/Manifest | 1 -
13 dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild | 39 -------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/dev-ml/ppx_optcomp/Manifest b/dev-ml/ppx_optcomp/Manifest
17 index 3f24bb4..5e09bd2 100644
18 --- a/dev-ml/ppx_optcomp/Manifest
19 +++ b/dev-ml/ppx_optcomp/Manifest
20 @@ -1,2 +1 @@
21 -DIST ppx_optcomp-113.24.00.tar.gz 56740 SHA256 5abd8c7b07ac20efdc549df127ee5e7f169ebd88fe95e7d0711d6fbe4dc4b6d6 SHA512 6f2e03b428060282a987ca6087609aeca5596007c6b67c8aa463efcb97be5a3277805e0fd4e0835c8af5f46f9223345ba84acc93fcc6bb034910e6d240a6d549 WHIRLPOOL 74c33f9c78ab29d3e6c3dabcff609a05d619eac94b1ef6b4319821e29b5341ac455f8f15b62fcd65afa79aff1b182f73b29b12c36fdf0ae2c798ab72bfde37c9
22 DIST ppx_optcomp-113.33.00.tar.gz 59227 SHA256 b2a3140a03dff8314bcca84a3d0691f3c1d78172cbb6c03390c7952f9b7747c1 SHA512 956cb3007d4c13eac789e02f7f132c3ef153af5d3ae7d69aea3e8a10395a0984bc48e136c7dc6b245aebcc193a05cb47493873f9952e65765310c28a7242be63 WHIRLPOOL 906a4ac35c05d89f2001f831049688205e4647d766b05a3af1f751cd3fed84de616011f015df76973aa2e8cde6640ff52353861eece51b5409b4000e201381d7
23
24 diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild
25 deleted file mode 100644
26 index a644d2d..00000000
27 --- a/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,39 +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="Optional compilation for OCaml"
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 -
50 -RDEPEND="${DEPEND}"
51 -
52 -src_configure() {
53 - emake setup.exe
54 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
55 -}
56 -
57 -src_compile() {
58 - emake
59 -}
60 -
61 -src_install() {
62 - opam-installer -i \
63 - --prefix="${ED}/usr" \
64 - --libdir="${D}/$(ocamlc -where)" \
65 - --docdir="${ED}/usr/share/doc/${PF}" \
66 - ${PN}.install || die
67 - dodoc CHANGES.md
68 -}