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/core_profiler/
Date: Tue, 24 Jan 2017 11:07:46
Message-Id: 1485256042.2c72407b65bfde910c276eaf377edbfc75f5c666.aballier@gentoo
1 commit: 2c72407b65bfde910c276eaf377edbfc75f5c666
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:56:45 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:07:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c72407b
7
8 dev-ml/core_profiler: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/core_profiler/Manifest | 1 -
13 .../core_profiler/core_profiler-113.24.00.ebuild | 57 ----------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/dev-ml/core_profiler/Manifest b/dev-ml/core_profiler/Manifest
17 index c6508a9..f771f7c 100644
18 --- a/dev-ml/core_profiler/Manifest
19 +++ b/dev-ml/core_profiler/Manifest
20 @@ -1,2 +1 @@
21 -DIST core_profiler-113.24.00.tar.gz 109484 SHA256 51e1f73c63e08e97c66a2ce582ef40c74f4f5fd69cf862f867b6c3468bd318ff SHA512 cf6e44fcbe04ad27c48849b7b63865c66456bfa69e603342e5d0fdcb53d734ad3fc9f5cdf275a2a8d0655c5aa3e139ffe14f8cf7ef3956730dc654ff677098ee WHIRLPOOL 3865966c29d978754a613c2dd0b0a3cb130b247c93b7af54eb06197ad19bb7f89da5d92177cfa4f12a5756f884333d09fa41bbc8eb6bf785f6cfc78f3951c9dc
22 DIST core_profiler-113.33.00.tar.gz 109835 SHA256 f170ca83f1d30017755b88251c52a2cbe473d57e1229ba48db29fe886412ee54 SHA512 9ebdf6066f0501db3fc258a8b1e6c4bb904cad55194946f28dca17be6dfee3ff428b7e9b6d0563ac7114cc403aee1281253ef50b998a5e12aabbce6fde9e7deb WHIRLPOOL 8d6a927055d51c8be1d8ef3e64e44f266d4f4747dc6d1d20d84d858435d001d4187bbdb9ae05dae4fcd80b6d21391576312cbad5ee6c1779183af4ec564dd222
23
24 diff --git a/dev-ml/core_profiler/core_profiler-113.24.00.ebuild b/dev-ml/core_profiler/core_profiler-113.24.00.ebuild
25 deleted file mode 100644
26 index 49d2adf..00000000
27 --- a/dev-ml/core_profiler/core_profiler-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,57 +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 -OASIS_BUILD_DOCS=1
37 -OASIS_BUILD_TESTS=1
38 -
39 -inherit eutils oasis
40 -
41 -MY_P=${P/_/\~}
42 -DESCRIPTION="Jane Street's profiling library"
43 -HOMEPAGE="http://www.janestreet.com/ocaml"
44 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1-with-linking-exception"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - dev-ml/core:=
53 - dev-ml/core_extended:=
54 - dev-ml/bin-prot:=
55 - dev-ml/fieldslib:=
56 - dev-ml/ppx_assert:=
57 - dev-ml/ppx_bench:=
58 - dev-ml/ppx_driver:=
59 - dev-ml/ppx_expect:=
60 - dev-ml/ppx_inline_test:=
61 - dev-ml/ppx_jane:=
62 - dev-ml/re2:=
63 - dev-ml/sexplib:=
64 - dev-ml/textutils:=
65 - dev-ml/typerep:=
66 - dev-ml/variantslib:=
67 - "
68 -DEPEND="${RDEPEND} dev-ml/opam"
69 -
70 -src_configure() {
71 - emake setup.exe
72 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
73 -}
74 -
75 -src_compile() {
76 - emake
77 -}
78 -
79 -src_install() {
80 - opam-installer -i \
81 - --prefix="${ED}/usr" \
82 - --libdir="${D}/$(ocamlc -where)" \
83 - --docdir="${ED}/usr/share/doc/${PF}" \
84 - ${PN}.install || die
85 - dodoc CHANGES.md
86 -}