[dev-erlang/stun] bump to 1.0.27

This commit is contained in:
Robert Förster 2019-03-22 00:25:08 +01:00
parent cd7143a19b
commit 8025363c15
2 changed files with 23 additions and 0 deletions

1
dev-erlang/stun/Manifest Normal file
View File

@ -0,0 +1 @@
DIST stun-1.0.27.tar.gz 32989 BLAKE2B 99945dcd1f39c36289c402383bf4b0378f05d4db406580446b15fa5bce00c2754f4752c21b22ec8d4f0b9623afa8ed47457fef35e7be500f65711031205271f3 SHA512 f433282410a27bf7fc0232ddc4775b098899b7f55e53271fb4a19e34987aa8a55bbd28c21a39e618672bd3447ef76cbb4b6cf7ba4a5a49b808b1a2d68d608847

View File

@ -0,0 +1,22 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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 ~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-erlang/fast_tls-1.1.0
>=dev-erlang/p1_utils-1.0.14
>=dev-lang/erlang-17.1"
RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.md README.md )