[dev-erlang/stringprep] bump to 1.0.15

This commit is contained in:
Robert Förster 2019-03-22 00:24:13 +01:00
parent 01d464fe09
commit cd7143a19b
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST stringprep-1.0.15.tar.gz 98809 BLAKE2B 171de9f36d725aa66c106ed887f3d186aac54c0620c76f84edc91bbb51be40bbcc5d1fd7060335dc3466f25cba48f6636cada3961228760965ce692d202cb373 SHA512 73d4336eee1a31e98945c5b681a84fe348da49a31cf2282d8fc7a3068b2725e6438eaebac742fadd2249c2e72cf722b5c9c18c773e09929b1517e4efdaedcb18

View File

@ -0,0 +1,21 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit rebar
DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
HOMEPAGE="https://github.com/processone/stringprep"
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="Apache-2.0 tcltk"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-erlang/p1_utils-1.0.14
>=dev-lang/erlang-17.1"
RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.md README.md )