[dev-erlang/fast_xml] bump to 1.1.35

This commit is contained in:
Robert Förster 2019-03-22 00:19:40 +01:00
parent dff315b488
commit a64e7e8df3
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST fast_xml-1.1.35.tar.gz 97094 BLAKE2B df2826fec9b47e5a4fadd205a63460f1b1b3c24c5f1bb79e8c5de66c8e5abbb3bb719efc950760ac3db776086f977c07ceb4aa3785448fa4c8d7be28e976b107 SHA512 925efe184afe501c62ed0343471de3449ed3aad21fec5c1cbc118f20d336136cd20078425689e1b32c4988bd75b8b655bb5ba9ef8de8bd28c1fd70201f49bb36

View File

@ -0,0 +1,24 @@
# Copyright 1999-2019 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"
IUSE="test"
RDEPEND=">=dev-erlang/p1_utils-1.0.14
>=dev-lang/erlang-17.1
dev-libs/expat"
DEPEND="${RDEPEND}
test? ( >=dev-lang/elixir-1.1 )"
DOCS=( CHANGELOG.md README.md )