commit:     104a2fded57e4b7b7257397de0181884a3bd87ab
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 16:26:12 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 18:25:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104a2fde

dev-erlang/yconf: add 1.0.18

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-erlang/yconf/Manifest            |  1 +
 dev-erlang/yconf/yconf-1.0.18.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index c62ea8841f05..a814ae68ba62 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,2 +1,3 @@
 DIST yconf-1.0.15.tar.gz 223980 BLAKE2B 
f1151e9a9bf8a077e2e7cc88b2738c5aa75fbe9b6c01544b3ba5bbf191bceee18be9fc1b5aa57034f0f236f01c6c46593168592c1df8405497ef5df3435a587d
 SHA512 
9ee2022c4612253597580f27db58072c545f182f9c615c7137e9d42ac84cd473a598719e7ba3de654b72c5789f237448cc37fddeb863103b290d22483af3f313
 DIST yconf-1.0.16.tar.gz 223987 BLAKE2B 
89b2fcb9e30a1be0fd6eac86f3bcb31b49bd263cce5f56deefafbc0ea6913c8e1c114e5a7fc111191b96c63db62c9c2ef52b6a1d6b84149265417f37e8a641c6
 SHA512 
e1d51444c21e2f6f16d0a20f8bd7d09d70a2eb087048e22b8e442dfcd8d15de0cf0af4c99f3c0a1b6f87b4d027363adf5cc98ec4fd7d1b9afdcfa8fca792f8af
+DIST yconf-1.0.18.tar.gz 224293 BLAKE2B 
63bfab35e96278cb4a0b83e63f6e93f0626a1f9880ec2097f81f411547cb5b14e59b8aee50f125e2dcf7ac94fd2f252b289a8e885a90433b38debc7305fac67f
 SHA512 
ca139b0c1982fc0fc3de2f0ee08493a730a5ef4f4162931e7b8271310067330ee3a6e330c66715a61dcdc3e2cdb7e482b21206b3e7c31246651636777c446d9c

diff --git a/dev-erlang/yconf/yconf-1.0.18.ebuild 
b/dev-erlang/yconf/yconf-1.0.18.ebuild
new file mode 100644
index 000000000000..0f7443202255
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.18.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rebar3
+
+DESCRIPTION="YAML configuration processor"
+HOMEPAGE="https://github.com/processone/yconf";
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
+
+DEPEND="
+       >=dev-lang/erlang-17.1
+       >=dev-erlang/fast_yaml-1.0.37
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )

Reply via email to