summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-05-17 19:36:55 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-05-17 22:01:24 +0200
commit43dc42228ab622c114eeb7fb456b71c38c9329c6 (patch)
treecaa100cb3eb2d85277743c39fff62281375a00bd /dev-erlang/yconf
parentdev-erlang/mqtree: add 1.0.15 (diff)
downloadgentoo-43dc42228ab622c114eeb7fb456b71c38c9329c6.tar.gz
gentoo-43dc42228ab622c114eeb7fb456b71c38c9329c6.tar.bz2
gentoo-43dc42228ab622c114eeb7fb456b71c38c9329c6.zip
dev-erlang/yconf: add 1.0.13
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/yconf')
-rw-r--r--dev-erlang/yconf/Manifest1
-rw-r--r--dev-erlang/yconf/yconf-1.0.13.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 6acc67568ba4..2bf2e1ddc90a 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1 +1,2 @@
DIST yconf-1.0.12.tar.gz 223962 BLAKE2B cc77c76a098715e5af3169846e4f82e36e21ed2af4be9bc3912e4f5f778071b1272a937d795032a836925de52271d73e1ca383c3fbf45a23b6d3ed37eb94266f SHA512 2ed4723f5aea39eab9816164395bb31c601e0974f733474af4ca92f72e305f1885b8a3a0bf7949a8a2de1a03845cf65c4443b36ac1d86aa15ec3cf2d7971cd4f
+DIST yconf-1.0.13.tar.gz 223970 BLAKE2B 877094613a89afa3c819b8b8254b83091b3ff302534366ef9e0b321e1b65eb8cb52e03a7074f4836359bb8af566caf6f23ba2b04bfd7fc3a22fc27415b752778 SHA512 1e5df69421a82e8c442e17ed74738a4717e84521570f48a885de3e4fda2cbbc6d7567736d87255050d21e85edf976532ba6659b8a51d3150d1ac5e2c19d89a61
diff --git a/dev-erlang/yconf/yconf-1.0.13.ebuild b/dev-erlang/yconf/yconf-1.0.13.ebuild
new file mode 100644
index 000000000000..e4a8d1f67aa0
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.13.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+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 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="
+ >=dev-lang/erlang-17.1
+ >=dev-erlang/fast_yaml-1.0.33
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )