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 81631158092 for ; Tue, 17 May 2022 20:02:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE129E0932; Tue, 17 May 2022 20:02:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9533FE0932 for ; Tue, 17 May 2022 20:02:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AE201341D4B for ; Tue, 17 May 2022 20:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60CD7477 for ; Tue, 17 May 2022 20:02:24 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1652817683.5bf1c0b660809c1749ed77bcd8ba9518bfaffbbe.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/fast_xml/Manifest dev-erlang/fast_xml/fast_xml-1.1.49.ebuild X-VCS-Directories: dev-erlang/fast_xml/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5bf1c0b660809c1749ed77bcd8ba9518bfaffbbe X-VCS-Branch: master Date: Tue, 17 May 2022 20:02:24 +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: a582dd01-c049-4de5-ac9c-ad11bd15990d X-Archives-Hash: 8d15e7814f26249fd99f4a2aa5daa842 commit: 5bf1c0b660809c1749ed77bcd8ba9518bfaffbbe Author: Florian Schmaus gentoo org> AuthorDate: Tue May 17 17:31:01 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 17 20:01:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf1c0b6 dev-erlang/fast_xml: add 1.1.49 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/fast_xml/Manifest | 1 + dev-erlang/fast_xml/fast_xml-1.1.49.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest index e6ff6c414e2c..906e193a245c 100644 --- a/dev-erlang/fast_xml/Manifest +++ b/dev-erlang/fast_xml/Manifest @@ -1 +1,2 @@ DIST fast_xml-1.1.48.tar.gz 108340 BLAKE2B 3ef39687ce9834827a79e15633f6ba65a7a6e9d9618896292cd9c449be002ef4ff37ffe9c7b11074bb63cf68efbec55a5a373a97e6fc07d7f93b7a9a0edb524e SHA512 59816ec5d8b3a8c956f0a9e9fdd0b0e2b6791ea134956e7025b69b4151a48fb01b033f24fd4e9b14d9f2a3ef193eb7bf64dd182b017a8d73573708569d2d4756 +DIST fast_xml-1.1.49.tar.gz 108442 BLAKE2B 736dca10827e450b0b43cd2ad315238612a7b0f4516e6faa426e497c27ee4d073253d5381f5a301cb30e88b667a724fa86ba29857a8637e7cb1e637564f1267e SHA512 c33e94865b676f0011f21f9434e0ac3c019abdad7cf0b229a4dcad8bf6c26d4d84585e013cc8257cbb4da4a4f4d5216702dbf2eda15bd333fd429d260e6e85f5 diff --git a/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild new file mode 100644 index 000000000000..1b590c974f53 --- /dev/null +++ b/dev-erlang/fast_xml/fast_xml-1.1.49.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit rebar + +DESCRIPTION="Fast Expat based Erlang XML parsing library" +HOMEPAGE="https://github.com/processone/fast_xml" +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-erlang/p1_utils-1.0.23 + dev-libs/expat" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )