From: Amadeusz Żołnowski Date: Mon, 6 Jun 2016 22:20:01 +0000 (+0100) Subject: dev-erlang/stun: Add new package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e2cb4a31fc4a3bb100948247f58612d62483f81b;p=gentoo.git dev-erlang/stun: 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 --- diff --git a/dev-erlang/stun/Manifest b/dev-erlang/stun/Manifest new file mode 100644 index 000000000000..f8e8d26647f8 --- /dev/null +++ b/dev-erlang/stun/Manifest @@ -0,0 +1 @@ +DIST stun-1.0.3.tar.gz 28646 SHA256 aae567e4322c8bce604b50cdd41e7634d6047300ef67308199d81aff77d9992f SHA512 c15918f4b1f81477a7834dc5ba837fcd512249bda569cf3ffd3066056e6f1abacfeab3d0dde575402291d841f257a3b33e27d6c76250ae353d77e3fdd87f9786 WHIRLPOOL 9028eed54f0ae62e8ecfb760ae1a94ea834fd397ab35e4332ea2d1b158271809414e21bed60ff9c936e9637e60d107b49a0f30032f3fc40ee97421e20012bb1e diff --git a/dev-erlang/stun/metadata.xml b/dev-erlang/stun/metadata.xml new file mode 100644 index 000000000000..674f5ad944f3 --- /dev/null +++ b/dev-erlang/stun/metadata.xml @@ -0,0 +1,8 @@ + + + + + aidecoe@gentoo.org + Amadeusz Å»ołnowski + + diff --git a/dev-erlang/stun/stun-1.0.3.ebuild b/dev-erlang/stun/stun-1.0.3.ebuild new file mode 100644 index 000000000000..a469dda1e1c8 --- /dev/null +++ b/dev-erlang/stun/stun-1.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit rebar + +DESCRIPTION="STUN and TURN library for Erlang and Elixir" +HOMEPAGE="https://github.com/processone/stun" +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +DEPEND=">=dev-erlang/fast_tls-1.0.0 + >=dev-erlang/p1_utils-1.0.2 + >=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )