Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/
Date: Tue, 16 Oct 2018 22:14:35
Message-Id: 1539727876.1073928a50f93fb6e4e36fda3c75cc54391050f0.aidecoe@gentoo
1 commit: 1073928a50f93fb6e4e36fda3c75cc54391050f0
2 Author: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 22:11:14 2018 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 22:11:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1073928a
7
8 dev-erlang/fast_xml: Bump version
9
10 Thanks to Rion <rion4ik <AT> gmail.com>.
11
12 Bug: https://bugs.gentoo.org/626260
13 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo.org>
14
15 dev-erlang/fast_xml/Manifest | 1 +
16 dev-erlang/fast_xml/fast_xml-1.1.34.ebuild | 24 ++++++++++++++++++++++++
17 2 files changed, 25 insertions(+)
18
19 diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
20 index c0eae9502ea..3c84cec3321 100644
21 --- a/dev-erlang/fast_xml/Manifest
22 +++ b/dev-erlang/fast_xml/Manifest
23 @@ -1 +1,2 @@
24 DIST fast_xml-1.1.22.tar.gz 92408 BLAKE2B efd6c69c4dcfe3c36162c0b47ee8b56561102fde130f8be503c767e40d66c0f698876ed384bd27aea41e18f6530bf712eeeca2ea497c4b1aafc630fe1b016981 SHA512 33c79cf34d6b0093cf98d11c5b68855d4201a6891786cc3caabd7dded81a04118638ce091cda1f1c86729ea8c8765214332cc34a361bbfb3c5958dbc2027a384
25 +DIST fast_xml-1.1.34.tar.gz 93530 BLAKE2B f4db5fd718f66e34b305d04ca7be5a72770ca9c749154c668072c6ef88eb545f3ff200d549fba6395eed46605ce384559dadda66b4281429b57706c579f4c47a SHA512 e2b29e1307c0513046de2ac8afe6c1a6ed8a8640b62451777233607a656517ac1b4d68f725b05712d3c254f68e76e49716b1e913c3d3c34222fe2a5a62fa378a
26
27 diff --git a/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild
28 new file mode 100644
29 index 00000000000..4165cbbc37b
30 --- /dev/null
31 +++ b/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild
32 @@ -0,0 +1,24 @@
33 +# Copyright 1999-2018 Gentoo Foundation
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 +IUSE="test"
49 +
50 +RDEPEND=">=dev-erlang/p1_utils-1.0.13
51 + >=dev-lang/erlang-17.1
52 + dev-libs/expat"
53 +DEPEND="${RDEPEND}
54 + test? ( >=dev-lang/elixir-1.1 )"
55 +
56 +DOCS=( CHANGELOG.md README.md )