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/yconf/
Date: Wed, 01 Apr 2020 10:08:21
Message-Id: 1585735689.31a006f5f70dcedbd16cbc831283ad1d6d9041ce.hanno@gentoo
1 commit: 31a006f5f70dcedbd16cbc831283ad1d6d9041ce
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 10:08:09 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 10:08:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a006f5
7
8 dev-erlang/yconf: Version bump
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-2.3.96, Repoman-2.3.22
12
13 dev-erlang/yconf/Manifest | 1 +
14 dev-erlang/yconf/yconf-1.0.4.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
18 index 63b6506e1f7..154a216afb2 100644
19 --- a/dev-erlang/yconf/Manifest
20 +++ b/dev-erlang/yconf/Manifest
21 @@ -1 +1,2 @@
22 DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
23 +DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a SHA512 f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d
24
25 diff --git a/dev-erlang/yconf/yconf-1.0.4.ebuild b/dev-erlang/yconf/yconf-1.0.4.ebuild
26 new file mode 100644
27 index 00000000000..e2aab3b78c0
28 --- /dev/null
29 +++ b/dev-erlang/yconf/yconf-1.0.4.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="YAML configuration processor"
39 +HOMEPAGE="https://github.com/processone/yconf"
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-lang/erlang-17.1
48 + >=dev-erlang/fast_yaml-1.0.24"
49 +RDEPEND="${DEPEND}"
50 +
51 +DOCS=( CHANGELOG.md )