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 D6E09158086 for ; Tue, 7 Dec 2021 23:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF0112BC01D; Tue, 7 Dec 2021 23:26:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC85C2BC008 for ; Tue, 7 Dec 2021 23:26:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFA1D34329B for ; Tue, 7 Dec 2021 23:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F1D21D for ; Tue, 7 Dec 2021 23:26:36 +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: <1638919592.177260cc0353a1f30eaf54cad31e5f245fcd5a52.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/zed/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/zed/Manifest dev-ml/zed/metadata.xml dev-ml/zed/zed-3.1.0.ebuild X-VCS-Directories: dev-ml/zed/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 177260cc0353a1f30eaf54cad31e5f245fcd5a52 X-VCS-Branch: master Date: Tue, 7 Dec 2021 23:26:36 +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: c9966922-999d-4e0b-a672-756a18724666 X-Archives-Hash: 5cabe0440ea0254da46607f2d91c5c96 commit: 177260cc0353a1f30eaf54cad31e5f245fcd5a52 Author: Maciej Barć gentoo org> AuthorDate: Tue Dec 7 22:50:43 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Dec 7 23:26:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177260cc dev-ml/zed: new package; add version 3.1.0 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-ml/zed/Manifest | 1 + dev-ml/zed/metadata.xml | 22 ++++++++++++++++++++++ dev-ml/zed/zed-3.1.0.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/dev-ml/zed/Manifest b/dev-ml/zed/Manifest new file mode 100644 index 000000000000..eaad68c3bbb2 --- /dev/null +++ b/dev-ml/zed/Manifest @@ -0,0 +1 @@ +DIST zed-3.1.0.tar.gz 45535 BLAKE2B 8c8898f01add91807fa282baae1c5ee34e77c5234e87e4c79c17a9f55756d3b4c2af5f0b01deb9414a657f63ea6cf6db44af7249adb0f2b147e923b4112a7dd7 SHA512 d4457af15f970adb7b1ed543017e590fa0ecc47171d6dd520a1397f21ce0219caa30a9db7bedb76c0602d4f6d0f0684012cc33feafe18b848d3261a460dea10a diff --git a/dev-ml/zed/metadata.xml b/dev-ml/zed/metadata.xml new file mode 100644 index 000000000000..b2be3f06ce46 --- /dev/null +++ b/dev-ml/zed/metadata.xml @@ -0,0 +1,22 @@ + + + + + + ml@gentoo.org + ML + + + Zed is an abstract engine for text edition. It can be used to write text + editors, edition widgets, readlines, ... Zed uses Camomile to fully + support the Unicode specification, and implements an UTF-8 encoded string + type with validation, and a rope datastructure to achieve efficient + operations on large Unicode buffers. Zed also features a regular expression + search on ropes. To support efficient text edition capabilities, + Zed provides macro recording and cursor management facilities. + + + https://github.com/ocaml-community/zed/issues/ + ocaml-community/zed + + diff --git a/dev-ml/zed/zed-3.1.0.ebuild b/dev-ml/zed/zed-3.1.0.ebuild new file mode 100644 index 000000000000..64634262c7c0 --- /dev/null +++ b/dev-ml/zed/zed-3.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Abstract engine for text edition in OCaml" +HOMEPAGE="https://github.com/ocaml-community/zed" +SRC_URI="https://github.com/ocaml-community/zed/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/camomile:= + dev-ml/charinfo_width:= + dev-ml/react:= +" +DEPEND="${RDEPEND}"