public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
Date: Tue, 22 Mar 2016 09:20:41 +0000 (UTC)	[thread overview]
Message-ID: <1458638411.735550b781e8360e532e09c957c450472bf61c90.aballier@gentoo> (raw)

commit:     735550b781e8360e532e09c957c450472bf61c90
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:12:46 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:20:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735550b7

dev-ml/ppx_jane: bump to 113.33.00

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/ppx_jane/Manifest                  |  1 +
 dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild | 58 +++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index 4236540..cc5312f 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_jane-113.24.00.tar.gz 51938 SHA256 4a49fb16db18c577d720dc1878e4566c8530c3bc5601335d1c0657a38cb639ed SHA512 048d5971f2d92f435d33b8202356efb20c4453234753071e9a8f513c7ef9310e38d1cad1f7d85a4fbfd9833298c819793401b590e77912956ad83d57a11cd602 WHIRLPOOL a155d5b38b6ce5cb82d96aad2c1d8d84904a9a1734f1314b59f8560e274f6501885c5ac3b4f92d97defe67a45770f5f6263c960ca4a7307907676623cd854e3a
 DIST ppx_jane-113.24.01.tar.gz 51453 SHA256 a7d21547b58600a1d9639d815f82ea4884cd03af8861961a0201d3190cbad081 SHA512 89f8722295f9861aff74499d6817a2807390231569e4fc04a515e7680207b5ca19689e50933baabb2cff5022341cc1dff524fd9cdf4d6eaee282d95443ea285c WHIRLPOOL 20180f3a6cb56315407d513503859691838aaa86cc8a87e0bfbb55343a7ed3fff2aadb0e552decdf4eb957b3da05e85e6125e54c3efe7c67c808be1b414c1d3a
+DIST ppx_jane-113.33.00.tar.gz 51315 SHA256 46e5eaa6d6ed1900c2924d9e6256ab09f634ebf9769efd101073202913cb8b96 SHA512 89dc9351f3c1dd419d503c525b36e0e062bc09b7c3f6afe1a107d53c831cd72c63c6b1230a57a00d4db578168e9c3493189308f42661e69fa4703867eb82e219 WHIRLPOOL 3c4973281c06ada6441db6627e427bd4d03d2ba70f77f8efc70bcf88b078604be364d825392dc818f74e3d8a31e6a737f8e67532940455531d8d07aac26ae84a

diff --git a/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild b/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild
new file mode 100644
index 0000000..ecba476
--- /dev/null
+++ b/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Standard Jane Street ppx rewriters"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/ppx_tools:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_bin_prot:=
+	dev-ml/ppx_compare:=
+	dev-ml/ppx_custom_printf:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_enumerate:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_fail:=
+	dev-ml/ppx_fields_conv:=
+	dev-ml/ppx_here:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_let:=
+	dev-ml/ppx_pipebang:=
+	dev-ml/ppx_sexp_conv:=
+	dev-ml/ppx_sexp_message:=
+	dev-ml/ppx_sexp_value:=
+	dev-ml/ppx_typerep_conv:=
+	dev-ml/ppx_variants_conv:=
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc README.md
+}


             reply	other threads:[~2016-03-22  9:20 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-22  9:20 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-14  0:22 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/ Jakov Smolić
2024-06-12  5:40 Arthur Zamarin
2024-06-02 19:54 Alfredo Tupone
2024-06-02 19:46 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:36 Arthur Zamarin
2023-07-17 19:50 Alfredo Tupone
2023-07-02  7:22 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-04-29 15:23 Arthur Zamarin
2023-04-29  8:48 Sam James
2023-04-29  8:43 Arthur Zamarin
2023-03-16 13:42 Alfredo Tupone
2023-02-24 22:20 Sam James
2023-02-24 16:56 Sam James
2023-02-20 20:27 Arthur Zamarin
2023-02-10  8:28 Yixun Lan
2023-01-27  0:30 Sam James
2022-04-25 19:38 Alfredo Tupone
2021-03-07 18:00 Alfredo Tupone
2021-02-11  6:31 Sam James
2021-02-11  6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2020-10-17  1:16 Sam James
2020-10-15 22:11 Mark Wright
2020-10-15 12:42 Sam James
2020-10-15  1:19 Sam James
2017-08-15  7:26 Alexis Ballier
2017-06-25 14:42 Alexis Ballier
2017-04-02  8:38 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-02-12 16:31 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458638411.735550b781e8360e532e09c957c450472bf61c90.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox