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/menhir/
Date: Tue, 15 Nov 2016 09:36:09 +0000 (UTC)	[thread overview]
Message-ID: <1479202562.a9a0cd033a41fcaed06b1a96c3e6ef5b101849d0.aballier@gentoo> (raw)

commit:     a9a0cd033a41fcaed06b1a96c3e6ef5b101849d0
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 09:14:00 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 09:36:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a0cd03

dev-ml/menhir: bump to 20161114

Package-Manager: portage-2.3.2

 dev-ml/menhir/Manifest               |  1 +
 dev-ml/menhir/menhir-20161114.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ml/menhir/Manifest b/dev-ml/menhir/Manifest
index 3b96c1e..0d8e2c0 100644
--- a/dev-ml/menhir/Manifest
+++ b/dev-ml/menhir/Manifest
@@ -1,3 +1,4 @@
 DIST menhir-20160526.tar.gz 731071 SHA256 dac27e31b360331cbac92d6cafb917e52058cb5bb8301337c3c626a161c7dec4 SHA512 9f1dce28675263542558cd65249aee85d3ee9586b8779316d404074ee0fa0db4e5be6f4dbe1ec7b81e262d99a71294a44260e4eeba4aecc4a8bb4010bd0b12c1 WHIRLPOOL f5d059f4a2fb8a235e5be5571ab15d191fb8a8251901a71968ae1253f0872af2a9b3747ca5d2649e8c01d2b004b589b3336e6f114b8268fbfa2f0f223e9de2c0
 DIST menhir-20160808.tar.gz 733224 SHA256 c583a425ad1152bb4f93e4a8de384e0174f423485463dc6ab6b6d7c070b77295 SHA512 162e69642ca34d7da078f14b4509ab88e158cc4ba5ee70a067b7a2a2ea444f7cad77244de4a179c4a00420442c537f662257f1ead03dc9b80c799da0073a94b9 WHIRLPOOL 80b7e5047619d6c791477677ac22b625cfed00056e62759f7a3d725fbb791fff26b852d7126d475426db84eb71c55b480812760f89d40b09672afc676b5488ea
 DIST menhir-20160825.tar.gz 733364 SHA256 1c93fe44de140aeef25212fbc2d62aaa080e7bdb9902106820920f7a8a2fa849 SHA512 6672bf3a10c7cb3ac8a16162e782261e25411f5d7fe69195b720302989daa432c56c9ecf93a08d33e77b306cd0cdaaa4bc00430e642b4d2924cbeecb10bda050 WHIRLPOOL e6ce0ca104f69fedf6b22749db6400f963181497e940f7e3369e3bb9de115944e6a93350062797034c38f8ddcd6466cd44b74d3f60ca8f5f4e06a44a91194008
+DIST menhir-20161114.tar.gz 736454 SHA256 7327d6010ffb5a62371faad58e454a56244d20358a9e733e86e5714baedf5f14 SHA512 6ec810e30df00805ebc05f58130c4c4f86dffc96f4c9852d9574d7d948cd4a51901da2ece7b954c06550124dc3fe7f5ce9482b4280d3e0b6e7f33519b7aa89b2 WHIRLPOOL 608a3449f02d8f27cc1b39f6fb3504563d4ce86e3afdce2c8742238046966b68d3ca898acfef7c630195ff5413a4a6ed7fbfe843c5e25886042b78badda79890

diff --git a/dev-ml/menhir/menhir-20161114.ebuild b/dev-ml/menhir/menhir-20161114.ebuild
new file mode 100644
index 00000000..bc46632
--- /dev/null
+++ b/dev-ml/menhir/menhir-20161114.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib eutils
+
+DESCRIPTION="LR(1) parser generator for the OCaml language"
+HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/"
+SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz"
+
+LICENSE="QPL-1.0 LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
+DEPEND="${RDEPEND}
+	dev-ml/ocamlbuild"
+
+src_configure() {
+	if ! use ocamlopt ; then
+		export TARGET=byte
+	fi
+}
+
+src_compile() {
+	emake PREFIX="${EPREFIX}"/usr -j1
+}
+
+src_install() {
+	findlib_src_preinst
+	emake PREFIX="${ED}"/usr docdir="${ED}"/usr/share/doc/"${PF}" $(use examples || echo "DOCS=manual.pdf") install
+	use examples && docompress -x /usr/share/doc/${PF}/demos
+	dodoc AUTHORS CHANGES
+}


             reply	other threads:[~2016-11-15  9:36 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-15  9:36 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:25 [gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/ Arthur Zamarin
2024-06-27 16:33 Alfredo Tupone
2024-06-21 12:32 Maciej Barć
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-08-20 11:29 Maciej Barć
2023-08-20 11:29 Maciej Barć
2023-08-20 11:29 Maciej Barć
2023-08-20 11:29 Maciej Barć
2023-03-17  9:06 Arthur Zamarin
2022-12-05 18:04 Alfredo Tupone
2022-09-06 17:00 Maciej Barć
2021-11-07 16:46 Alfredo Tupone
2021-10-13 20:37 Sam James
2021-10-13 20:35 Sam James
2021-10-11 12:17 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-10-11  5:16 Sam James
2021-07-18 17:39 Alfredo Tupone
2021-07-18 13:41 Alfredo Tupone
2021-03-13 14:05 Sam James
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2021-02-10 16:39 Sam James
2021-01-17 20:52 Alfredo Tupone
2020-11-28 18:37 Aaron Bauman
2019-12-03  9:49 Jason A. Donenfeld
2019-10-21 18:28 Alfredo Tupone
2019-07-25 14:40 Alfredo Tupone
2018-12-15  9:19 Mikle Kolyada
2017-10-17  6:04 Alexis Ballier
2017-07-24  5:34 Alexis Ballier
2017-07-24  5:34 Alexis Ballier
2017-07-13  7:48 Alexis Ballier
2017-07-08 14:19 Alexis Ballier
2017-06-22 11:48 Alexis Ballier
2017-05-10  8:09 Alexis Ballier
2017-04-19  9:09 Alexis Ballier
2017-04-19  9:09 Alexis Ballier
2017-01-24 11:14 Alexis Ballier
2017-01-03 16:35 Alexis Ballier
2017-01-03 16:35 Alexis Ballier
2016-11-16 15:26 Alexis Ballier
2016-08-27 18:30 Alexis Ballier
2016-08-16 12:13 Alexis Ballier
2016-05-30  9:42 Alexis Ballier
2016-05-24  7:56 Alexis Ballier
2016-03-04 11:32 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-02-07 16:14 Alexis Ballier
2015-11-13  8:56 Alexis Ballier
2015-11-05  8:49 Alexis Ballier
2015-11-01 10:07 Alexis Ballier
2015-10-30 10:36 Alexis Ballier
2015-10-26 12:21 Alexis Ballier
2015-10-15 11:49 Alexis Ballier
2015-10-15 11:49 Alexis Ballier
2015-10-06  8:58 Alexis Ballier
2015-09-24 13:33 Alexis Ballier
2015-09-16 10:32 Alexis Ballier
2015-08-25  8:58 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=1479202562.a9a0cd033a41fcaed06b1a96c3e6ef5b101849d0.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