summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-11-08 21:04:49 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-11-08 21:20:45 +0100
commit01afb27bd4c0509edfe9facc3c587217da560558 (patch)
treee97d875b94700aae6305bbc4d36d2bcbb1aaa9e2 /dev-erlang
parentdev-erlang/esip: add 1.0.55 (diff)
downloadgentoo-01afb27bd4c0509edfe9facc3c587217da560558.tar.gz
gentoo-01afb27bd4c0509edfe9facc3c587217da560558.tar.bz2
gentoo-01afb27bd4c0509edfe9facc3c587217da560558.zip
dev-erlang/fast_xml: add 1.1.53
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.53.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
index de872831b81f..9f051c191092 100644
--- a/dev-erlang/fast_xml/Manifest
+++ b/dev-erlang/fast_xml/Manifest
@@ -1,2 +1,3 @@
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
+DIST fast_xml-1.1.53.tar.gz 105513 BLAKE2B e2961e2d057fa182237351612b186018bde89032a4a81dedc3693d96aad273ff53c2ea2c4d64c3701e240fa10d9601bd547f18df6eb9b4c3b9090a5d5b7e28d7 SHA512 fe19c2c2b877b2936cf48f1c28b692f92329dc298d26d5bd25a37656a531736a213abd90d18f5546dc488cf389afde8384c7551c97fe81c48646a361b6f6edc0
diff --git a/dev-erlang/fast_xml/fast_xml-1.1.53.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.53.ebuild
new file mode 100644
index 000000000000..86c9770fd746
--- /dev/null
+++ b/dev-erlang/fast_xml/fast_xml-1.1.53.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 )