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 E0DE915817D for ; Thu, 20 Jun 2024 20:53:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3769DE2A24; Thu, 20 Jun 2024 20:53:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 16901E2A24 for ; Thu, 20 Jun 2024 20:53:55 +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 17F9B33B864 for ; Thu, 20 Jun 2024 20:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 542B51D42 for ; Thu, 20 Jun 2024 20:53:52 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1718916797.90f3485f946dffbacb59a736d305d2a716176987.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/xml-light/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/xml-light/Manifest dev-ml/xml-light/metadata.xml dev-ml/xml-light/xml-light-2.5.ebuild X-VCS-Directories: dev-ml/xml-light/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 90f3485f946dffbacb59a736d305d2a716176987 X-VCS-Branch: master Date: Thu, 20 Jun 2024 20:53:52 +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: 8b58d095-e9bd-45a6-ab6e-e16e5d080d0e X-Archives-Hash: c5e8270cccbe84b7c9e0ccb64f08c475 commit: 90f3485f946dffbacb59a736d305d2a716176987 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Jun 20 20:52:20 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Jun 20 20:53:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f3485f dev-ml/xml-light: add 2.5 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/xml-light/Manifest | 1 + dev-ml/xml-light/metadata.xml | 8 +++++++- dev-ml/xml-light/xml-light-2.5.ebuild | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/dev-ml/xml-light/Manifest b/dev-ml/xml-light/Manifest index 12ebe504ed24..e5f6265491b3 100644 --- a/dev-ml/xml-light/Manifest +++ b/dev-ml/xml-light/Manifest @@ -1 +1,2 @@ DIST xml-light-2.2.zip 22130 BLAKE2B 95b4bc23be63ef5c6faf529877aaf753e3c9fee99948dff82bab5e3206ea718a71ce1e03a2bdba17ff21c040dc8774312ce752c97450f0420681926524864f58 SHA512 b3be968db1ea8b9f8cc439fc8a685083227a7b07469af17c31993229a506f2ff6b1b0cf2097f4198a71e1d858d166f36c99bb26720136633c233a790764087ed +DIST xml-light-2.5.tar.gz 18212 BLAKE2B 94174b0bed12b77647044de5552e3e6bbdbd8aa1c9e4683709d4a51227fd54bbd426de9a0c894ddc73271eefa763dfbc8df75a23b654fc6c681b49826ab082a9 SHA512 95d9d8ede370a9d82ecea08c717ef35f8df56907724596149af29b21871dd9942a4d5742d1fa16d63d4735d65d5529627d26f7bc703249a7f2f62e5479d72310 diff --git a/dev-ml/xml-light/metadata.xml b/dev-ml/xml-light/metadata.xml index 85e4ed814fa2..c0f56885838a 100644 --- a/dev-ml/xml-light/metadata.xml +++ b/dev-ml/xml-light/metadata.xml @@ -1,5 +1,11 @@ - + + ml@gentoo.org + ML + + + ncannasse/xml-light + diff --git a/dev-ml/xml-light/xml-light-2.5.ebuild b/dev-ml/xml-light/xml-light-2.5.ebuild new file mode 100644 index 000000000000..6d190f97e1ad --- /dev/null +++ b/dev-ml/xml-light/xml-light-2.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Minimal Xml parser and printer for OCaml" +HOMEPAGE="https://github.com/ncannasse/xml-light" +SRC_URI="https://github.com/ncannasse/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt"