Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
Date: Tue, 17 May 2022 20:02:29
Message-Id: 1652817684.43dc42228ab622c114eeb7fb456b71c38c9329c6.flow@gentoo
1 commit: 43dc42228ab622c114eeb7fb456b71c38c9329c6
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 17:36:55 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 20:01:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dc4222
7
8 dev-erlang/yconf: add 1.0.13
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-erlang/yconf/Manifest | 1 +
13 dev-erlang/yconf/yconf-1.0.13.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
17 index 6acc67568ba4..2bf2e1ddc90a 100644
18 --- a/dev-erlang/yconf/Manifest
19 +++ b/dev-erlang/yconf/Manifest
20 @@ -1 +1,2 @@
21 DIST yconf-1.0.12.tar.gz 223962 BLAKE2B cc77c76a098715e5af3169846e4f82e36e21ed2af4be9bc3912e4f5f778071b1272a937d795032a836925de52271d73e1ca383c3fbf45a23b6d3ed37eb94266f SHA512 2ed4723f5aea39eab9816164395bb31c601e0974f733474af4ca92f72e305f1885b8a3a0bf7949a8a2de1a03845cf65c4443b36ac1d86aa15ec3cf2d7971cd4f
22 +DIST yconf-1.0.13.tar.gz 223970 BLAKE2B 877094613a89afa3c819b8b8254b83091b3ff302534366ef9e0b321e1b65eb8cb52e03a7074f4836359bb8af566caf6f23ba2b04bfd7fc3a22fc27415b752778 SHA512 1e5df69421a82e8c442e17ed74738a4717e84521570f48a885de3e4fda2cbbc6d7567736d87255050d21e85edf976532ba6659b8a51d3150d1ac5e2c19d89a61
23
24 diff --git a/dev-erlang/yconf/yconf-1.0.13.ebuild b/dev-erlang/yconf/yconf-1.0.13.ebuild
25 new file mode 100644
26 index 000000000000..e4a8d1f67aa0
27 --- /dev/null
28 +++ b/dev-erlang/yconf/yconf-1.0.13.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit rebar
36 +
37 +DESCRIPTION="YAML configuration processor"
38 +HOMEPAGE="https://github.com/processone/yconf"
39 +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="Apache-2.0"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
44 +
45 +DEPEND="
46 + >=dev-lang/erlang-17.1
47 + >=dev-erlang/fast_yaml-1.0.33
48 +"
49 +RDEPEND="${DEPEND}"
50 +
51 +DOCS=( CHANGELOG.md README.md )