Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_yaml/
Date: Mon, 12 Oct 2020 14:34:07
Message-Id: 1602513236.1c9cc5fe0b6e0a9a38b2f764edb14da311803092.hanno@gentoo
1 commit: 1c9cc5fe0b6e0a9a38b2f764edb14da311803092
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 14:33:56 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 14:33:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9cc5fe
7
8 dev-erlang/fast_yaml: Bump
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12
13 dev-erlang/fast_yaml/Manifest | 1 +
14 dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest
18 index 1f31cedc037..af996e9e037 100644
19 --- a/dev-erlang/fast_yaml/Manifest
20 +++ b/dev-erlang/fast_yaml/Manifest
21 @@ -1 +1,2 @@
22 DIST fast_yaml-1.0.25.tar.gz 59025 BLAKE2B ea5eda560ed2fdc2a0935b481fa5fc9c8c3cfd75292842a5071b5e0429604515bd672421d581a250b0fde3cadfae100616aba7885280ce174f847b235f1379ab SHA512 4a6c7e9c8167f67299929f274e83d57476d0347dcb785fdc332aa68ce11af320f706d83d53fd5048d4f6718d6a82f3aa30d1dfead6eba64a39ec26739ae95456
23 +DIST fast_yaml-1.0.27.tar.gz 59075 BLAKE2B 0d1c6c33c0a4063651d788f6a006d76094500a928e4cbd6bc4014a4dbc899bde2aa087d9a43053c2401fbf5fc97b4fbf6eb8622eb72811cf49dc5a97ade76290 SHA512 7f57a38bee13275607a97780ee634e2d909e35c2593263d5622595e541102b08006d09f19fd01a958f0119956b650ec253c013782f599b68b391fc2fc5f44512
24
25 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild
26 new file mode 100644
27 index 00000000000..4595b3fff25
28 --- /dev/null
29 +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.27.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit rebar
37 +
38 +DESCRIPTION="Fast Yaml native library for Erlang and Elixir"
39 +HOMEPAGE="https://github.com/processone/fast_yaml"
40 +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
41 + -> ${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
46 +
47 +DEPEND=">=dev-erlang/p1_utils-1.0.20
48 + dev-libs/libyaml"
49 +RDEPEND="${DEPEND}"
50 +
51 +DOCS=( CHANGELOG.md README.md )