From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/fmt/
Date: Mon, 29 Sep 2025 10:16:34 +0000 (UTC) [thread overview]
Message-ID: <1759140872.a63d67d78cd828c2ac4069b2f95abef822aab26c.tupone@gentoo> (raw)
commit: a63d67d78cd828c2ac4069b2f95abef822aab26c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 08:05:35 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 10:14:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63d67d7
dev-ml/fmt: drop 0.10.0, remove extra dev-lang/ocaml requirement
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/fmt/Manifest | 1 -
dev-ml/fmt/fmt-0.10.0.ebuild | 34 ----------------------------------
dev-ml/fmt/fmt-0.11.0.ebuild | 1 -
3 files changed, 36 deletions(-)
diff --git a/dev-ml/fmt/Manifest b/dev-ml/fmt/Manifest
index 71b3bc9f6aa8..c55db0e92eb0 100644
--- a/dev-ml/fmt/Manifest
+++ b/dev-ml/fmt/Manifest
@@ -1,3 +1,2 @@
-DIST fmt-0.10.0.tbz 22854 BLAKE2B 09ec8b2d446829388598b356dab35ebc36f4272ce00a7010513d2be9f7efdd3a427d4685659fbd745161965981434ff7411e3f393b853eab6e3cf87871edda11 SHA512 26d7f2002f0f1d605c08129ec09d487a8c37d764b77370e56b869fd94fe6bc903f808159ab7b79e85c2e2b6263ee5fa7df66f9f9625bdf0e726e8a92a9056258
DIST fmt-0.11.0.tbz 23336 BLAKE2B 665fb00441ec0a333d849dc77d99b86d9b9cb853a93a49ee0cf069562d0ef86dd182db04f3f0328b975ee9c796d2426148d9112ac3575e2560d95c332cc639e6 SHA512 3f40155fc6a7315202e410585964307d63416c8001fd243667ed9d8d1a02b67deecacb25e9c2feb409c537bbdfb7817d91168de4ddd643532ff51d6c1c696a4a
DIST fmt-0.9.0.tbz 22699 BLAKE2B 6c251b7c32093a5860b8e5c18f6a92573e664e8a20eb4b85dc6e601a04045d9c55c1e4a4f5cb879ccc92046c15c5ff97d1877ab78ecfaa2a4aa83a9f49fd409e SHA512 66cf4b8bb92232a091dfda5e94d1c178486a358cdc34b1eec516d48ea5acb6209c0dfcb416f0c516c50ddbddb3c94549a45e4a6d5c5fd1c81d3374dec823a83b
diff --git a/dev-ml/fmt/fmt-0.10.0.ebuild b/dev-ml/fmt/fmt-0.10.0.ebuild
deleted file mode 100644
index cf725015dd5d..000000000000
--- a/dev-ml/fmt/fmt-0.10.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit findlib opam
-
-DESCRIPTION="Combinators to devise OCaml Format pretty-printing functions"
-HOMEPAGE="https://erratique.ch/software/fmt https://github.com/dbuenzli/fmt"
-SRC_URI="https://erratique.ch/software/fmt/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="test"
-
-RDEPEND="
- dev-ml/cmdliner:=[ocamlopt]
- >=dev-lang/ocaml-4.08:=[ocamlopt]
- dev-ml/result:=[ocamlopt]
- dev-ml/stdlib-shims:=[ocamlopt]
- dev-ml/uchar:=[ocamlopt]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-ml/topkg-0.9
- dev-ml/ocamlbuild
- dev-ml/findlib
-"
-
-src_compile() {
- ocaml pkg/pkg.ml build --tests $(usex test 'true' 'false') || die
-}
diff --git a/dev-ml/fmt/fmt-0.11.0.ebuild b/dev-ml/fmt/fmt-0.11.0.ebuild
index cf725015dd5d..39542823f0ab 100644
--- a/dev-ml/fmt/fmt-0.11.0.ebuild
+++ b/dev-ml/fmt/fmt-0.11.0.ebuild
@@ -17,7 +17,6 @@ RESTRICT="test"
RDEPEND="
dev-ml/cmdliner:=[ocamlopt]
- >=dev-lang/ocaml-4.08:=[ocamlopt]
dev-ml/result:=[ocamlopt]
dev-ml/stdlib-shims:=[ocamlopt]
dev-ml/uchar:=[ocamlopt]
next reply other threads:[~2025-09-29 10:18 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-29 10:16 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-29 19:01 [gentoo-commits] repo/gentoo:master commit in: dev-ml/fmt/ Alfredo Tupone
2025-08-03 9:09 Alfredo Tupone
2025-06-08 13:34 Alfredo Tupone
2025-06-08 11:27 Alfredo Tupone
2024-07-19 16:49 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2021-12-19 23:28 Sam James
2021-12-08 18:05 Arthur Zamarin
2021-12-08 18:05 Arthur Zamarin
2021-12-05 18:39 Sam James
2021-12-05 4:45 Sam James
2021-11-03 21:39 Alfredo Tupone
2021-06-03 0:45 Sam James
2021-05-16 19:02 Sam James
2021-05-16 0:07 Sam James
2021-05-15 19:17 Sam James
2021-05-15 2:01 Sam James
2021-03-15 4:02 Sam James
2021-02-21 9:48 Sam James
2021-02-21 9:43 Sam James
2021-02-21 8:11 Sam James
2021-02-21 7:28 Sam James
2021-02-10 16:38 Sam James
2021-02-10 16:30 Sam James
2021-02-10 15:31 Sam James
2017-09-22 8:32 Alexis Ballier
2017-09-22 8:32 Alexis Ballier
2017-07-10 15:51 Alexis Ballier
2017-04-18 11:17 Alexis Ballier
2017-04-01 12:24 Alexis Ballier
2017-03-21 10:12 Alexis Ballier
2017-03-17 9: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=1759140872.a63d67d78cd828c2ac4069b2f95abef822aab26c.tupone@gentoo \
--to=tupone@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