commit: cb9d08809a71f80d3e71a4e0fd997d5917315d6e Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Jun 15 15:52:49 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Jun 15 15:56:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9d0880
dev-ml/textutils: add 0.17.0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/textutils/Manifest | 1 + dev-ml/textutils/textutils-0.17.0.ebuild | 26 ++++++++++++++++++++++++++ profiles/package.mask | 1 + 3 files changed, 28 insertions(+) diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest index 99c658a7275d..56188e3ae849 100644 --- a/dev-ml/textutils/Manifest +++ b/dev-ml/textutils/Manifest @@ -1,3 +1,4 @@ DIST textutils-0.14.0.tar.gz 13261 BLAKE2B f4e1f364e72af47d70d1b674399c923672a780aefa1a2de731e786ef6a5fe03789d5605d326e883b9b37b0ac6fd98246b243980b16c25a4cc8baed29a2142cf9 SHA512 e8dca3f0f5c096846201a4fddf06e7bd3ad721a21df054189d0a7316a8d5be73df6633b045f7027d03b8023448f017aab14dbfc13985a11b5a2b58e5498b6de3 DIST textutils-0.15.0.tar.gz 15477 BLAKE2B ceb8482f8c76323bdd08c9c065220868dcc5405e4461d2b787e78e458ac0f7872519955a3c8247217517b12ec4450dd4452d7ae4d5a851151aa4e47f655f009b SHA512 d45dd57a3490330ab800cd06903bba760e89fc46b1209d3ad91395a729f999fec1af62f3c74c08d0270fb7a89de115f1cc08bdaf77d74a043183e629fc367e1b DIST textutils-0.16.0.tar.gz 15746 BLAKE2B fa77379886f1eed61d68be5ec33826cefa403e2f32aadde76934d7fbcba335f41257c7db339a7c671d1b6f784585eea580592419c736f10d4f8a643ac6688352 SHA512 860448856cf99388a7c297271c59450d3ebef38fcc0826986f0add442cd633528f4e2b6a4babee567c250716e3fa9535c024550e58d0a082f6677a6378d99760 +DIST textutils-0.17.0.tar.gz 17310 BLAKE2B e124050bb628964d1a064f8914952def2f58fd826f404a293e675c8e50eb31d198061df31a78e5c864601078c36bbad7c04400ff98d67cf51289990a7bea940f SHA512 ad43ae73246922c5c17bd6cdd5e7a20621175422b221ee9a6ba0b1930bd18fa47244fd256069110a9ea4eecd2763b304266b0bad21651527e7cca4042bc6643b diff --git a/dev-ml/textutils/textutils-0.17.0.ebuild b/dev-ml/textutils/textutils-0.17.0.ebuild new file mode 100644 index 000000000000..316136953e2a --- /dev/null +++ b/dev-ml/textutils/textutils-0.17.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Text output utilities" +HOMEPAGE="https://github.com/janestreet/textutils" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-5 + dev-ml/core:${SLOT}[ocamlopt?] + dev-ml/core_kernel:${SLOT}[ocamlopt?] + dev-ml/core_unix:${SLOT}[ocamlopt?] + dev-ml/ppx_jane:${SLOT}[ocamlopt?] + >=dev-ml/uutf-1.0.2:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11" diff --git a/profiles/package.mask b/profiles/package.mask index 8b7af4321240..bf4ed4eb3e80 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -300,6 +300,7 @@ dev-ml/async_unix:0/0.17 dev-ml/protocol_version_header:0/0.17 dev-ml/async_rpc_kernel:0/0.17 dev-ml/async_log:0/0.17 +dev-ml/textutils:0/0.17 # Arthur Zamarin <[email protected]> (2024-06-08) # EAPI=6, waiting for a version bump, not maintained for many years.
