From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA7D6158089 for ; Fri, 22 Sep 2023 14:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5621E2BC070; Fri, 22 Sep 2023 14:09:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 390632BC070 for ; Fri, 22 Sep 2023 14:09:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B7B233BF39 for ; Fri, 22 Sep 2023 14:09:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 583C91235 for ; Fri, 22 Sep 2023 14:09:48 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1695391784.78c316b5a4bac463f633a629e8868ff0f6c490c3.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/uunf/Manifest dev-ml/uunf/uunf-14.0.0.ebuild X-VCS-Directories: dev-ml/uunf/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 78c316b5a4bac463f633a629e8868ff0f6c490c3 X-VCS-Branch: master Date: Fri, 22 Sep 2023 14:09:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a51a955a-681d-4522-ab96-778912455d4a X-Archives-Hash: fe9a2bb4bd9b9fba0456faa7e5877d9d commit: 78c316b5a4bac463f633a629e8868ff0f6c490c3 Author: Maciej Barć gentoo org> AuthorDate: Fri Sep 22 12:21:47 2023 +0000 Commit: Maciej Barć gentoo 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ć 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 -}