diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-08-29 21:07:28 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-08-29 21:07:28 +0100 |
commit | 58837f46b7c8c2ef2d72734e4104f66d4f933790 (patch) | |
tree | 6b1532a55e12ed803c6df7dc1789ec1e425fdbca | |
parent | dev-erlang/stringprep: Bump version to 1.0.5 (diff) | |
download | gentoo-58837f46b7c8c2ef2d72734e4104f66d4f933790.tar.gz gentoo-58837f46b7c8c2ef2d72734e4104f66d4f933790.tar.bz2 gentoo-58837f46b7c8c2ef2d72734e4104f66d4f933790.zip |
dev-erlang/fast_xml: Bump version to 1.1.14
Package-Manager: portage-2.3.0
-rw-r--r-- | dev-erlang/fast_xml/Manifest | 1 | ||||
-rw-r--r-- | dev-erlang/fast_xml/fast_xml-1.1.14.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest index 39ba5f4348f8..e75ed7667fd3 100644 --- a/dev-erlang/fast_xml/Manifest +++ b/dev-erlang/fast_xml/Manifest @@ -1 +1,2 @@ +DIST fast_xml-1.1.14.tar.gz 86918 SHA256 84be7134c6bb9deaadc28000fa957e34750af51abcc67dd908f2ebc528b4c899 SHA512 3475d5cc5ab670cade221b5ffb610d2dbc52d9699e8d32d17eb3b13da1a486d8351776a50284cdd37ee9d4b6606221c60928f836669a325cb1692290a88d5d1e WHIRLPOOL d05b49323b4d5fc83cea685a36c577faa397d606aeb9ca1e2e450442fd7fed19c22bd7d33e1ef9495b9e2798ea259cb32fcdc704c5227be3009b5d75aa07a120 DIST fast_xml-1.1.3.tar.gz 84926 SHA256 59de96e3defc02c9b916d4cc02545cd963c282266a09ce248ac6b6be4b2347ae SHA512 644934d6538ddf2b49863883a66255966b47f933594aff10325dca7785802d28d3223f79941fb4cfa33776e5a1a5fa74fe84422b7077241fb33fff1c52bd044a WHIRLPOOL 0361480089f055f2cb5afd2662072e9bf12ebfc651fc2dd242feb9797ff805a3b4956a8169fdc513c41b4d6142894a964e4d361d97f39c68ba3526a0d9ad1e51 diff --git a/dev-erlang/fast_xml/fast_xml-1.1.14.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.14.ebuild new file mode 100644 index 000000000000..346046e877f1 --- /dev/null +++ b/dev-erlang/fast_xml/fast_xml-1.1.14.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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.4 + >=dev-lang/erlang-17.1 + dev-libs/expat" +DEPEND="${RDEPEND} + test? ( >=dev-lang/elixir-1.1 )" + +DOCS=( CHANGELOG.md README.md ) |