commit:     1054d133d41bc12548d0383e240764c573eea1ac
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Thu Apr  8 06:43:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 09:35:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1054d133

dev-erlang/fast_yaml: add 1.0.31

Bug: https://bugs.gentoo.org/766686
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-erlang/fast_yaml/Manifest                |  1 +
 dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest
index af996e9e037..86d735d3488 100644
--- a/dev-erlang/fast_yaml/Manifest
+++ b/dev-erlang/fast_yaml/Manifest
@@ -1,2 +1,3 @@
 DIST fast_yaml-1.0.25.tar.gz 59025 BLAKE2B 
ea5eda560ed2fdc2a0935b481fa5fc9c8c3cfd75292842a5071b5e0429604515bd672421d581a250b0fde3cadfae100616aba7885280ce174f847b235f1379ab
 SHA512 
4a6c7e9c8167f67299929f274e83d57476d0347dcb785fdc332aa68ce11af320f706d83d53fd5048d4f6718d6a82f3aa30d1dfead6eba64a39ec26739ae95456
 DIST fast_yaml-1.0.27.tar.gz 59075 BLAKE2B 
0d1c6c33c0a4063651d788f6a006d76094500a928e4cbd6bc4014a4dbc899bde2aa087d9a43053c2401fbf5fc97b4fbf6eb8622eb72811cf49dc5a97ade76290
 SHA512 
7f57a38bee13275607a97780ee634e2d909e35c2593263d5622595e541102b08006d09f19fd01a958f0119956b650ec253c013782f599b68b391fc2fc5f44512
+DIST fast_yaml-1.0.31.tar.gz 59389 BLAKE2B 
f6d0cac318703471136435da40945ac7f0758d02561f28ed3428f73e900b3f20d30f66b430c48e56d2835bf2543f97f3179fb9600bae9f617389d0104c29bc2d
 SHA512 
bc566fc353f296397bd5375bf468c6c3a880dcc4b4f68a1569b1dcc274b467eefa9ee3a151b19678c347d516da34a0ef7d8c3039e75a13e2b1d5fa8c548450f8

diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild 
b/dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild
new file mode 100644
index 00000000000..eb8c5a32a16
--- /dev/null
+++ b/dev-erlang/fast_yaml/fast_yaml-1.0.31.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 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.22
+       dev-libs/libyaml"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )

Reply via email to