mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-erlang/fast_xml: add 1.1.57
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -3,3 +3,4 @@ DIST fast_xml-1.1.52.tar.gz 108562 BLAKE2B 8563e6423f60205bf56e4abc9456b88aedb69
|
||||
DIST fast_xml-1.1.53.tar.gz 105513 BLAKE2B e2961e2d057fa182237351612b186018bde89032a4a81dedc3693d96aad273ff53c2ea2c4d64c3701e240fa10d9601bd547f18df6eb9b4c3b9090a5d5b7e28d7 SHA512 fe19c2c2b877b2936cf48f1c28b692f92329dc298d26d5bd25a37656a531736a213abd90d18f5546dc488cf389afde8384c7551c97fe81c48646a361b6f6edc0
|
||||
DIST fast_xml-1.1.55.tar.gz 105591 BLAKE2B 210ff0a23c6117416d808388d181fba2f61c6b8cfbfae419a637b198389411580d8131f59685596d5e0a14a60bb9252e0aa310f002f3265d1d04dd0f42f0dd89 SHA512 90eec80902f71cd2239ff7c0363e182cf2b4ca186c9dc8858b48efefea22c71831f7c1e69167b7e59a48bcb61c3e0985c440daa8270770ad4dcdeb37c38e2989
|
||||
DIST fast_xml-1.1.56.tar.gz 105587 BLAKE2B e2d510f989f24aa8f84fca157382df98db095ccee7b4859fd1dd893865f358e6793965114ddfdc1eb4a075852e176a5a8a3edcd5791ccc2483f0e4c91bfddd65 SHA512 de8b77ef7ab90facfbb3fdfbf21746b174e99673516db23898ae3bce22027f10731efab7af89f45dcb07ba6a538e9ba48f52d9ac9c64f536f479b76b83b9c369
|
||||
DIST fast_xml-1.1.57.tar.gz 105912 BLAKE2B 351628b418b01ea16f2f12cb53918cb90f82a67f51c41ed986890a1e9de04959c424f8e567206a8bfa6b83c12facd4edfb1bc6fd97c4025dcbd0fd7eec68434c SHA512 97108c6d2df5c3254331a4e6870e9b2eada54c0b4cff35e004e28a00e7e668f68d3436d967f793ae0113c8e3cfeabe217a31492f7c4da655dc79481d20ebef3f
|
||||
|
||||
23
dev-erlang/fast_xml/fast_xml-1.1.57.ebuild
Normal file
23
dev-erlang/fast_xml/fast_xml-1.1.57.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2025 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.28
|
||||
dev-libs/expat
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( CHANGELOG.md README.md )
|
||||
Reference in New Issue
Block a user