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: Sun, 02 Apr 2017 08:39:04
Message-Id: 1491122281.eaade94eb1e80eb9f563563bafc3c9807ffc3e6d.aballier@gentoo
1 commit: eaade94eb1e80eb9f563563bafc3c9807ffc3e6d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 17:13:59 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 08:38:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaade94e
7
8 dev-ml/core_profiler: Bump to 0.9.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/core_profiler/Manifest | 3 +-
13 dev-ml/core_profiler/core_profiler-0.9.0.ebuild | 33 +++++++++++++
14 .../core_profiler/core_profiler-113.33.00.ebuild | 56 ----------------------
15 .../core_profiler/core_profiler-113.33.03.ebuild | 56 ----------------------
16 4 files changed, 34 insertions(+), 114 deletions(-)
17
18 diff --git a/dev-ml/core_profiler/Manifest b/dev-ml/core_profiler/Manifest
19 index b8ba15e8e29..c206cb3317a 100644
20 --- a/dev-ml/core_profiler/Manifest
21 +++ b/dev-ml/core_profiler/Manifest
22 @@ -1,2 +1 @@
23 -DIST core_profiler-113.33.00.tar.gz 109835 SHA256 f170ca83f1d30017755b88251c52a2cbe473d57e1229ba48db29fe886412ee54 SHA512 9ebdf6066f0501db3fc258a8b1e6c4bb904cad55194946f28dca17be6dfee3ff428b7e9b6d0563ac7114cc403aee1281253ef50b998a5e12aabbce6fde9e7deb WHIRLPOOL 8d6a927055d51c8be1d8ef3e64e44f266d4f4747dc6d1d20d84d858435d001d4187bbdb9ae05dae4fcd80b6d21391576312cbad5ee6c1779183af4ec564dd222
24 -DIST core_profiler-113.33.03.tar.gz 108242 SHA256 2325f58a40a031c7bf27dd103ef076d4132deb9e450fb2a11030654760e2ff7c SHA512 fb17cfec3bed449106cf65bd6155f7390f362da6d2ed88971b769344b02c669cb822ecf0ed2b0595953b4148394f60c4de710285046e40c055db80fe73c4014b WHIRLPOOL a6b9ee8e3c31bbe277587f1fc7b30ba761743ce39ae797ccf0901b222b2303c19d110297ad45919fb4cf43c084cb7fa58dc2f58895726eb709bc2991878f3f75
25 +DIST core_profiler-0.9.0.tar.gz 60467 SHA256 57943906e5cfcbe0b77f8d0d30333877b47bbe2e9411e83a3706feb9b6bb3deb SHA512 6d3ad9cef7dd500642bf139503fc873668ca69733c29a4bcb224b27cad604422d87626431f38f29088807f577c4a6445fdc67531329bbcd842b0921976cbe5f9 WHIRLPOOL ee568c46f45dd2ac2a2bb432cb1a43c2c2aafa2112e2d4b6e1dff5bd6432615548897d2c098d8112ce8c72e9279e6936c9103c007ac5e8155096315a83ace010
26
27 diff --git a/dev-ml/core_profiler/core_profiler-0.9.0.ebuild b/dev-ml/core_profiler/core_profiler-0.9.0.ebuild
28 new file mode 100644
29 index 00000000000..bf5b496ea73
30 --- /dev/null
31 +++ b/dev-ml/core_profiler/core_profiler-0.9.0.ebuild
32 @@ -0,0 +1,33 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +DESCRIPTION="Jane Street's profiling library"
39 +HOMEPAGE="https://github.com/janestreet/core_profiler"
40 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0/${PV}"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-lang/ocaml:=
49 + dev-ml/core:=
50 + dev-ml/core_extended:=
51 + dev-ml/ppx_driver:=
52 + dev-ml/ppx_jane:=
53 + dev-ml/re2:=
54 + dev-ml/textutils:=
55 + dev-ml/ocaml-migrate-parsetree:=
56 + "
57 +DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
58 +
59 +src_install() {
60 + opam-installer -i \
61 + --prefix="${ED}/usr" \
62 + --libdir="${D}/$(ocamlc -where)" \
63 + --docdir="${ED}/usr/share/doc/${PF}" \
64 + ${PN}.install || die
65 +}
66
67 diff --git a/dev-ml/core_profiler/core_profiler-113.33.00.ebuild b/dev-ml/core_profiler/core_profiler-113.33.00.ebuild
68 deleted file mode 100644
69 index 17d2bf4b652..00000000000
70 --- a/dev-ml/core_profiler/core_profiler-113.33.00.ebuild
71 +++ /dev/null
72 @@ -1,56 +0,0 @@
73 -# Copyright 1999-2015 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI="5"
77 -
78 -OASIS_BUILD_DOCS=1
79 -OASIS_BUILD_TESTS=1
80 -
81 -inherit eutils oasis
82 -
83 -MY_P=${P/_/\~}
84 -DESCRIPTION="Jane Street's profiling library"
85 -HOMEPAGE="http://www.janestreet.com/ocaml"
86 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
87 -
88 -LICENSE="LGPL-2.1-with-linking-exception"
89 -SLOT="0/${PV}"
90 -KEYWORDS="~amd64"
91 -IUSE=""
92 -
93 -RDEPEND="
94 - dev-ml/core:=
95 - dev-ml/core_extended:=
96 - dev-ml/bin-prot:=
97 - dev-ml/fieldslib:=
98 - dev-ml/ppx_assert:=
99 - dev-ml/ppx_bench:=
100 - dev-ml/ppx_driver:=
101 - dev-ml/ppx_expect:=
102 - dev-ml/ppx_inline_test:=
103 - dev-ml/ppx_jane:=
104 - dev-ml/re2:=
105 - dev-ml/sexplib:=
106 - dev-ml/textutils:=
107 - dev-ml/typerep:=
108 - dev-ml/variantslib:=
109 - "
110 -DEPEND="${RDEPEND} dev-ml/opam"
111 -
112 -src_configure() {
113 - emake setup.exe
114 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
115 -}
116 -
117 -src_compile() {
118 - emake
119 -}
120 -
121 -src_install() {
122 - opam-installer -i \
123 - --prefix="${ED}/usr" \
124 - --libdir="${D}/$(ocamlc -where)" \
125 - --docdir="${ED}/usr/share/doc/${PF}" \
126 - ${PN}.install || die
127 - dodoc CHANGES.md
128 -}
129
130 diff --git a/dev-ml/core_profiler/core_profiler-113.33.03.ebuild b/dev-ml/core_profiler/core_profiler-113.33.03.ebuild
131 deleted file mode 100644
132 index 311df974de9..00000000000
133 --- a/dev-ml/core_profiler/core_profiler-113.33.03.ebuild
134 +++ /dev/null
135 @@ -1,56 +0,0 @@
136 -# Copyright 1999-2017 Gentoo Foundation
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI="5"
140 -
141 -OASIS_BUILD_DOCS=1
142 -OASIS_BUILD_TESTS=1
143 -
144 -inherit eutils oasis
145 -
146 -MY_P=${P/_/\~}
147 -DESCRIPTION="Jane Street's profiling library"
148 -HOMEPAGE="http://www.janestreet.com/ocaml"
149 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
150 -
151 -LICENSE="LGPL-2.1-with-linking-exception"
152 -SLOT="0/${PV}"
153 -KEYWORDS="~amd64"
154 -IUSE=""
155 -
156 -RDEPEND="
157 - dev-ml/core:=
158 - dev-ml/core_extended:=
159 - dev-ml/bin-prot:=
160 - dev-ml/fieldslib:=
161 - dev-ml/ppx_assert:=
162 - dev-ml/ppx_bench:=
163 - dev-ml/ppx_driver:=
164 - dev-ml/ppx_expect:=
165 - dev-ml/ppx_inline_test:=
166 - dev-ml/ppx_jane:=
167 - dev-ml/re2:=
168 - dev-ml/sexplib:=
169 - dev-ml/textutils:=
170 - dev-ml/typerep:=
171 - dev-ml/variantslib:=
172 - "
173 -DEPEND="${RDEPEND} dev-ml/opam"
174 -
175 -src_configure() {
176 - emake setup.exe
177 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
178 -}
179 -
180 -src_compile() {
181 - emake
182 -}
183 -
184 -src_install() {
185 - opam-installer -i \
186 - --prefix="${ED}/usr" \
187 - --libdir="${D}/$(ocamlc -where)" \
188 - --docdir="${ED}/usr/share/doc/${PF}" \
189 - ${PN}.install || die
190 - dodoc CHANGES.md
191 -}