commit:     8cf8c34a56417d347c15ee709696317cd82afe00
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 18:00:45 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 20:08:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf8c34a

dev-erlang/fast_xml: add 1.1.51

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/fast_xml/Manifest               |  1 +
 dev-erlang/fast_xml/fast_xml-1.1.51.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
index 906e193a245c..733182bfb6be 100644
--- a/dev-erlang/fast_xml/Manifest
+++ b/dev-erlang/fast_xml/Manifest
@@ -1,2 +1,3 @@
 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
+DIST fast_xml-1.1.51.tar.gz 108480 BLAKE2B 
84309a0e062df44fa6250ea4e954e412bd2211ed0dbb9b058e5d592bb08f520abc0f7812d5c29bb4e031387c0c4c1008c9a353da4c57af3b42715c866d938881
 SHA512 
ef442120b754786548f5ea20880a7ab155105aa40d27ae547a07dbc3892e6b87df0e8e41349bd2f09898fa3664cb72410074a07f67084d3496f0bf0f0fd920d9

diff --git a/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild 
b/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild
new file mode 100644
index 000000000000..0c25c1a1892b
--- /dev/null
+++ b/dev-erlang/fast_xml/fast_xml-1.1.51.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 )

Reply via email to