[dev-erlang/fast_yaml] bump to 1.0.18

This commit is contained in:
Robert Förster 2019-03-22 00:20:17 +01:00
parent a64e7e8df3
commit f889b80328
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST fast_yaml-1.0.18.tar.gz 53546 BLAKE2B bc6425449b19d6d38b9ab6ff550dcf1304af2229f2c803e212cf1206c16cf103655a3a3b9ca394000c75bdb7240d9f0804c5ec389fd881002404600f8310cbad SHA512 da3b4bc95d5c6027bfc1e04f3099f39ba062d2f374f79c165deb3f30449b6f3fd5b9e0761ecb1d39325970989636967030bbdc779e7c28c097ec0c930ab05860

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="Fast Yaml native library for Erlang and Elixir"
HOMEPAGE="https://github.com/processone/fast_yaml"
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"
DEPEND=">=dev-erlang/p1_utils-1.0.14
>=dev-lang/erlang-17.1
dev-libs/libyaml"
RDEPEND="${DEPEND}"
DOCS=( CHANGELOG.md README.md )