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: Thu, 24 Sep 2015 13:33:40 +0000 (UTC)	[thread overview]
Message-ID: <1443101609.740815bf1c844bd42465e50d0dce1a7519533c21.aballier@gentoo> (raw)

commit:     740815bf1c844bd42465e50d0dce1a7519533c21
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 13:33:22 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 13:33:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740815bf

dev-ml/menhir: version bump.

Package-Manager: portage-2.2.21

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

diff --git a/dev-ml/menhir/Manifest b/dev-ml/menhir/Manifest
index 941e3e9..8a45793 100644
--- a/dev-ml/menhir/Manifest
+++ b/dev-ml/menhir/Manifest
@@ -1,2 +1,3 @@
 DIST menhir-20141215.tar.gz 556231 SHA256 2592967c123a31e1b6566ab9f6034e7a0a709d57d547097f05693baf96a46fa4 SHA512 1fff6b987016be37eaca0bb3fea7ec0c498c1448d076e991e1555718cf760318a8d710622af930175f234f49f8dd767ce62cc880c33458958ceeb1bda4817243 WHIRLPOOL 28e6018ce127b28e362aaf1fe030240253cb2ffb0a52d9b34e81c71882ae517376aa3df6c5d19c6db13819260f667f5708522486a74bc498bad3dac11378b56c
 DIST menhir-20150914.tar.gz 626388 SHA256 a3057ec0867377ceaf9caecf69d331440d9c0fb70e39ade619a7856aa67d535d SHA512 7717fcc63ae938eb7c8ae3a5e7d279a357735c0e3b062d9060cc70d3016640e1427d25ee8182e3e034c678d9b0e706fe219f707dd4d14689457f321b135b1fef WHIRLPOOL d66204d753d0677f9eb51d09641f9148077e62caa7ae042665697036457724040950bbb190df6bd029224a0607a67cac8f4597927b4f667ca09091e07d09f7bd
+DIST menhir-20150921.tar.gz 627213 SHA256 4d8588dc847ef33f3af64d30e19bc791a57f61cda2b7086267bc8743ea4a2622 SHA512 a3100819cef6577c2806ebab765c966c11acd9fc9de061e64ef1bf4ca8b0076b0b878f12abf951a3c5882216f173936f2899444ca4126c477fa9cbef231c6b4e WHIRLPOOL cec19d79e7b79ea3dc2159673082931c8c360a865078d0af0bdd152fd1e481adb7218caf7f404005e6653493d04fda7659c1aa3b7527bbf8e0b75f284ff676d0

diff --git a/dev-ml/menhir/menhir-20150921.ebuild b/dev-ml/menhir/menhir-20150921.ebuild
new file mode 100644
index 0000000..a8d4107
--- /dev/null
+++ b/dev-ml/menhir/menhir-20150921.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+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"
+
+DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
+RDEPEND="${DEPEND}"
+
+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:[~2015-09-24 13:34 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 13:33 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-27 16:33 [gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/ 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-11-15  9:36 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-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=1443101609.740815bf1c844bd42465e50d0dce1a7519533c21.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