From 830101f5230d504842e898cc09208f993806eff1 Mon Sep 17 00:00:00 2001 From: Amadeusz Żołnowski Date: Mon, 6 Jun 2016 23:14:36 +0100 Subject: dev-erlang/fast_xml: Add new package It is debundled from net-im/ejabberd-16.04 and therefore inherits keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc are not inherited because other dependency is missing these keywords and there's no chance it can get them any time soon. Package-Manager: portage-2.3.0_rc1 --- dev-erlang/fast_xml/Manifest | 1 + dev-erlang/fast_xml/fast_xml-1.1.3.ebuild | 27 +++++++++++++++++++++++++++ dev-erlang/fast_xml/metadata.xml | 8 ++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-erlang/fast_xml/Manifest create mode 100644 dev-erlang/fast_xml/fast_xml-1.1.3.ebuild create mode 100644 dev-erlang/fast_xml/metadata.xml (limited to 'dev-erlang/fast_xml') diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest new file mode 100644 index 000000000000..39ba5f4348f8 --- /dev/null +++ b/dev-erlang/fast_xml/Manifest @@ -0,0 +1 @@ +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.3.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild new file mode 100644 index 000000000000..fd8919d8dbf6 --- /dev/null +++ b/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild @@ -0,0 +1,27 @@ +# 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 ~ppc ~x86" +IUSE="test" + +RDEPEND=">=dev-erlang/p1_utils-1.0.0 + >=dev-lang/erlang-17.1 + dev-libs/expat" +DEPEND="${RDEPEND}" + # FIXME: test? ( >=dev-lang/elixir-1.1 ) needs ~arm and ~ppc keywords + +RESTRICT="test" # FIXME: Restore test when elixir gets ~arm and ~ppc keywords. + +DOCS=( CHANGELOG.md README.md ) diff --git a/dev-erlang/fast_xml/metadata.xml b/dev-erlang/fast_xml/metadata.xml new file mode 100644 index 000000000000..674f5ad944f3 --- /dev/null +++ b/dev-erlang/fast_xml/metadata.xml @@ -0,0 +1,8 @@ + + + + + aidecoe@gentoo.org + Amadeusz Żołnowski + + -- cgit v1.2.3-18-g5258