* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-01-10 17:16 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2021-01-10 17:16 UTC (permalink / raw
To: gentoo-commits
commit: cf9b688efe201def8de51a4cd233e4763e0c138a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 17:16:18 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 17:16:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9b688e
dev-ml/uunf: Copying from aballier overlay
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/Manifest | 1 +
dev-ml/uunf/metadata.xml | 11 +++++++++++
dev-ml/uunf/uunf-13.0.0.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
new file mode 100644
index 00000000000..7f4a79e2e13
--- /dev/null
+++ b/dev-ml/uunf/Manifest
@@ -0,0 +1 @@
+DIST uunf-13.0.0.tbz 39387 BLAKE2B fa8c46f63e2f8cf44cffe0db8c0aea73a0ffb6449f4a3c7c59baf4750db8e2364686276e6e5f284b2a528a45f02400274669c4e081533fbb25cdd36c6eb8fcb0 SHA512 ade9815b1d620a055a63dd0f8c5d5c54544eacfdcf0c6059cd20f1004a1319287f71021018fbc7e652bde738a97fae7e9d0963d5b192a4b0bb6e5b95456012a8
diff --git a/dev-ml/uunf/metadata.xml b/dev-ml/uunf/metadata.xml
new file mode 100644
index 00000000000..434a612f282
--- /dev/null
+++ b/dev-ml/uunf/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Alfredo Tupone</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">dbuenzli/uunf</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
new file mode 100644
index 00000000000..fcccf0d182d
--- /dev/null
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode text normalization"
+HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf"
+SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+OPAM_FILE=opam
+
+src_compile() {
+ ocaml pkg/pkg.ml build \
+ || die
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-01-10 21:42 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2021-01-10 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 668d2cb2ad84cd3382219b1dffa90a51c95b9e4a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 21:42:13 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:42:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668d2cb2
dev-ml/uunf: fix dependency
Closes: https://bugs.gentoo.org/764869
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/uunf-13.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index fcccf0d182d..cc99579c7b0 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -16,7 +16,7 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="dev-ml/findlib"
OPAM_FILE=opam
src_compile() {
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-01-11 7:40 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2021-01-11 7:40 UTC (permalink / raw
To: gentoo-commits
commit: af5a622c85362cca2131474338c21cb9233587d3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 07:40:02 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 07:40:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5a622c
dev-ml/uunf: fix dependency
Closes: https://bugs.gentoo.org/764884
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/uunf-13.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index cc99579c7b0..649ba57a316 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -14,7 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
+DEPEND="dev-ml/topkg"
RDEPEND="${DEPEND}"
BDEPEND="dev-ml/findlib"
OPAM_FILE=opam
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-01-11 18:14 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2021-01-11 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 5076c6cd213d8ef5573f36743ab0d48a041fc6dd
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 18:13:47 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 18:13:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5076c6cd
dev-ml/uunf: adjust dependency
Closes: https://bugs.gentoo.org/764938
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/uunf-13.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index 649ba57a316..b1670da7891 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -14,7 +14,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-ml/topkg"
+DEPEND="dev-ml/topkg
+ dev-ml/uutf"
RDEPEND="${DEPEND}"
BDEPEND="dev-ml/findlib"
OPAM_FILE=opam
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-01-13 7:55 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2021-01-13 7:55 UTC (permalink / raw
To: gentoo-commits
commit: 16f2538e1a48c96fc2595341c6dc58be5c31b267
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 07:54:57 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 07:54:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f2538e
dev-ml/uunf: add dependency
Closes: https://bugs.gentoo.org/765052
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/uunf-13.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index b1670da7891..5c1c8bdaf9b 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-ml/topkg
- dev-ml/uutf"
+ dev-ml/uutf
+ dev-ml/cmdliner"
RDEPEND="${DEPEND}"
BDEPEND="dev-ml/findlib"
OPAM_FILE=opam
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-01-15 22:04 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2021-01-15 22:04 UTC (permalink / raw
To: gentoo-commits
commit: fa03743c624ca34bdde3ade4847cf86906652297
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 22:04:09 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 22:04:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa03743c
dev-ml/uunf: ml maintains it
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ml/uunf/metadata.xml b/dev-ml/uunf/metadata.xml
index 434a612f282..206743db91c 100644
--- a/dev-ml/uunf/metadata.xml
+++ b/dev-ml/uunf/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Alfredo Tupone</name>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
</maintainer>
<upstream>
<remote-id type="github">dbuenzli/uunf</remote-id>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-09-17 14:14 Agostino Sarubbo
0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2021-09-17 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 99c1ec82fda426ad79b218a4c1ba8eea3d76d80e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 14:14:35 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 14:14:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c1ec82
dev-ml/uunf: amd64 stable wrt bug #813153
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/uunf/uunf-13.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index 5c1c8bdaf9b..be616d33940 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="dev-ml/topkg
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-09-18 12:30 Agostino Sarubbo
0 siblings, 0 replies; 20+ messages in thread
From: Agostino Sarubbo @ 2021-09-18 12:30 UTC (permalink / raw
To: gentoo-commits
commit: a52320676cc8228baa48f4b11ab20cc835782b47
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 12:30:33 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 12:30:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5232067
dev-ml/uunf: x86 stable wrt bug #813153
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-ml/uunf/uunf-13.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index be616d33940..d34bf31c177 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-ml/topkg
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-10-15 3:55 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-10-15 3:55 UTC (permalink / raw
To: gentoo-commits
commit: 40ad26130cff797a99e520feccce0c9a66722dbf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 03:55:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 03:55:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ad2613
dev-ml/uunf: fix build
Closes: https://bugs.gentoo.org/798270
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/uunf/{uunf-13.0.0.ebuild => uunf-13.0.0-r1.ebuild} | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0-r1.ebuild
similarity index 75%
rename from dev-ml/uunf/uunf-13.0.0.ebuild
rename to dev-ml/uunf/uunf-13.0.0-r1.ebuild
index d34bf31c177..bc1af4246d9 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0-r1.ebuild
@@ -14,14 +14,18 @@ SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="dev-ml/topkg
- dev-ml/uutf
- dev-ml/cmdliner"
+DEPEND="dev-ml/topkg:=
+ dev-ml/uutf:=
+ dev-ml/cmdliner:="
RDEPEND="${DEPEND}"
BDEPEND="dev-ml/findlib"
OPAM_FILE=opam
src_compile() {
+ # Increase stack limit to 11GiB to avoid stack overflow error.
+ # bug #798270
+ ulimit -s 11530000
+
ocaml pkg/pkg.ml build \
|| die
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2021-11-09 19:58 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2021-11-09 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 04b95b7e89870d1fdd69bc5c5e33c6363898be05
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 9 19:58:25 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 9 19:58:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b95b7e
dev-ml/uunf: 14.0.0 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/Manifest | 1 +
dev-ml/uunf/uunf-14.0.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
index 7f4a79e2e13..fe5af61d2cd 100644
--- a/dev-ml/uunf/Manifest
+++ b/dev-ml/uunf/Manifest
@@ -1 +1,2 @@
DIST uunf-13.0.0.tbz 39387 BLAKE2B fa8c46f63e2f8cf44cffe0db8c0aea73a0ffb6449f4a3c7c59baf4750db8e2364686276e6e5f284b2a528a45f02400274669c4e081533fbb25cdd36c6eb8fcb0 SHA512 ade9815b1d620a055a63dd0f8c5d5c54544eacfdcf0c6059cd20f1004a1319287f71021018fbc7e652bde738a97fae7e9d0963d5b192a4b0bb6e5b95456012a8
+DIST uunf-14.0.0.tbz 41632 BLAKE2B f2c6523f773b77905092f14934ff40a1deaf76c3f769df6d00f5c743ac9d240a78838142016b7b0eb9d2c9a132c3c2df67e31bf433ec9888e9cc2b831cf45d67 SHA512 9aac01483abb8a8a5d68832d7f7692909d61559f2c9b0284c1da293f8115d1100df26e9e4cf7280bda6499ba866f5da2c72c4c21ca99a1d594b29d000e9bb051
diff --git a/dev-ml/uunf/uunf-14.0.0.ebuild b/dev-ml/uunf/uunf-14.0.0.ebuild
new file mode 100644
index 00000000000..8d806d41586
--- /dev/null
+++ b/dev-ml/uunf/uunf-14.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode text normalization"
+HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf"
+SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-ml/topkg:=
+ dev-ml/uutf:=
+ dev-ml/cmdliner:="
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/findlib"
+OPAM_FILE=opam
+
+src_compile() {
+ # Increase stack limit to 11GiB to avoid stack overflow error.
+ # bug #798270
+ ulimit -s 11530000
+
+ ocaml pkg/pkg.ml build \
+ || die
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2023-01-16 12:20 Maciej Barć
0 siblings, 0 replies; 20+ messages in thread
From: Maciej Barć @ 2023-01-16 12:20 UTC (permalink / raw
To: gentoo-commits
commit: c7756371d3b846e6ba93e68c53cd69ecafb57fe1
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 05:46:21 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 12:20:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7756371
dev-ml/uunf: bump to 15.0.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/uunf/Manifest | 1 +
dev-ml/uunf/uunf-15.0.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
index fe5af61d2cd6..4381049671c0 100644
--- a/dev-ml/uunf/Manifest
+++ b/dev-ml/uunf/Manifest
@@ -1,2 +1,3 @@
DIST uunf-13.0.0.tbz 39387 BLAKE2B fa8c46f63e2f8cf44cffe0db8c0aea73a0ffb6449f4a3c7c59baf4750db8e2364686276e6e5f284b2a528a45f02400274669c4e081533fbb25cdd36c6eb8fcb0 SHA512 ade9815b1d620a055a63dd0f8c5d5c54544eacfdcf0c6059cd20f1004a1319287f71021018fbc7e652bde738a97fae7e9d0963d5b192a4b0bb6e5b95456012a8
DIST uunf-14.0.0.tbz 41632 BLAKE2B f2c6523f773b77905092f14934ff40a1deaf76c3f769df6d00f5c743ac9d240a78838142016b7b0eb9d2c9a132c3c2df67e31bf433ec9888e9cc2b831cf45d67 SHA512 9aac01483abb8a8a5d68832d7f7692909d61559f2c9b0284c1da293f8115d1100df26e9e4cf7280bda6499ba866f5da2c72c4c21ca99a1d594b29d000e9bb051
+DIST uunf-15.0.0.tbz 42418 BLAKE2B add1dda2f6af07ccaec26d9715eddf31dc398f0cdae85eec0297bcbcd9f5e23f59846813d96e554d88b18096c9419490265c061bf5835a4b67daacf3938c2876 SHA512 204d923d4e8d910318180c15087fe53d98d8ec0a8d3c3f6c54219e5e09ee5c5bdf57585e5570d895f8d90647c4eeaa45d9e6e75d58edeb9febee053e0dd47fbc
diff --git a/dev-ml/uunf/uunf-15.0.0.ebuild b/dev-ml/uunf/uunf-15.0.0.ebuild
new file mode 100644
index 000000000000..b4c38684ce6a
--- /dev/null
+++ b/dev-ml/uunf/uunf-15.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode text normalization"
+HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf"
+SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-ml/topkg:=
+ dev-ml/uutf:=
+ dev-ml/cmdliner:="
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/findlib"
+OPAM_FILE=opam
+
+src_compile() {
+ # Increase stack limit to 11GiB to avoid stack overflow error.
+ # bug #798270
+ ulimit -s 11530000
+
+ ocaml pkg/pkg.ml build \
+ || die
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2023-03-17 2:29 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-03-17 2:29 UTC (permalink / raw
To: gentoo-commits
commit: f4960173f329790d147b088efd336be334a0520b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 02:27:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 02:27:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4960173
dev-ml/uunf: Stabilize 15.0.0 amd64, #901691
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/uunf/uunf-15.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-15.0.0.ebuild b/dev-ml/uunf/uunf-15.0.0.ebuild
index b4c38684ce6a..1108281d260d 100644
--- a/dev-ml/uunf/uunf-15.0.0.ebuild
+++ b/dev-ml/uunf/uunf-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="dev-ml/topkg:=
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2023-03-17 2:29 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-03-17 2:29 UTC (permalink / raw
To: gentoo-commits
commit: 16884ee6b553a26e4e65db0aa677e25d10c1c6b4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 02:27:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 02:27:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16884ee6
dev-ml/uunf: Stabilize 15.0.0 x86, #901691
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/uunf/uunf-15.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-15.0.0.ebuild b/dev-ml/uunf/uunf-15.0.0.ebuild
index 1108281d260d..c779a04c4090 100644
--- a/dev-ml/uunf/uunf-15.0.0.ebuild
+++ b/dev-ml/uunf/uunf-15.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-ml/topkg:=
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2023-09-22 14:09 Maciej Barć
0 siblings, 0 replies; 20+ messages in thread
From: Maciej Barć @ 2023-09-22 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 78c316b5a4bac463f633a629e8868ff0f6c490c3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 12:21:47 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:09:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c316b5
dev-ml/uunf: drop old 14.0.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/uunf/Manifest | 1 -
dev-ml/uunf/uunf-14.0.0.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
index 7ceb6d3aaf94..9d993c6d7ac2 100644
--- a/dev-ml/uunf/Manifest
+++ b/dev-ml/uunf/Manifest
@@ -1,2 +1 @@
-DIST uunf-14.0.0.tbz 41632 BLAKE2B f2c6523f773b77905092f14934ff40a1deaf76c3f769df6d00f5c743ac9d240a78838142016b7b0eb9d2c9a132c3c2df67e31bf433ec9888e9cc2b831cf45d67 SHA512 9aac01483abb8a8a5d68832d7f7692909d61559f2c9b0284c1da293f8115d1100df26e9e4cf7280bda6499ba866f5da2c72c4c21ca99a1d594b29d000e9bb051
DIST uunf-15.0.0.tbz 42418 BLAKE2B add1dda2f6af07ccaec26d9715eddf31dc398f0cdae85eec0297bcbcd9f5e23f59846813d96e554d88b18096c9419490265c061bf5835a4b67daacf3938c2876 SHA512 204d923d4e8d910318180c15087fe53d98d8ec0a8d3c3f6c54219e5e09ee5c5bdf57585e5570d895f8d90647c4eeaa45d9e6e75d58edeb9febee053e0dd47fbc
diff --git a/dev-ml/uunf/uunf-14.0.0.ebuild b/dev-ml/uunf/uunf-14.0.0.ebuild
deleted file mode 100644
index 8d806d41586d..000000000000
--- a/dev-ml/uunf/uunf-14.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit opam
-
-DESCRIPTION="Unicode text normalization"
-HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf"
-SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-ml/topkg:=
- dev-ml/uutf:=
- dev-ml/cmdliner:="
-RDEPEND="${DEPEND}"
-BDEPEND="dev-ml/findlib"
-OPAM_FILE=opam
-
-src_compile() {
- # Increase stack limit to 11GiB to avoid stack overflow error.
- # bug #798270
- ulimit -s 11530000
-
- ocaml pkg/pkg.ml build \
- || die
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2023-09-22 14:09 Maciej Barć
0 siblings, 0 replies; 20+ messages in thread
From: Maciej Barć @ 2023-09-22 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 2c36fb7d59fc7fe846cd966ed04ff07d56f178c4
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 12:21:39 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:09:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c36fb7d
dev-ml/uunf: drop old 13.0.0-r1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/uunf/Manifest | 1 -
dev-ml/uunf/uunf-13.0.0-r1.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
index 4381049671c0..7ceb6d3aaf94 100644
--- a/dev-ml/uunf/Manifest
+++ b/dev-ml/uunf/Manifest
@@ -1,3 +1,2 @@
-DIST uunf-13.0.0.tbz 39387 BLAKE2B fa8c46f63e2f8cf44cffe0db8c0aea73a0ffb6449f4a3c7c59baf4750db8e2364686276e6e5f284b2a528a45f02400274669c4e081533fbb25cdd36c6eb8fcb0 SHA512 ade9815b1d620a055a63dd0f8c5d5c54544eacfdcf0c6059cd20f1004a1319287f71021018fbc7e652bde738a97fae7e9d0963d5b192a4b0bb6e5b95456012a8
DIST uunf-14.0.0.tbz 41632 BLAKE2B f2c6523f773b77905092f14934ff40a1deaf76c3f769df6d00f5c743ac9d240a78838142016b7b0eb9d2c9a132c3c2df67e31bf433ec9888e9cc2b831cf45d67 SHA512 9aac01483abb8a8a5d68832d7f7692909d61559f2c9b0284c1da293f8115d1100df26e9e4cf7280bda6499ba866f5da2c72c4c21ca99a1d594b29d000e9bb051
DIST uunf-15.0.0.tbz 42418 BLAKE2B add1dda2f6af07ccaec26d9715eddf31dc398f0cdae85eec0297bcbcd9f5e23f59846813d96e554d88b18096c9419490265c061bf5835a4b67daacf3938c2876 SHA512 204d923d4e8d910318180c15087fe53d98d8ec0a8d3c3f6c54219e5e09ee5c5bdf57585e5570d895f8d90647c4eeaa45d9e6e75d58edeb9febee053e0dd47fbc
diff --git a/dev-ml/uunf/uunf-13.0.0-r1.ebuild b/dev-ml/uunf/uunf-13.0.0-r1.ebuild
deleted file mode 100644
index bc1af4246d94..000000000000
--- a/dev-ml/uunf/uunf-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit opam
-
-DESCRIPTION="Unicode text normalization"
-HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf"
-SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-ml/topkg:=
- dev-ml/uutf:=
- dev-ml/cmdliner:="
-RDEPEND="${DEPEND}"
-BDEPEND="dev-ml/findlib"
-OPAM_FILE=opam
-
-src_compile() {
- # Increase stack limit to 11GiB to avoid stack overflow error.
- # bug #798270
- ulimit -s 11530000
-
- ocaml pkg/pkg.ml build \
- || die
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2023-09-22 14:09 Maciej Barć
0 siblings, 0 replies; 20+ messages in thread
From: Maciej Barć @ 2023-09-22 14:09 UTC (permalink / raw
To: gentoo-commits
commit: db857f4883a16831bdc33feb904853c70ed7b92d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 12:23:18 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:09:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db857f48
dev-ml/uunf: bump to 15.1.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-ml/uunf/Manifest | 1 +
dev-ml/uunf/uunf-15.1.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
index 9d993c6d7ac2..ccf497d91079 100644
--- a/dev-ml/uunf/Manifest
+++ b/dev-ml/uunf/Manifest
@@ -1 +1,2 @@
DIST uunf-15.0.0.tbz 42418 BLAKE2B add1dda2f6af07ccaec26d9715eddf31dc398f0cdae85eec0297bcbcd9f5e23f59846813d96e554d88b18096c9419490265c061bf5835a4b67daacf3938c2876 SHA512 204d923d4e8d910318180c15087fe53d98d8ec0a8d3c3f6c54219e5e09ee5c5bdf57585e5570d895f8d90647c4eeaa45d9e6e75d58edeb9febee053e0dd47fbc
+DIST uunf-15.1.0.tbz 43837 BLAKE2B 1af584fd25f1a1c0f15ba999ab11f155c607fdb54b208094d5586a274b54a823dab94a655ae0d80f6f75b90e1ef42d36295dc03dfb82d4c91fd9b6230689cb11 SHA512 1df1edbcb37da80e6d96eedd5e01c43c81275eca727a53d91a777d01f30cf0b964968c7be1d943e574e40ad4acb75c86e42976b3048dacb2c798b38475d0a6d0
diff --git a/dev-ml/uunf/uunf-15.1.0.ebuild b/dev-ml/uunf/uunf-15.1.0.ebuild
new file mode 100644
index 000000000000..eb1030f21bad
--- /dev/null
+++ b/dev-ml/uunf/uunf-15.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit opam
+
+DESCRIPTION="Unicode text normalization"
+HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf"
+SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-ml/topkg:=
+ dev-ml/uutf:=
+ dev-ml/cmdliner:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ dev-ml/findlib
+"
+
+OPAM_FILE="opam"
+
+src_compile() {
+ # Increase stack limit to 11GiB to avoid stack overflow error.
+ # bug #798270
+ ulimit -s 11530000
+
+ ocaml pkg/pkg.ml build \
+ || die "failed to run the pkg/pkg.ml ocaml compilation script"
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2024-02-14 19:47 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-02-14 19:47 UTC (permalink / raw
To: gentoo-commits
commit: f459dd6c3027354328e1643d6e305b374eeadf70
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 19:47:03 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 19:47:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f459dd6c
dev-ml/uunf: Stabilize 15.1.0 x86, #924578
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/uunf/uunf-15.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/uunf/uunf-15.1.0.ebuild b/dev-ml/uunf/uunf-15.1.0.ebuild
index eb1030f21bad..0f145504dba2 100644
--- a/dev-ml/uunf/uunf-15.1.0.ebuild
+++ b/dev-ml/uunf/uunf-15.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2024-02-15 13:56 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-02-15 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 9efd170ca8bd6b165755fd0ebcd613c313ba1156
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 13:55:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:55:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efd170c
dev-ml/uunf: Stabilize 15.1.0 amd64, #924578
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/uunf/uunf-15.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uunf/uunf-15.1.0.ebuild b/dev-ml/uunf/uunf-15.1.0.ebuild
index 0f145504dba2..60ec54b1ba24 100644
--- a/dev-ml/uunf/uunf-15.1.0.ebuild
+++ b/dev-ml/uunf/uunf-15.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2024-06-02 12:48 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2024-06-02 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 802a606d221a7241ec9f90cd33f9467e674fba6a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 2 12:46:56 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun 2 12:47:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802a606d
dev-ml/uunf: add dep on dev-ml/uchar
Closes: https://bugs.gentoo.org/922573
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/{uunf-15.1.0.ebuild => uunf-15.1.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/uunf/uunf-15.1.0.ebuild b/dev-ml/uunf/uunf-15.1.0-r1.ebuild
similarity index 97%
rename from dev-ml/uunf/uunf-15.1.0.ebuild
rename to dev-ml/uunf/uunf-15.1.0-r1.ebuild
index 60ec54b1ba24..fcbb6d3d29fa 100644
--- a/dev-ml/uunf/uunf-15.1.0.ebuild
+++ b/dev-ml/uunf/uunf-15.1.0-r1.ebuild
@@ -12,12 +12,12 @@ SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
-IUSE=""
DEPEND="
+ dev-ml/cmdliner:=
dev-ml/topkg:=
+ dev-ml/uchar:=
dev-ml/uutf:=
- dev-ml/cmdliner:=
"
RDEPEND="
${DEPEND}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/
@ 2024-10-19 15:05 Alfredo Tupone
0 siblings, 0 replies; 20+ messages in thread
From: Alfredo Tupone @ 2024-10-19 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 638d2f4a59a3c9ecb5913becc54ce59bc68b2ba6
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 15:05:21 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 15:05:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638d2f4a
dev-ml/uunf: add 16.0.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uunf/Manifest | 1 +
dev-ml/uunf/uunf-16.0.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
index ccf497d91079..ffa57e6fc2c5 100644
--- a/dev-ml/uunf/Manifest
+++ b/dev-ml/uunf/Manifest
@@ -1,2 +1,3 @@
DIST uunf-15.0.0.tbz 42418 BLAKE2B add1dda2f6af07ccaec26d9715eddf31dc398f0cdae85eec0297bcbcd9f5e23f59846813d96e554d88b18096c9419490265c061bf5835a4b67daacf3938c2876 SHA512 204d923d4e8d910318180c15087fe53d98d8ec0a8d3c3f6c54219e5e09ee5c5bdf57585e5570d895f8d90647c4eeaa45d9e6e75d58edeb9febee053e0dd47fbc
DIST uunf-15.1.0.tbz 43837 BLAKE2B 1af584fd25f1a1c0f15ba999ab11f155c607fdb54b208094d5586a274b54a823dab94a655ae0d80f6f75b90e1ef42d36295dc03dfb82d4c91fd9b6230689cb11 SHA512 1df1edbcb37da80e6d96eedd5e01c43c81275eca727a53d91a777d01f30cf0b964968c7be1d943e574e40ad4acb75c86e42976b3048dacb2c798b38475d0a6d0
+DIST uunf-16.0.0.tbz 44311 BLAKE2B 568801f6c2732f83cb9463a1de24a205380305980da8fd9d09463ddb0f5d070a90044416387de30c1ebd1801e64034beee5296013305558f123cc38f351b1f37 SHA512 55e6aa2c0190667467744991839ae1024aa539fc94d9b8dcbaf8fdefed4f77a274acd22f79354b48b4a7582f308dbaadf14991ffee0c2aaf6e16f8efd538b756
diff --git a/dev-ml/uunf/uunf-16.0.0.ebuild b/dev-ml/uunf/uunf-16.0.0.ebuild
new file mode 100644
index 000000000000..108d409c5067
--- /dev/null
+++ b/dev-ml/uunf/uunf-16.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit opam
+
+DESCRIPTION="Unicode text normalization"
+HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf"
+SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-ml/cmdliner:=
+ dev-ml/topkg:=
+ dev-ml/uchar:=
+ dev-ml/uutf:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ dev-ml/findlib
+"
+
+OPAM_FILE="opam"
+
+src_compile() {
+ # Increase stack limit to 11GiB to avoid stack overflow error.
+ # bug #798270
+ ulimit -s 11530000
+
+ ocaml pkg/pkg.ml build \
+ || die "failed to run the pkg/pkg.ml ocaml compilation script"
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2024-10-19 15:05 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-11 18:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 15:05 Alfredo Tupone
2024-06-02 12:48 Alfredo Tupone
2024-02-15 13:56 Sam James
2024-02-14 19:47 Arthur Zamarin
2023-09-22 14:09 Maciej Barć
2023-09-22 14:09 Maciej Barć
2023-09-22 14:09 Maciej Barć
2023-03-17 2:29 Sam James
2023-03-17 2:29 Sam James
2023-01-16 12:20 Maciej Barć
2021-11-09 19:58 Alfredo Tupone
2021-10-15 3:55 Sam James
2021-09-18 12:30 Agostino Sarubbo
2021-09-17 14:14 Agostino Sarubbo
2021-01-15 22:04 Alfredo Tupone
2021-01-13 7:55 Alfredo Tupone
2021-01-11 7:40 Alfredo Tupone
2021-01-10 21:42 Alfredo Tupone
2021-01-10 17:16 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox