summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2020-10-12 16:31:53 +0200
committerHanno Böck <hanno@gentoo.org>2020-10-12 16:31:53 +0200
commitd0c64fd0a581bb94b62feac31664ef089f6fe91a (patch)
tree423e4c31dc08fe16064b649260f52b0f2e404ac4 /dev-erlang
parentdev-erlang/fast_xml: Remove old (diff)
downloadgentoo-d0c64fd0a581bb94b62feac31664ef089f6fe91a.tar.gz
gentoo-d0c64fd0a581bb94b62feac31664ef089f6fe91a.tar.bz2
gentoo-d0c64fd0a581bb94b62feac31664ef089f6fe91a.zip
dev-erlang/fast_xml: Bump
Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.1
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/fast_xml/Manifest1
-rw-r--r--dev-erlang/fast_xml/fast_xml-1.1.43.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
index 954b7a4c2d5b..277c5e6ca410 100644
--- a/dev-erlang/fast_xml/Manifest
+++ b/dev-erlang/fast_xml/Manifest
@@ -1 +1,2 @@
DIST fast_xml-1.1.41.tar.gz 99078 BLAKE2B 82e6aae6bd5a4b4297711d30c6e8416bbf6f42e3c3acd8d956992a6d448d91c4b4fba522f689fd85f4f0c3b2a5ff1bafe600f1042d88e944512b102b5798887e SHA512 2e7d26e0f0209af0b12b8bbf0370b6876925960193da263dc85423a0bd16222005950661759ed935c4aa840148d9d470be5a6ee57cbc77ec599d6b1e1ffbf22a
+DIST fast_xml-1.1.43.tar.gz 99115 BLAKE2B e4c0eb35656481b5334b875f8a30b60f9e25fbec0c37e5dc206bba129a3ca32805075edd72ab23be9f43d294cae625554761ae3e23dab3e56fd3cd1789042c04 SHA512 d3644238f484bdd320e80fa68a86f48b8c7a9428cfb317bdaf1037c98428240120626e867347addfdaae5fe262a17e20f802c6c733c7938beefeda83617da8e8
diff --git a/dev-erlang/fast_xml/fast_xml-1.1.43.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.43.ebuild
new file mode 100644
index 000000000000..ba77ac048f28
--- /dev/null
+++ b/dev-erlang/fast_xml/fast_xml-1.1.43.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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.20
+ dev-libs/expat"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )