From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_bench/
Date: Tue, 22 Mar 2016 10:07:28 +0000 (UTC) [thread overview]
Message-ID: <1458641226.b37c8ed17f50c298a28e1ab6a4a6504cd4694959.aballier@gentoo> (raw)
commit: b37c8ed17f50c298a28e1ab6a4a6504cd4694959
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:44:58 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:07:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37c8ed1
dev-ml/ppx_bench: bump to 113.33.00
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/ppx_bench/Manifest | 1 +
dev-ml/ppx_bench/ppx_bench-113.33.00.ebuild | 45 +++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-ml/ppx_bench/Manifest b/dev-ml/ppx_bench/Manifest
index cd0b451..0437a9b 100644
--- a/dev-ml/ppx_bench/Manifest
+++ b/dev-ml/ppx_bench/Manifest
@@ -1 +1,2 @@
DIST ppx_bench-113.24.00.tar.gz 56546 SHA256 d21d835c77553b6efeca8d5be67165c6ed7cf14dd73f96264516173386b62917 SHA512 11ae8bcbc4d2b21ca7b7b99d404c3fc80bbf6ac12321b81a5af93b2754232cff26eea01bdeebd40b68a8f10e785cb29c8a051e350205c2759eaeb38ef01ae759 WHIRLPOOL 7b879a46d4f5864b934fb7626431149c17bf97427104c6d3e7c3f2c84f097c1f2d9d317205104841ce77fb26ea6281a309ebd42df31e42082ee4f7a75677f8fe
+DIST ppx_bench-113.33.00.tar.gz 56870 SHA256 3e694b1ffdeb2139189dcfc544e49e86072a7b46fdcdbb01ea10a7da42844193 SHA512 696a80bf9cdc5dc98ace9dd4fd1c5b61741f1c18af69615110730ec09736b114daa2bcc62fdac231fcf54a527ecd4f7e30d4c331a2d7e3b2aa160ec3bd54995a WHIRLPOOL bcaf4e9079546e58b98ece1495e983fdd25aa578382630d2efb9beb49fb6a6df9334ff7920f5254ab40f18d77972038d36055811e3e566fa8107764dc5911fb5
diff --git a/dev-ml/ppx_bench/ppx_bench-113.33.00.ebuild b/dev-ml/ppx_bench/ppx_bench-113.33.00.ebuild
new file mode 100644
index 0000000..52d678d
--- /dev/null
+++ b/dev-ml/ppx_bench/ppx_bench-113.33.00.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Syntax extension for writing in-line benchmarks in ocaml code"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/ppx_tools:=
+ dev-ml/ppx_driver:=
+ dev-ml/ppx_inline_test:=
+ dev-ml/ppx_core:="
+
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} dev-ml/opam"
+
+S="${WORKDIR}/${MY_P}"
+
+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
+}
next reply other threads:[~2016-03-22 10:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-22 10:07 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-24 11:40 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_bench/ Alexis Ballier
2017-04-18 20:10 Alexis Ballier
2017-05-13 9:51 Michał Górny
2017-09-22 8:32 Alexis Ballier
2017-09-22 8:32 Alexis Ballier
2020-10-15 1:19 Sam James
2020-10-15 12:42 Sam James
2020-10-17 1:16 Sam James
2021-03-07 18:23 Alfredo Tupone
2022-04-24 14:07 Alfredo Tupone
2022-10-19 18:40 Alfredo Tupone
2023-03-16 13:42 Alfredo Tupone
2023-03-25 15:08 Arthur Zamarin
2023-03-25 15:08 Arthur Zamarin
2023-03-25 15:09 Arthur Zamarin
2023-03-25 15:13 Arthur Zamarin
2023-06-30 13:14 Alfredo Tupone
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=1458641226.b37c8ed17f50c298a28e1ab6a4a6504cd4694959.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