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_here/
Date: Sun, 02 Apr 2017 08:38:41
Message-Id: 1491122275.0b32c132c54acd49dc653260807ade2115751af3.aballier@gentoo
1 commit: 0b32c132c54acd49dc653260807ade2115751af3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 16:33:12 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 08:37:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b32c132
7
8 dev-ml/ppx_here: Bump to 0.9.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/ppx_here/Manifest | 2 +-
13 ...here-113.33.03.ebuild => ppx_here-0.9.0.ebuild} | 28 +++++++---------------
14 2 files changed, 10 insertions(+), 20 deletions(-)
15
16 diff --git a/dev-ml/ppx_here/Manifest b/dev-ml/ppx_here/Manifest
17 index 587d75a92ba..2738826d5ce 100644
18 --- a/dev-ml/ppx_here/Manifest
19 +++ b/dev-ml/ppx_here/Manifest
20 @@ -1 +1 @@
21 -DIST ppx_here-113.33.03.tar.gz 52064 SHA256 671bf487c5beaf0596fa4f9cf255aff28d89378004f2f9c58ae36110bba3c8ab SHA512 478e5638aaa6cd5ca28d3f4f85b94b5f98e2dec92c7c26dd7a35cd6df639a6e264f1983266352f927eac1cc7e960d65e1d37c2233ce5a96c125afe98da8b8e88 WHIRLPOOL 51f4abe23a5e25b04b554e69126c5d4481a95851f1d72c3ae0c68791d443270c8bb8a2879b95fc3206e608eb7394476239c931f4b7a02545a20f97693e603a43
22 +DIST ppx_here-0.9.0.tar.gz 7510 SHA256 789eebb555a21030ce0df639499122c95e1ca864ac3b5f2838a4a7d197aa7163 SHA512 2119b1b376cf44dd7eece5184816866e2cdfbf22b7792979718c76f4a2b381c48e149b1e12ff7ef800f96584cbe42bcff7a0249dca3b51e7bdd80da62f4f0cd2 WHIRLPOOL db46fac7a98173bca3cdf905bb44b3a2debfc97f695a8ec2f3dd054470f01c911104801296fc220ed3355f8428c3621d32d4b82f1013500304e80d960b5162af
23
24 diff --git a/dev-ml/ppx_here/ppx_here-113.33.03.ebuild b/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
25 similarity index 52%
26 rename from dev-ml/ppx_here/ppx_here-113.33.03.ebuild
27 rename to dev-ml/ppx_here/ppx_here-0.9.0.ebuild
28 index 41a58aaaa5c..d85120d5b81 100644
29 --- a/dev-ml/ppx_here/ppx_here-113.33.03.ebuild
30 +++ b/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
31 @@ -1,34 +1,25 @@
32 # Copyright 1999-2017 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 -EAPI="5"
36 -
37 -inherit oasis
38 +EAPI=6
39
40 DESCRIPTION="Expands [%here] into its location"
41 -HOMEPAGE="http://www.janestreet.com/ocaml"
42 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
43 +HOMEPAGE="https://github.com/janestreet/ppx_here"
44 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45
46 LICENSE="Apache-2.0"
47 SLOT="0/${PV}"
48 KEYWORDS="~amd64"
49 IUSE=""
50
51 -DEPEND="dev-ml/ppx_tools:=
52 +DEPEND="
53 + dev-lang/ocaml:=
54 + dev-ml/ppx_core:=
55 dev-ml/ppx_driver:=
56 - dev-ml/ppx_core:="
57 -
58 + dev-ml/ocaml-migrate-parsetree:=
59 +"
60 RDEPEND="${DEPEND}"
61 -DEPEND="${RDEPEND} dev-ml/opam dev-ml/js-build-tools"
62 -
63 -src_configure() {
64 - emake setup.exe
65 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
66 -}
67 -
68 -src_compile() {
69 - emake
70 -}
71 +DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
72
73 src_install() {
74 opam-installer -i \
75 @@ -36,5 +27,4 @@ src_install() {
76 --libdir="${D}/$(ocamlc -where)" \
77 --docdir="${ED}/usr/share/doc/${PF}" \
78 ${PN}.install || die
79 - dodoc CHANGES.md
80 }