From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/
Date: Sun, 20 Aug 2023 11:29:27 +0000 (UTC) [thread overview]
Message-ID: <1692530961.e56a8bf2b2099212fa7036062a6af215b7785a9b.xgqt@gentoo> (raw)
commit: e56a8bf2b2099212fa7036062a6af215b7785a9b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 11:10:29 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 11:29:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56a8bf2
dev-ml/menhir: drop old 20190924
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/menhir/Manifest | 1 -
dev-ml/menhir/menhir-20190924.ebuild | 42 ------------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-ml/menhir/Manifest b/dev-ml/menhir/Manifest
index 7a29a904eb8a..2a64cee3f456 100644
--- a/dev-ml/menhir/Manifest
+++ b/dev-ml/menhir/Manifest
@@ -1,4 +1,3 @@
-DIST menhir-20190924.tar.bz2 2358022 BLAKE2B 4e92cab387c1f0e42142607d366ca93cd2a347cfede84872eeb1a7d3f7d799f06aff9c7d26abc9411c50452f5727e6fe669ed8761df6524127543b5f5e801f37 SHA512 bd0ec3cbd122b59d65a3797ec252f1e9af4889808aa6988270c1560df9e8f66895dfa3373166c1fb81025535b56829a936638c3f99cece7757aa01cd2dbd7d60
DIST menhir-20210419.tar.bz2 1020155 BLAKE2B ac8491bc0325ac371dcdec4beb9dde52f64c979071b866ff133105e09c16119b8a444dad76b6bda8c0fb9ef992a43eeb7a6053c341335394ac9e8b7d41cf1eb1 SHA512 0671a93fcad115aae775a3b5e20f6d17604085d25013bd28bc96d3d46e0c9785c50459ab052c7fdc07c5d210f4d367a4d609a67da8f853ef6bddab1458919485
DIST menhir-20211012.tar.bz2 1033414 BLAKE2B c124dac9b4aaeb578a694d3de989b685edceed43e2286a8fb9dc6e347405d766cfb934dc99ef82853fc255b6a057769ac42c1d5b7f8d3caebcbda70bbe0d5bfa SHA512 bb1c4a93dd69062409274f22d1cf57390dab71dccd93e65a19ee65183f56209bd330014f3a1ced3c903f9e914c9fd1bddd68ae0e5c338bb47d82d81444af3e9a
DIST menhir-20220210.tar.bz2 1160357 BLAKE2B a9401b50db4dfdfe56c5c10919d4d385cbb7bf27d1518932e55d6757c08989407cda17c65f72d20e21738618e4f97f20b10098c9185f3882b3391aab7f9f8bc9 SHA512 8a852e995cab57b16adc1b7708d3acdf5f8b65d13dbf907a4155ff45d71dccc65868fe369590b48a3f06d8319f74777ce2e9be05caa9dbe060c0ae3a2b37943f
diff --git a/dev-ml/menhir/menhir-20190924.ebuild b/dev-ml/menhir/menhir-20190924.ebuild
deleted file mode 100644
index 495e751288a2..000000000000
--- a/dev-ml/menhir/menhir-20190924.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit findlib
-
-DESCRIPTION="LR(1) parser generator for the OCaml language"
-HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/"
-SRC_URI="https://gitlab.inria.fr/fpottier/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 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 README.md CHANGES.md
-}
next reply other threads:[~2023-08-20 11:29 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-20 11:29 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-22 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/ Alfredo Tupone
2025-09-22 12:54 Alfredo Tupone
2024-10-15 15:25 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-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-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=1692530961.e56a8bf2b2099212fa7036062a6af215b7785a9b.xgqt@gentoo \
--to=xgqt@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