public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext-stub/
Date: Sun, 16 Mar 2025 09:53:03 +0000 (UTC)	[thread overview]
Message-ID: <1742118757.b08d57df234aa0ba1ad554c39fbec3ca7a3bafdd.tupone@gentoo> (raw)

commit:     b08d57df234aa0ba1ad554c39fbec3ca7a3bafdd
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 09:52:00 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 09:52:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08d57df

dev-ml/ocaml-gettext-stub: add 0.4.2.1, drop 0.5.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocaml-gettext-stub/Manifest                     |  2 +-
 ...-0.5.0.ebuild => ocaml-gettext-stub-0.4.2.1.ebuild} | 18 +++++++-----------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-ml/ocaml-gettext-stub/Manifest b/dev-ml/ocaml-gettext-stub/Manifest
index 7188f561754a..f30813322ac8 100644
--- a/dev-ml/ocaml-gettext-stub/Manifest
+++ b/dev-ml/ocaml-gettext-stub/Manifest
@@ -1,2 +1,2 @@
+DIST ocaml-gettext-0.4.2.1.tar.gz 110349 BLAKE2B 8156d4962838ec752d17844e50f332c03e0de966b7f15a18f740039a5cc7faf4b42733129353f0bb24b9922d61dce078e77f64356a1c587d9f80d8a65cab602d SHA512 659e3b4891ec7bc17f33de072d5625df62e1d522e70ccb912969c0b87145d7d44e20b8547c6513065ca4b87e314b31f4cf8057543d2c9b40f8ee2227df5d1e67
 DIST ocaml-gettext-0.4.2.tar.gz 110249 BLAKE2B 54a25ba9f8fb20194fdfaf651586222fab68f927ebfa711812f7c9a387ff40c19e1bf3f63124127356b32b0ca0be2c5ff4e1cdfaf5f3afe690b90c0ca96c470d SHA512 fb89be8d8d9e0ed9327b81a0c81c884ff3f1a97e46b475ef8084abded5c84a256de05d5aa0f42be94f43ab438276a4506af726b6950e4161359a9616fb5832ec
-DIST ocaml-gettext-0.5.0.tar.gz 113204 BLAKE2B c103e461da446eb65adbde33de2c37caf920d08cb334c4889364cbd54043fc88c366be67c424ad901819b6688d11c91f3d3a328fdb04ddf5cf0eab363512a412 SHA512 f55505bbe0da2a06053d94ee895a3e610a8d4ab5a2283ccff6a5a0c6a8ec011f5f286ab93e117cc340f55f056c7cdcb5752cc798e9d8e18fb5ab17f27f4a64c2

diff --git a/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.5.0.ebuild b/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.1.ebuild
similarity index 68%
rename from dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.5.0.ebuild
rename to dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.1.ebuild
index 83a5d260bb3a..f592818b0a3b 100644
--- a/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.5.0.ebuild
+++ b/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.1.ebuild
@@ -9,12 +9,13 @@ MY_P=${P/-stub/}
 DUNE_PKG_NAME="gettext-stub"
 
 inherit dune
+comId=d566551bc2e2f5e6e61d24e05d314ff57eaea6bf
 
 DESCRIPTION="Support for internationalization of OCaml programs using native gettext library"
 HOMEPAGE="https://github.com/gildor478/ocaml-gettext"
-SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz
+SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/${comId}.tar.gz
 	-> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
+S="${WORKDIR}"/${MY_PN}-${comId}
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
@@ -23,23 +24,18 @@ IUSE="+ocamlopt test"
 RESTRICT="test"  # Tests fail.
 
 RDEPEND="
-	~dev-ml/ocaml-gettext-${PV}:=[ocamlopt?]
+	>=dev-lang/ocaml-4.14.0:=[ocamlopt?]
+	~dev-ml/ocaml-gettext-${PV}:=
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-	>=dev-ml/dune-3.17
-	dev-ml/cppo
-	dev-ml/dune-configurator
+	>=dev-ml/dune-configurator-3.17.0
 	test? (
+		>=dev-ml/ocaml-fileutils-0.6.6
 		dev-ml/ounit2[ocamlopt=]
-		dev-ml/seq[ocamlopt=]
 	)
 "
 
 src_compile() {
 	dune-compile ${DUNE_PKG_NAME}
 }
-
-src_test() {
-	dune-test ${DUNE_PKG_NAME}
-}


             reply	other threads:[~2025-03-16  9:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-16  9:53 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14 10:56 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext-stub/ Alfredo Tupone
2023-12-02 10:56 Arthur Zamarin
2023-04-19 15:47 Maciej Barć
2023-02-23 23:47 Sam James
2021-03-13 15:26 Sam James
2021-02-03 12:53 Sam James
2021-02-02  4:17 Sam James
2021-01-27  3:28 Sam James
2021-01-22  3:34 Sam James
2021-01-22  3:34 Sam James

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=1742118757.b08d57df234aa0ba1ad554c39fbec3ca7a3bafdd.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