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/parmap/
Date: Mon, 27 Feb 2017 08:34:21 +0000 (UTC)	[thread overview]
Message-ID: <1488184441.c86c4fc678bf5bc2c227e64b6d4c236ceef1b883.aballier@gentoo> (raw)

commit:     c86c4fc678bf5bc2c227e64b6d4c236ceef1b883
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 22:45:54 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 08:34:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86c4fc6

dev-ml/parmap: Bump to 1.0 rc8

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/parmap/Manifest              |  1 +
 dev-ml/parmap/parmap-1.0_rc8.ebuild | 47 +++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-ml/parmap/Manifest b/dev-ml/parmap/Manifest
index 172297bb1d..bed3beb463 100644
--- a/dev-ml/parmap/Manifest
+++ b/dev-ml/parmap/Manifest
@@ -1 +1,2 @@
 DIST parmap-1.0_rc7-ocaml-4.03.tar.gz 98262 SHA256 78f3baa7f9b9c7b5e2a3571624b844fce2b0b9f8744ebf5309ad880e74940fbb SHA512 c8b7678fede76d35b299ef0548ef3819f9ec056cde4d5498e11f2400b96149b17ce58c35d197d10dba5fd4a702b94fe78090e1f330791b0f470891f0bbf7a544 WHIRLPOOL 1e21a0676458222938afab3feec4f23048537870b10fa62a4c213368642eed642d3c4cf0e167d3267a7d0237be7ea0e1c13e8c164a8020a5f32acb7b1f4e568b
+DIST parmap-1.0_rc8.tar.gz 98699 SHA256 288fe4e72c10e9866cd8173bedf052d62421646a2a8aaffe96b70239695cf7a4 SHA512 96bbe49f06dc3611577e87d9e6f5ca32e10271d6a14a0970bd4548fcaf268f833b3143258e14328237a60578e2355687e4bff031a021903f3e2280ef1713cc65 WHIRLPOOL c80fbf635429050fc3d1494cb190107f9bf220435902b943e820d1e3340ed9e3b28cf4cf7d310ee9a4b6014fb8cdd9de4eb0415ef70ef4b83770f7969d7a27e5

diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild
new file mode 100644
index 0000000000..0a047be43a
--- /dev/null
+++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib
+
+MY_PV="${PV/_/-}"
+DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications"
+HOMEPAGE="http://www.dicosmo.org/code/parmap/"
+SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
+DEPEND="${RDEPEND}
+	dev-ml/findlib
+	dev-ml/ocamlbuild
+	dev-ml/ocaml-autoconf"
+S="${WORKDIR}/${PN}-${MY_PV/+/-}"
+
+src_test() {
+	mkdir "${WORKDIR}/tmpinstall" || die
+	emake \
+		OCAMLLIBDIR="ocaml" \
+		DESTDIR="${WORKDIR}/tmpinstall" \
+		install
+	export OCAMLPATH="${WORKDIR}/tmpinstall/ocaml"
+	emake tests
+	cd _build/tests || die
+	for i in $(find . -type f -executable) ; do
+		${i} || die
+	done
+}
+
+src_install() {
+	emake \
+		OCAMLLIBDIR="$(get_libdir)/ocaml" \
+		MANDIR="${ED}/usr/share/man/man3o" \
+		DESTDIR="${ED}/usr" \
+		install
+	dodoc AUTHORS Changelog README
+}


             reply	other threads:[~2017-02-27  8:34 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27  8:34 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-03 19:09 [gentoo-commits] repo/gentoo:master commit in: dev-ml/parmap/ Arthur Zamarin
2023-04-03 19:09 Arthur Zamarin
2023-03-17 11:27 Arthur Zamarin
2023-03-17  7:17 Arthur Zamarin
2023-03-16 23:16 Sam James
2022-12-16 11:06 Maciej Barć
2022-04-22 21:08 Alfredo Tupone
2022-02-01  9:49 Alfredo Tupone
2021-10-03  9:58 Alfredo Tupone
2021-10-02 19:17 Sam James
2021-10-02 19:17 Sam James
2021-10-02 19:17 Sam James
2021-10-01 16:25 Alfredo Tupone
2021-08-03 11:03 Sam James
2021-07-29  7:08 Agostino Sarubbo
2021-07-28  3:12 Sam James
2021-06-12  1:18 Sam James
2021-04-25  6:19 Sam James
2021-03-14  0:48 Sam James
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
2021-01-24 10:02 Alfredo Tupone
2021-01-09 12:55 Sam James
2020-10-28 16:54 Sam James
2020-10-28  3:56 Sam James
2020-10-28  3:56 Sam James
2020-10-28  3:36 Sam James
2017-08-04 21:07 Amy Liffey
2017-06-22 14:24 Alexis Ballier
2017-04-05  9:51 Michael Weber
2017-03-15 14:26 Alexis Ballier
2017-01-24 11:32 Alexis Ballier
2016-05-16 13:36 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2015-09-21  9:41 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=1488184441.c86c4fc678bf5bc2c227e64b6d4c236ceef1b883.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