From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_driver/
Date: Tue, 22 Mar 2016 10:07:28 +0000 (UTC) [thread overview]
Message-ID: <1458641219.2a26df1fecbf3ab00b676c94c5d45f64eb282df4.aballier@gentoo> (raw)
commit: 2a26df1fecbf3ab00b676c94c5d45f64eb282df4
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:36:33 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:06:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a26df1f
dev-ml/ppx_driver: bump to 113.33.00
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/ppx_driver/Manifest | 1 +
dev-ml/ppx_driver/ppx_driver-113.33.00.ebuild | 41 +++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-ml/ppx_driver/Manifest b/dev-ml/ppx_driver/Manifest
index 3414b4b..d7cab84 100644
--- a/dev-ml/ppx_driver/Manifest
+++ b/dev-ml/ppx_driver/Manifest
@@ -1 +1,2 @@
DIST ppx_driver-113.24.00.tar.gz 58520 SHA256 d7f4a5eacdddf94f3babca15fe7a0212e8379639662af149a8f64a5ed6593f15 SHA512 c1c8c711e547f7c5bd87a36f004b5d06f88c3261728cb47195736ca09cab74b936ebd791252dae34c2995c48a605d0de77497b143a62a43a0e23f7bbbb53e000 WHIRLPOOL 12a6147defe38a90c767c9161b4d40f18392d626da101fa09bdc5e816fd5990388aab11106ae9c4d9ff188f11f314f8892fa9cd507fa5fec45fcfedcfd51e7ed
+DIST ppx_driver-113.33.00.tar.gz 59174 SHA256 e58e86e0e5cc4c038fd7ac4eeefdbb6b9a26036b9df24ea5e1cbe163edefe61e SHA512 b3644c138b5f2c23c6e9f2f6084121b91ef67d4131a29a17ff629d21e0d33e7c313f3d1531e1d87b4073bb6f10142e612d61e450a0690cf27443b573bbb28399 WHIRLPOOL 46223d2c5cb558c4a218939973c202c0f20ae0797202ccfc75f78eb63edb16f9411d533d1e63fce3b3e614e443f0df07fec317426290292171a7b0faa719866d
diff --git a/dev-ml/ppx_driver/ppx_driver-113.33.00.ebuild b/dev-ml/ppx_driver/ppx_driver-113.33.00.ebuild
new file mode 100644
index 0000000..9e4a762
--- /dev/null
+++ b/dev-ml/ppx_driver/ppx_driver-113.33.00.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Feature-full driver for OCaml AST transformers"
+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_core-113.33.00:=
+ dev-ml/ocamlbuild:=[ocamlopt?]
+ dev-ml/ppx_optcomp:="
+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
+}
next reply other threads:[~2016-03-22 10:07 UTC|newest]
Thread overview: 12+ 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 --
2021-04-04 6:10 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_driver/ Sam James
2021-03-15 4:02 Sam James
2021-01-27 9:24 Sam James
2018-02-14 14:30 Thomas Deutschmann
2017-11-10 16:51 Alexis Ballier
2017-09-10 14:45 Sergei Trofimovich
2017-04-18 20:10 Alexis Ballier
2017-02-05 17:56 Alexis Ballier
2017-01-30 22:55 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-03-01 18:47 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=1458641219.2a26df1fecbf3ab00b676c94c5d45f64eb282df4.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