summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-10-18 09:13:00 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-10-18 10:21:24 +0200
commit078c4304bce9f2d08d272affdf88240cf78ca8a3 (patch)
tree8c0f306150a151f8912dde2b2ccd67231cdddbeb /dev-erlang
parentdev-erlang/ezlib: add 1.0.13 (diff)
downloadgentoo-078c4304bce9f2d08d272affdf88240cf78ca8a3.tar.gz
gentoo-078c4304bce9f2d08d272affdf88240cf78ca8a3.tar.bz2
gentoo-078c4304bce9f2d08d272affdf88240cf78ca8a3.zip
dev-erlang/fast_xml: add 1.1.52
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/fast_xml/Manifest1
-rw-r--r--dev-erlang/fast_xml/fast_xml-1.1.52.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
index 903b0806b5c6..ddf7928cf0d0 100644
--- a/dev-erlang/fast_xml/Manifest
+++ b/dev-erlang/fast_xml/Manifest
@@ -1,2 +1,3 @@
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
+DIST fast_xml-1.1.52.tar.gz 108562 BLAKE2B 8563e6423f60205bf56e4abc9456b88aedb695d06f5e4c086460151ad3ec9f0481b8d0b40572c1d49e5d951fcb1c4e2fbf80a71ee021d11a380475e17513c367 SHA512 08bd923649296f25c214b5d34488401d2427ae339af61ec7ea2ebcdf9bce2855d93d9fa33497ea0c3402b9720805129d196547e0a8a54d6010b7293bcbf08b62
diff --git a/dev-erlang/fast_xml/fast_xml-1.1.52.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.52.ebuild
new file mode 100644
index 000000000000..86c9770fd746
--- /dev/null
+++ b/dev-erlang/fast_xml/fast_xml-1.1.52.ebuild
@@ -0,0 +1,23 @@
+# 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 ~sparc ~x86"
+
+DEPEND="
+ >=dev-erlang/p1_utils-1.0.26
+ dev-libs/expat
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )