public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2016-03-22  9:20 Alexis Ballier
  0 siblings, 0 replies; 32+ messages in thread
From: Alexis Ballier @ 2016-03-22  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     68fef229549a8777c7d03aba5426924f71876908
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 08:38:24 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:19:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fef229

dev-ml/textutils: bump to 113.33.00

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/textutils/Manifest                   |  1 +
 dev-ml/textutils/textutils-113.33.00.ebuild | 50 +++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index c1e596e..1f0540f 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1,2 +1,3 @@
 DIST textutils-112.17.00.tar.gz 60953 SHA256 605d9fde66dc2d777721c936aa521e17169c143efaf9ff29619a7f273a7d0052 SHA512 bc1143b3406538bb023ba82d80d8f2609312000b610809e9b37d032cf50689c38b385ce0fb6721ca6eb0d2c47d4f1db65a9569bda9b05c934c7cf61b2530539e WHIRLPOOL 96c352f8236354792da9dfb00adea51816ab62501558ece74d61d489b923e52ffb92780737ae0f5c21d3a67a12e790fdee22155713044de94148989c640ab4e0
 DIST textutils-113.24.00.tar.gz 63937 SHA256 21d5cb65e22bef24647894ce38da4dd2a9f0a3aa1ed16dedafbc28f19e3c8d90 SHA512 96fc0e3cf29780fbab9a12877bdf20b5a8a93bb25ce5b457682b8ab2b38f91da563c307ed6a87dd912735728942086581af7a835ac390ccd370f4105db1e158c WHIRLPOOL edadf77c3db73ce87414c0b57870a44752e859d7c0a0d294c69489246cecf8ff663ef9f9d26b1e4fa00a9477fe545db7fde73e703408669b109a4d380e604c14
+DIST textutils-113.33.00.tar.gz 63765 SHA256 abe22409017c003f1c3da7e2a9ae4e139a4e470c3e4b2d009fda66a009f2427a SHA512 64f9c452ab2fa2b418f75f3295fb9b42d7c8c9994fed1591e92bb5298fea0548586e16b118fb8e5dc088a9b34055832ae5e6c3781aa6abb8754e8239ebb53fd9 WHIRLPOOL 0a16263d4cce85d4442acf465c53fc7b5b19572c4b192e6d6bdc7c25a012b320a0523a428009d0fa69814cfd2942331eca04442bbab84cb6bc5daf069f18c3b2

diff --git a/dev-ml/textutils/textutils-113.33.00.ebuild b/dev-ml/textutils/textutils-113.33.00.ebuild
new file mode 100644
index 0000000..06165d7
--- /dev/null
+++ b/dev-ml/textutils/textutils-113.33.00.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Text output utilities"
+HOMEPAGE="https://ocaml.janestreet.com/"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-lang/ocaml-4.02[ocamlopt?]
+	>=dev-ml/core-109.24:=
+	dev-ml/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	>=dev-ml/sexplib-113.24:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc CHANGES.md
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2017-01-24 11:50 Alexis Ballier
  0 siblings, 0 replies; 32+ messages in thread
From: Alexis Ballier @ 2017-01-24 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1ab1fa644f0d1e84533431afa566f08eed2a4b9a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:49:35 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:50:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab1fa64

dev-ml/textutils: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/textutils/Manifest                   |  2 --
 dev-ml/textutils/textutils-112.17.00.ebuild | 25 ---------------
 dev-ml/textutils/textutils-113.24.00.ebuild | 50 -----------------------------
 3 files changed, 77 deletions(-)

diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index 1f0540f..58f65db 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1,3 +1 @@
-DIST textutils-112.17.00.tar.gz 60953 SHA256 605d9fde66dc2d777721c936aa521e17169c143efaf9ff29619a7f273a7d0052 SHA512 bc1143b3406538bb023ba82d80d8f2609312000b610809e9b37d032cf50689c38b385ce0fb6721ca6eb0d2c47d4f1db65a9569bda9b05c934c7cf61b2530539e WHIRLPOOL 96c352f8236354792da9dfb00adea51816ab62501558ece74d61d489b923e52ffb92780737ae0f5c21d3a67a12e790fdee22155713044de94148989c640ab4e0
-DIST textutils-113.24.00.tar.gz 63937 SHA256 21d5cb65e22bef24647894ce38da4dd2a9f0a3aa1ed16dedafbc28f19e3c8d90 SHA512 96fc0e3cf29780fbab9a12877bdf20b5a8a93bb25ce5b457682b8ab2b38f91da563c307ed6a87dd912735728942086581af7a835ac390ccd370f4105db1e158c WHIRLPOOL edadf77c3db73ce87414c0b57870a44752e859d7c0a0d294c69489246cecf8ff663ef9f9d26b1e4fa00a9477fe545db7fde73e703408669b109a4d380e604c14
 DIST textutils-113.33.00.tar.gz 63765 SHA256 abe22409017c003f1c3da7e2a9ae4e139a4e470c3e4b2d009fda66a009f2427a SHA512 64f9c452ab2fa2b418f75f3295fb9b42d7c8c9994fed1591e92bb5298fea0548586e16b118fb8e5dc088a9b34055832ae5e6c3781aa6abb8754e8239ebb53fd9 WHIRLPOOL 0a16263d4cce85d4442acf465c53fc7b5b19572c4b192e6d6bdc7c25a012b320a0523a428009d0fa69814cfd2942331eca04442bbab84cb6bc5daf069f18c3b2

diff --git a/dev-ml/textutils/textutils-112.17.00.ebuild b/dev-ml/textutils/textutils-112.17.00.ebuild
deleted file mode 100644
index abd008d..00000000
--- a/dev-ml/textutils/textutils-112.17.00.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Text output utilities"
-HOMEPAGE="https://ocaml.janestreet.com/"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-lang/ocaml-4.02[ocamlopt?]
-	>=dev-ml/core-109.24.00:=
-	>=dev-ml/pa_ounit-109.18.00:=
-	>=dev-ml/sexplib-109.20.00:=
-	dev-ml/camlp4:=
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ml/textutils/textutils-113.24.00.ebuild b/dev-ml/textutils/textutils-113.24.00.ebuild
deleted file mode 100644
index 06165d7..00000000
--- a/dev-ml/textutils/textutils-113.24.00.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Text output utilities"
-HOMEPAGE="https://ocaml.janestreet.com/"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-lang/ocaml-4.02[ocamlopt?]
-	>=dev-ml/core-109.24:=
-	dev-ml/fieldslib:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_jane:=
-	>=dev-ml/sexplib-113.24:=
-	dev-ml/typerep:=
-	dev-ml/variantslib:=
-"
-DEPEND="${RDEPEND} dev-ml/opam"
-
-src_configure() {
-	emake setup.exe
-	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-	dodoc CHANGES.md
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2017-01-30 22:55 Alexis Ballier
  0 siblings, 0 replies; 32+ messages in thread
From: Alexis Ballier @ 2017-01-30 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5d05d8636b686e6187148ffd2053384c820135cb
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 22:24:03 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 22:24:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d05d863

dev-ml/textutils: bump to 113.33.03

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/textutils/Manifest                   |  1 +
 dev-ml/textutils/textutils-113.33.03.ebuild | 50 +++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index 58f65db..edfc0c7 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1 +1,2 @@
 DIST textutils-113.33.00.tar.gz 63765 SHA256 abe22409017c003f1c3da7e2a9ae4e139a4e470c3e4b2d009fda66a009f2427a SHA512 64f9c452ab2fa2b418f75f3295fb9b42d7c8c9994fed1591e92bb5298fea0548586e16b118fb8e5dc088a9b34055832ae5e6c3781aa6abb8754e8239ebb53fd9 WHIRLPOOL 0a16263d4cce85d4442acf465c53fc7b5b19572c4b192e6d6bdc7c25a012b320a0523a428009d0fa69814cfd2942331eca04442bbab84cb6bc5daf069f18c3b2
+DIST textutils-113.33.03.tar.gz 62733 SHA256 d24fe5ae746ef33426b110eec5c6af7695df6d4763ca8fe5721334e5cb5aef7a SHA512 1db73b68ddf1206a742b513ae18ff459a54c2534e5bf443417afd574e57d545884435c7b4a56001bed280df2b921aeb110c1421258564db5e11581a8a8a3cdaf WHIRLPOOL d5ff989a3891505e6fb6b592ab1b0900237b4e0331b74958e1e69e690584d997919a2467e0e7be03cfde65467cf3e317329e7fa60a18858d2285363299fa2404

diff --git a/dev-ml/textutils/textutils-113.33.03.ebuild b/dev-ml/textutils/textutils-113.33.03.ebuild
new file mode 100644
index 00000000..ca9cd1a
--- /dev/null
+++ b/dev-ml/textutils/textutils-113.33.03.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Text output utilities"
+HOMEPAGE="https://ocaml.janestreet.com/"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-lang/ocaml-4.02[ocamlopt?]
+	>=dev-ml/core-109.24:=
+	dev-ml/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	>=dev-ml/sexplib-113.24:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc CHANGES.md
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-01-24 16:06 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-01-24 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     13e09698afed27f332a2ae9a4288029d36b6117f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 06:05:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:06:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e09698

dev-ml/textutils: bump to 0.14.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/Manifest                |  1 +
 dev-ml/textutils/textutils-0.14.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index 8eec1f84e79..5672d8e1a17 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1 +1,2 @@
+DIST textutils-0.14.0.tar.gz 13261 BLAKE2B f4e1f364e72af47d70d1b674399c923672a780aefa1a2de731e786ef6a5fe03789d5605d326e883b9b37b0ac6fd98246b243980b16c25a4cc8baed29a2142cf9 SHA512 e8dca3f0f5c096846201a4fddf06e7bd3ad721a21df054189d0a7316a8d5be73df6633b045f7027d03b8023448f017aab14dbfc13985a11b5a2b58e5498b6de3
 DIST textutils-0.9.0.tar.gz 19603 BLAKE2B 20e515b62fad7b17a0bb05c3a3ad45af81dcf3bf5c98617803186df0badecf369a684cb481786fc0074b177807049848b27272b6a4872e26d7b47a036ca7c98f SHA512 2a60b0add940f3584752f1add546716ad1e9e002d8fae460d9e62acda39e4b486c06a3fa27ceab754d2339dc46422a5a9534345c743950d6ed08683060cab759

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
new file mode 100644
index 00000000000..8baa1d24b67
--- /dev/null
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+	dev-ml/core:=
+	dev-ml/core_kernel:=
+	dev-ml/ppx_jane:=
+	dev-ml/uutf:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-01-24 16:12 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-01-24 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f2fa76e4d966dc9362735cc55ea7b085fedf5f36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 16:11:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:11:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fa76e4

dev-ml/textutils: adopt for ml@

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/textutils/metadata.xml b/dev-ml/textutils/metadata.xml
index d7a4e02b06b..259c45b83ce 100644
--- a/dev-ml/textutils/metadata.xml
+++ b/dev-ml/textutils/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+  <maintainer type="project">
+    <email>ml@gentoo.org</email>
+    <name>ML</name>
+  </maintainer>
   <upstream>
     <remote-id type="github">janestreet/textutils</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-01-27 19:53 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-01-27 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e43129a304f47c87c956cd875447a8e41fb421d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 19:53:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 19:53:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43129a3

dev-ml/textutils: Keyword 0.14.0 arm, #766884

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index 8baa1d24b67..ca04a454650 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-01-28  2:48 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-01-28  2:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2ac56ccbc161c58cef534e687b3220341b10b6cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 02:47:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 02:47:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac56ccb

dev-ml/textutils: Keyword 0.14.0 arm64, #766884

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index ca04a454650..fc979f83506 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-01-28 20:25 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-01-28 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d7127866ba35dcb20eacc6628273181550ca022a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 20:25:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 20:25:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7127866

dev-ml/textutils: Keyword 0.14.0 x86, #766884

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index fc979f83506..4df5de19d43 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-02-10 16:39 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-02-10 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     655fa5cf4e2289dbdd61ff9755068ee718e87ad8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:39:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:39:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655fa5cf

dev-ml/textutils: Keyword 0.14.0 ppc64, #766884

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index 4df5de19d43..13a9a52644a 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-02-21  9:49 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-02-21  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b8b291bd2ba8e547f08782040f0a40c0a767b9c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 09:49:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 09:49:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b291bd

dev-ml/textutils: Keyword 0.14.0 ppc, #766884

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index 13a9a52644a..df3e6484d66 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-02-25 13:09 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-02-25 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a3117b54150c273e63ee3d8b2893eb0baf33a26b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 13:09:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 13:09:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3117b54

dev-ml/textutils: Stabilize 0.14.0 ppc, #772833

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index df3e6484d66..f4aeb1309aa 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-02-25 17:54 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-02-25 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     62954b238a02a88a9f1be9f76a1d3899ff17366f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 17:54:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 17:54:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62954b23

dev-ml/textutils: Stabilize 0.14.0 x86, #772833

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index f4aeb1309aa..d3d973ca4fc 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-03-04 14:28 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2021-03-04 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a383cde07e05545167d23faad296a23bdb68cd41
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 14:28:22 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 14:28:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a383cde0

dev-ml/textutils: amd64 stable wrt bug #772833

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index d3d973ca4fc..c20aa12fd62 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-03-07 14:38 Alfredo Tupone
  0 siblings, 0 replies; 32+ messages in thread
From: Alfredo Tupone @ 2021-03-07 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     73c96424fdfc8aa22b3753de4d85528afe1ef313
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 14:18:14 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 14:37:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c96424

dev-ml/textutils: remove old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/textutils/Manifest               |  1 -
 dev-ml/textutils/textutils-0.9.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index 5672d8e1a17..f44fad19128 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1,2 +1 @@
 DIST textutils-0.14.0.tar.gz 13261 BLAKE2B f4e1f364e72af47d70d1b674399c923672a780aefa1a2de731e786ef6a5fe03789d5605d326e883b9b37b0ac6fd98246b243980b16c25a4cc8baed29a2142cf9 SHA512 e8dca3f0f5c096846201a4fddf06e7bd3ad721a21df054189d0a7316a8d5be73df6633b045f7027d03b8023448f017aab14dbfc13985a11b5a2b58e5498b6de3
-DIST textutils-0.9.0.tar.gz 19603 BLAKE2B 20e515b62fad7b17a0bb05c3a3ad45af81dcf3bf5c98617803186df0badecf369a684cb481786fc0074b177807049848b27272b6a4872e26d7b47a036ca7c98f SHA512 2a60b0add940f3584752f1add546716ad1e9e002d8fae460d9e62acda39e4b486c06a3fa27ceab754d2339dc46422a5a9534345c743950d6ed08683060cab759

diff --git a/dev-ml/textutils/textutils-0.9.0.ebuild b/dev-ml/textutils/textutils-0.9.0.ebuild
deleted file mode 100644
index 2ebb56bcc79..00000000000
--- a/dev-ml/textutils/textutils-0.9.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-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="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	dev-ml/core:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_jane:=
-	dev-ml/ocaml-migrate-parsetree:=
-"
-DEPEND="${RDEPEND} dev-ml/jbuilder"


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-03-13 14:03 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-03-13 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cc4d65eecc9c491227212f9b950c92362341e452
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 13:19:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 14:02:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4d65ee

dev-ml/textutils: default +ocamlopt

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index c20aa12fd62..ba944150ab6 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE="ocamlopt"
+IUSE="+ocamlopt"
 
 RDEPEND="
 	dev-ml/core:=


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2021-03-13 14:05 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-03-13 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     99e20a270ea12db7f6105912dbacf5cea0616de6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 14:05:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 14:05:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e20a27

dev-ml/textutils: Stabilize 0.14.0 ppc64, #772833

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
index ba944150ab6..daaf322e2de 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2022-04-27  9:09 Alfredo Tupone
  0 siblings, 0 replies; 32+ messages in thread
From: Alfredo Tupone @ 2022-04-27  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     712bab510a714e16d7053a3b4b794419d7760fa5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 09:08:31 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 09:08:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712bab51

dev-ml/textutils: 0.15.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/textutils/Manifest                |  1 +
 dev-ml/textutils/textutils-0.15.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index f44fad191286..560bc53028d5 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1 +1,2 @@
 DIST textutils-0.14.0.tar.gz 13261 BLAKE2B f4e1f364e72af47d70d1b674399c923672a780aefa1a2de731e786ef6a5fe03789d5605d326e883b9b37b0ac6fd98246b243980b16c25a4cc8baed29a2142cf9 SHA512 e8dca3f0f5c096846201a4fddf06e7bd3ad721a21df054189d0a7316a8d5be73df6633b045f7027d03b8023448f017aab14dbfc13985a11b5a2b58e5498b6de3
+DIST textutils-0.15.0.tar.gz 15477 BLAKE2B ceb8482f8c76323bdd08c9c065220868dcc5405e4461d2b787e78e458ac0f7872519955a3c8247217517b12ec4450dd4452d7ae4d5a851151aa4e47f655f009b SHA512 d45dd57a3490330ab800cd06903bba760e89fc46b1209d3ad91395a729f999fec1af62f3c74c08d0270fb7a89de115f1cc08bdaf77d74a043183e629fc367e1b

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
new file mode 100644
index 000000000000..18d2948c2b90
--- /dev/null
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/core_unix:${SLOT}
+	dev-ml/textutils_kernel:${SLOT}
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-01-27  0:30 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2023-01-27  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     71af098fde5841697cd5687d54578f160a29e74e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 00:24:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 00:28:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71af098f

dev-ml/textutils: unkeyword 0.15.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index 18d2948c2b90..aa7d2f9396c8 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-02-20 20:27 Arthur Zamarin
  0 siblings, 0 replies; 32+ messages in thread
From: Arthur Zamarin @ 2023-02-20 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7b539489041745b66aea3ebaf2e76fb6f977d088
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:26:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:26:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b539489

dev-ml/textutils: Keyword 0.15.0 x86, #892131

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index aa7d2f9396c8..ae3356cdc0ba 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-02-24 16:56 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2023-02-24 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e54b7e9ff2c50375b8df80a5055d07e7fb058134
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:55:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:55:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54b7e9f

dev-ml/textutils: Keyword 0.15.0 arm64, #892131

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index ae3356cdc0ba..ee2222ab126f 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-02-24 22:20 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2023-02-24 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7a5871d05330dcaeaa0be9867d743f95a5f22f96
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 22:19:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 22:19:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5871d0

dev-ml/textutils: Keyword 0.15.0 arm, #892131

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index ee2222ab126f..6c65f41a22db 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-04-24 13:51 Alfredo Tupone
  0 siblings, 0 replies; 32+ messages in thread
From: Alfredo Tupone @ 2023-04-24 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     687ca13af34c2a827df037d3d567b6aade408f9e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 13:47:23 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 13:47:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687ca13a

dev-ml/textutils: stabilize 0.15.0 for amd64

Bug: https://bugs.gentoo.org/901715
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index 6c65f41a22db..72aeea6c43e7 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-05-05 13:19 Arthur Zamarin
  0 siblings, 0 replies; 32+ messages in thread
From: Arthur Zamarin @ 2023-05-05 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     18bdb9da15d6504b94849fd109153d284c593cf6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 13:19:07 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 13:19:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bdb9da

dev-ml/textutils: Stabilize 0.15.0 arm, #901715

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index 72aeea6c43e7..ccb50c3ff4fd 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-05-05 13:33 Arthur Zamarin
  0 siblings, 0 replies; 32+ messages in thread
From: Arthur Zamarin @ 2023-05-05 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0bddcd464e7d5abccd7b62a036841491f66c3358
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 13:33:05 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 13:33:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bddcd46

dev-ml/textutils: Stabilize 0.15.0 x86, #901715

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index ccb50c3ff4fd..e3d86dd9758c 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-05-05 22:30 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2023-05-05 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     330312c334ec46bd3e61788c400bd0e7f9eb67b6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 22:30:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 22:30:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330312c3

dev-ml/textutils: Stabilize 0.15.0 arm64, #901715

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index e3d86dd9758c..848f3149e9ba 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-06-15 18:20 Arthur Zamarin
  0 siblings, 0 replies; 32+ messages in thread
From: Arthur Zamarin @ 2023-06-15 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f425dcb761bf2a34b4d0ed8960239cd9f8ecbdfa
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 18:19:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 18:19:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f425dcb7

dev-ml/textutils: Keyword 0.15.0 ppc64, #892131

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild
index dfd84dc371bb..c10c076fe2d1 100644
--- a/dev-ml/textutils/textutils-0.15.0.ebuild
+++ b/dev-ml/textutils/textutils-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2023-07-08 16:37 Alfredo Tupone
  0 siblings, 0 replies; 32+ messages in thread
From: Alfredo Tupone @ 2023-07-08 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     53fe9bfd4b316c0bf9fe5e9bdf7248a10fe7c6db
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 16:13:19 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 16:34:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fe9bfd

dev-ml/textutils: add 0.16.0

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

 dev-ml/textutils/Manifest                |  1 +
 dev-ml/textutils/textutils-0.16.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index 560bc53028d5..99c658a7275d 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-ml/textutils/textutils-0.16.0.ebuild b/dev-ml/textutils/textutils-0.16.0.ebuild
new file mode 100644
index 000000000000..38a352a5fee9
--- /dev/null
+++ b/dev-ml/textutils/textutils-0.16.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	>=dev-lang/ocaml-4.14
+	dev-ml/core:${SLOT}
+	dev-ml/core_kernel:${SLOT}
+	dev-ml/core_unix:${SLOT}
+	dev-ml/ppx_jane:${SLOT}
+	dev-ml/textutils_kernel:${SLOT}
+	>=dev-ml/uutf-1.0.2:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2024-05-29 10:28 Alfredo Tupone
  0 siblings, 0 replies; 32+ messages in thread
From: Alfredo Tupone @ 2024-05-29 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     11dfafbf2f27ac7ad672c57f4fe75f36ecfdf0f2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 10:26:53 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 29 10:27:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dfafbf

dev-ml/textutils: 0.14.0 is only for 0.14.* deps

Closes: https://bugs.gentoo.org/932771
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{textutils-0.14.0.ebuild => textutils-0.14.0-r1.ebuild}       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0-r1.ebuild
similarity index 78%
rename from dev-ml/textutils/textutils-0.14.0.ebuild
rename to dev-ml/textutils/textutils-0.14.0-r1.ebuild
index ff21a6b6789a..65f0581c25d2 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,9 +15,9 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	dev-ml/core:=
-	dev-ml/core_kernel:=
-	dev-ml/ppx_jane:=
+	<dev-ml/core-0.15:=
+	<dev-ml/core_kernel-0.15:=
+	dev-ml/ppx_jane:0/0.14.0
 	dev-ml/uutf:=
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2024-06-08  5:18 Arthur Zamarin
  0 siblings, 0 replies; 32+ messages in thread
From: Arthur Zamarin @ 2024-06-08  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     398d5974eac57df82ce80ac8447e2e40ae3e203e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 05:18:37 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 05:18:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398d5974

dev-ml/textutils: Stabilize 0.16.0 x86, #933767

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/textutils/textutils-0.16.0.ebuild b/dev-ml/textutils/textutils-0.16.0.ebuild
index 38a352a5fee9..c06850d93ebb 100644
--- a/dev-ml/textutils/textutils-0.16.0.ebuild
+++ b/dev-ml/textutils/textutils-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2024-06-08  5:18 Arthur Zamarin
  0 siblings, 0 replies; 32+ messages in thread
From: Arthur Zamarin @ 2024-06-08  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6d7c62f5b453abf59f0a51e7c3c5ca6a285045a6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 05:18:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 05:18:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7c62f5

dev-ml/textutils: Stabilize 0.16.0 amd64, #933767

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.16.0.ebuild b/dev-ml/textutils/textutils-0.16.0.ebuild
index c06850d93ebb..30a09cbf3065 100644
--- a/dev-ml/textutils/textutils-0.16.0.ebuild
+++ b/dev-ml/textutils/textutils-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2024-06-08  6:33 Arthur Zamarin
  0 siblings, 0 replies; 32+ messages in thread
From: Arthur Zamarin @ 2024-06-08  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     acd7c455e29c896947b068f3cd7ea2f283b35d13
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 06:33:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 06:33:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd7c455

dev-ml/textutils: Stabilize 0.16.0 arm64, #933767

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.16.0.ebuild b/dev-ml/textutils/textutils-0.16.0.ebuild
index 30a09cbf3065..7e1a9e1294b5 100644
--- a/dev-ml/textutils/textutils-0.16.0.ebuild
+++ b/dev-ml/textutils/textutils-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
@ 2024-06-08  7:12 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2024-06-08  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     11da8cc5bec4d3eadf7cf3c3c0857af290af3d65
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 07:09:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 07:11:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11da8cc5

dev-ml/textutils: Stabilize 0.16.0 arm, #933767

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/textutils/textutils-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.16.0.ebuild b/dev-ml/textutils/textutils-0.16.0.ebuild
index 7e1a9e1294b5..b81248bcbd80 100644
--- a/dev-ml/textutils/textutils-0.16.0.ebuild
+++ b/dev-ml/textutils/textutils-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2024-06-08  7:12 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-08  7:12 [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-08  6:33 Arthur Zamarin
2024-06-08  5:18 Arthur Zamarin
2024-06-08  5:18 Arthur Zamarin
2024-05-29 10:28 Alfredo Tupone
2023-07-08 16:37 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-05-05 22:30 Sam James
2023-05-05 13:33 Arthur Zamarin
2023-05-05 13:19 Arthur Zamarin
2023-04-24 13:51 Alfredo Tupone
2023-02-24 22:20 Sam James
2023-02-24 16:56 Sam James
2023-02-20 20:27 Arthur Zamarin
2023-01-27  0:30 Sam James
2022-04-27  9:09 Alfredo Tupone
2021-03-13 14:05 Sam James
2021-03-13 14:03 Sam James
2021-03-07 14:38 Alfredo Tupone
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2021-02-21  9:49 Sam James
2021-02-10 16:39 Sam James
2021-01-28 20:25 Sam James
2021-01-28  2:48 Sam James
2021-01-27 19:53 Sam James
2021-01-24 16:12 Sam James
2021-01-24 16:06 Sam James
2017-01-30 22:55 Alexis Ballier
2017-01-24 11:50 Alexis Ballier
2016-03-22  9:20 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox