Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/
Date: Tue, 01 Jun 2021 09:36:04
Message-Id: 1622540127.ade27ef5477894a32c034183e1168844379dabe7.sam@gentoo
1 commit: ade27ef5477894a32c034183e1168844379dabe7
2 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
3 AuthorDate: Thu Apr 8 06:42:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 09:35:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade27ef5
7
8 dev-erlang/fast_xml: add 1.1.46
9
10 Bug: https://bugs.gentoo.org/766686
11 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-erlang/fast_xml/Manifest | 1 +
15 dev-erlang/fast_xml/fast_xml-1.1.46.ebuild | 21 +++++++++++++++++++++
16 2 files changed, 22 insertions(+)
17
18 diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
19 index 277c5e6ca41..cd8e0f9f7a3 100644
20 --- a/dev-erlang/fast_xml/Manifest
21 +++ b/dev-erlang/fast_xml/Manifest
22 @@ -1,2 +1,3 @@
23 DIST fast_xml-1.1.41.tar.gz 99078 BLAKE2B 82e6aae6bd5a4b4297711d30c6e8416bbf6f42e3c3acd8d956992a6d448d91c4b4fba522f689fd85f4f0c3b2a5ff1bafe600f1042d88e944512b102b5798887e SHA512 2e7d26e0f0209af0b12b8bbf0370b6876925960193da263dc85423a0bd16222005950661759ed935c4aa840148d9d470be5a6ee57cbc77ec599d6b1e1ffbf22a
24 DIST fast_xml-1.1.43.tar.gz 99115 BLAKE2B e4c0eb35656481b5334b875f8a30b60f9e25fbec0c37e5dc206bba129a3ca32805075edd72ab23be9f43d294cae625554761ae3e23dab3e56fd3cd1789042c04 SHA512 d3644238f484bdd320e80fa68a86f48b8c7a9428cfb317bdaf1037c98428240120626e867347addfdaae5fe262a17e20f802c6c733c7938beefeda83617da8e8
25 +DIST fast_xml-1.1.46.tar.gz 107357 BLAKE2B 59f90787f128a28e6993256a9f199b248f0c0d5bb93a4019bd0ecfea9bd3efc3c171c1bff793b4e26e267362a2e8e0c02b1d87e8ccf90fee03e10159b5f3e358 SHA512 ffb1ebc76720719b1f326596316c6e1723d14240d64e0565216888699599ee1fd0378047f4f421bc595a5ad9efe065ac791fd9ea29f5b5a40c27934b5ebbbba9
26
27 diff --git a/dev-erlang/fast_xml/fast_xml-1.1.46.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.46.ebuild
28 new file mode 100644
29 index 00000000000..95569e469a1
30 --- /dev/null
31 +++ b/dev-erlang/fast_xml/fast_xml-1.1.46.ebuild
32 @@ -0,0 +1,21 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit rebar
39 +
40 +DESCRIPTION="Fast Expat based Erlang XML parsing library"
41 +HOMEPAGE="https://github.com/processone/fast_xml"
42 +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
43 + -> ${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
48 +
49 +DEPEND=">=dev-erlang/p1_utils-1.0.22
50 + dev-libs/expat"
51 +RDEPEND="${DEPEND}"
52 +
53 +DOCS=( CHANGELOG.md README.md )