From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/
Date: Sat, 30 Jan 2016 16:35:59 +0000 (UTC) [thread overview]
Message-ID: <1454171440.0cc8927af4397ecde0215fb4b37cb7108f594ca3.aballier@gentoo> (raw)
commit: 0cc8927af4397ecde0215fb4b37cb7108f594ca3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 16:29:36 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 16:30:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc8927a
dev-ml/ppx_tools: bump to 0.99.3.
This version comes from a fork but opam (official ocaml PM) uses this, and eliom needs it.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/ppx_tools/Manifest | 1 +
dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ml/ppx_tools/Manifest b/dev-ml/ppx_tools/Manifest
index 0181b80..96063a1 100644
--- a/dev-ml/ppx_tools/Manifest
+++ b/dev-ml/ppx_tools/Manifest
@@ -1 +1,2 @@
DIST ppx_tools_0.99.2.tar.gz 15877 SHA256 98128022ea0574d769a263eb9b73be06200eec4bac9adb8dc44df289a77c4dec SHA512 1ed8b3a670e233e77988d10c777003384c86c124b8b7e4cec41c0a3e0de280f818b7cbbddc59c49644517899ce0ef022407db6d4aaf29c559abc0788dce11594 WHIRLPOOL f04ecf57ab457ce2ea58b93a50215f49f257597ce4176a4cd3fe8ffb230ab1a898a479d2bbab3df2675b71f7123c556d3a7cd84e8b2263389ea02f3990585924
+DIST ppx_tools_0.99.3.tar.gz 16258 SHA256 79a9430086231e0a5a863f2aaebf3fb32f1ff0c25ab8cdfd11f53b4ce4550787 SHA512 2b6e4e1168951b5501e930e3de294611ed0652162b8e6a3e5b72d27d602ea4b3cf07bb96dc524347553c30be6d3a7ab5b28ef4d5d69e4de6f6c6e5359e37c32d WHIRLPOOL 0b38432072b25e4c6dafadd5aeac4e19680095c83c2be121f837caeeec8801aa077515e97b94e4c647f05640139d26b4cbfd69e796ba0027ce38009590b04a80
diff --git a/dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild b/dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild
new file mode 100644
index 0000000..f31fbe7
--- /dev/null
+++ b/dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="Tools for authors of ppx rewriters"
+HOMEPAGE="https://github.com/alainfrisch/ppx_tools"
+# This is the version used by opam.
+# Needed by eliom-5[ppx]
+SRC_URI="http://github.com/diml/ppx_tools/archive/${PN}_${PV}.tar.gz"
+#SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${PN}_${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-4.02:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${PN}_${PV}"
+
+src_compile() {
+ emake -j1
+}
+
+src_install() {
+ findlib_src_install
+ dodoc README.md
+}
next reply other threads:[~2016-01-30 16:36 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 16:35 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 14:54 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/ Alfredo Tupone
2025-03-10 11:42 Arthur Zamarin
2023-01-28 13:26 Alfredo Tupone
2022-04-03 20:56 Alfredo Tupone
2021-10-15 3:43 Sam James
2021-10-06 1:02 Sam James
2021-09-18 12:30 Agostino Sarubbo
2021-09-17 14:14 Agostino Sarubbo
2021-09-14 20:23 Alfredo Tupone
2021-06-09 21:48 Sam James
2021-06-09 21:48 Sam James
2020-12-02 17:46 Aaron Bauman
2020-02-09 22:16 Miroslav Šulc
2020-02-09 21:36 Miroslav Šulc
2018-02-11 21:56 Thomas Deutschmann
2017-11-04 9:53 Alexis Ballier
2017-07-07 20:06 Alexis Ballier
2017-06-22 11:48 Alexis Ballier
2017-06-22 11:48 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-04-05 9:51 Michael Weber
2017-04-03 22:09 Alexis Ballier
2017-03-03 11:28 Alexis Ballier
2017-01-24 11:50 Alexis Ballier
2016-05-24 9:16 Alexis Ballier
2016-03-16 18:25 Alexis Ballier
2016-03-02 19:29 Alexis Ballier
2016-01-30 16:35 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=1454171440.0cc8927af4397ecde0215fb4b37cb7108f594ca3.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