summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-05-17 19:31:01 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-05-17 22:01:23 +0200
commit5bf1c0b660809c1749ed77bcd8ba9518bfaffbbe (patch)
tree88741efefa09347f4c20ed8cef233428dba6a4f3 /dev-erlang
parentdev-erlang/fast_tls: add 1.1.15 (diff)
downloadgentoo-5bf1c0b660809c1749ed77bcd8ba9518bfaffbbe.tar.gz
gentoo-5bf1c0b660809c1749ed77bcd8ba9518bfaffbbe.tar.bz2
gentoo-5bf1c0b660809c1749ed77bcd8ba9518bfaffbbe.zip
dev-erlang/fast_xml: add 1.1.49
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.49.ebuild21
2 files changed, 22 insertions, 0 deletions
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 )