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/incremental/
Date: Tue, 22 Mar 2016 10:56:10 +0000 (UTC)	[thread overview]
Message-ID: <1458644138.44c41c921bc9ededb3db0b5de8cbced93ef61eff.aballier@gentoo> (raw)

commit:     44c41c921bc9ededb3db0b5de8cbced93ef61eff
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 10:27:09 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:55:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c41c92

dev-ml/incremental: bump to 113.33.00

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

 dev-ml/incremental/Manifest                     |  1 +
 dev-ml/incremental/incremental-113.33.00.ebuild | 52 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-ml/incremental/Manifest b/dev-ml/incremental/Manifest
index 1e13ee0..8436862 100644
--- a/dev-ml/incremental/Manifest
+++ b/dev-ml/incremental/Manifest
@@ -1 +1,2 @@
 DIST incremental-113.24.00.tar.gz 129588 SHA256 9b9382f79c751e81d5a5b28574f592c1cb836d0e8628cbe002d15723026bc852 SHA512 5e8ccec168099a0d11109cd512b155aff8463aced168795d45458ced76930c534d1083442ea82d34cae0322c7dcd833c0a7e8ffba183bbaebaa6c148d8464ffc WHIRLPOOL 9267ce244b3a83b7ef456505dda08dc857cfc34ffb9c9b9993cab6fcdb9bf0ac2a610ec6e5708a2b1d6b8e9bc8369f9bd82c9f19e1c60fe6000640bc3f4b4cd5
+DIST incremental-113.33.00.tar.gz 71967 SHA256 55a1bae65226a713d6de638ac68efb6e7bac6c941ce348b47b8a5df682558ae2 SHA512 af356343c10272ce45bd1c65d8dd2a976300253969d7d2762f01442683dc200c034345faa48345e7f8186f5347da941d0edd71e02d9af6052fa31ec6920aedeb WHIRLPOOL 33bb0f46af5ecdf40a871625c16cdc90c1c4f7aa98a7af0bd3d298a736ad999940085211e508e8bf1de96475019cc768d7c945b27813438029a6e489f8047436

diff --git a/dev-ml/incremental/incremental-113.33.00.ebuild b/dev-ml/incremental/incremental-113.33.00.ebuild
new file mode 100644
index 0000000..c3d1857
--- /dev/null
+++ b/dev-ml/incremental/incremental-113.33.00.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Library for incremental computations"
+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/bin-prot:=
+	>=dev-ml/core-113.24:=
+	dev-ml/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	dev-ml/sexplib:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+	dev-ml/incremental_kernel:=
+"
+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 CHANGES.md
+}


             reply	other threads:[~2016-03-22 10:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-22 10:56 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-02  8:38 [gentoo-commits] repo/gentoo:master commit in: dev-ml/incremental/ Alexis Ballier
2017-01-30 22:55 Alexis Ballier
2017-01-24 11:07 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-09-19 14:03 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=1458644138.44c41c921bc9ededb3db0b5de8cbced93ef61eff.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