public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2022-05-17 20:02 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-05-17 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     43dc42228ab622c114eeb7fb456b71c38c9329c6
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 17:36:55 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 17 20:01:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dc4222

dev-erlang/yconf: add 1.0.13

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

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

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 )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2024-06-10 20:05 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-06-10 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     40b01e00ebb367c5ea7a482a2c3736ed37f152a2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 20:01:16 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 20:05:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b01e00

dev-erlang/yconf: dekeyword ia64

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-erlang/yconf/yconf-1.0.14.ebuild | 2 +-
 dev-erlang/yconf/yconf-1.0.15.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-erlang/yconf/yconf-1.0.14.ebuild b/dev-erlang/yconf/yconf-1.0.14.ebuild
index 045f45f9b6ca..a95a1d1e9c84 100644
--- a/dev-erlang/yconf/yconf-1.0.14.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1

diff --git a/dev-erlang/yconf/yconf-1.0.15.ebuild b/dev-erlang/yconf/yconf-1.0.15.ebuild
index 23079f807469..4ffd825aa31f 100644
--- a/dev-erlang/yconf/yconf-1.0.15.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2024-04-16 14:55 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2024-04-16 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     601f046417b3067ab2fbefaa7b2d56c66c2f740a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 14:53:03 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 14:55:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601f0464

dev-erlang/yconf: drop 1.0.13

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

 dev-erlang/yconf/Manifest            |  1 -
 dev-erlang/yconf/yconf-1.0.13.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index e3048faca8cb..31a0eed34cb4 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,3 +1,2 @@
-DIST yconf-1.0.13.tar.gz 223970 BLAKE2B 877094613a89afa3c819b8b8254b83091b3ff302534366ef9e0b321e1b65eb8cb52e03a7074f4836359bb8af566caf6f23ba2b04bfd7fc3a22fc27415b752778 SHA512 1e5df69421a82e8c442e17ed74738a4717e84521570f48a885de3e4fda2cbbc6d7567736d87255050d21e85edf976532ba6659b8a51d3150d1ac5e2c19d89a61
 DIST yconf-1.0.14.tar.gz 223966 BLAKE2B 1f910a47f55822d2e5d71ee53f26e40a1967245ca5959011c3062d2c69107aa9f63ef5ae0adb3f2557677cbc8f0e7155345c9510600de1d7a7bdeee19997a87b SHA512 5b495f6975a7d844f28af9295423b90d3e003122ef9b15a5734caf2bc46ad78c982a2fd36b4c1890ec0325ca0c72b029e470fd3e89ce52d9616047353a296e82
 DIST yconf-1.0.15.tar.gz 223980 BLAKE2B f1151e9a9bf8a077e2e7cc88b2738c5aa75fbe9b6c01544b3ba5bbf191bceee18be9fc1b5aa57034f0f236f01c6c46593168592c1df8405497ef5df3435a587d SHA512 9ee2022c4612253597580f27db58072c545f182f9c615c7137e9d42ac84cd473a598719e7ba3de654b72c5789f237448cc37fddeb863103b290d22483af3f313

diff --git a/dev-erlang/yconf/yconf-1.0.13.ebuild b/dev-erlang/yconf/yconf-1.0.13.ebuild
deleted file mode 100644
index 941c2d0b7181..000000000000
--- a/dev-erlang/yconf/yconf-1.0.13.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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 )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2023-02-10 20:36 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-02-10 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ca513cc6e425864316e521059d45e580e5fffaee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 20:35:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 20:35:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca513cc6

dev-erlang/yconf: Stabilize 1.0.15 amd64, #893844

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-erlang/yconf/yconf-1.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/yconf-1.0.15.ebuild b/dev-erlang/yconf/yconf-1.0.15.ebuild
index 72d3345ddd07..5a774fa2106c 100644
--- a/dev-erlang/yconf/yconf-1.0.15.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.15.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2023-02-10 12:40 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2023-02-10 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4a94b94381de80ec4e551ced14d3ed275cf23890
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 12:16:21 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 12:39:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a94b943

dev-erlang/yconf: add 1.0.15

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

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

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 9bf0f45df316..e3048faca8cb 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,2 +1,3 @@
 DIST yconf-1.0.13.tar.gz 223970 BLAKE2B 877094613a89afa3c819b8b8254b83091b3ff302534366ef9e0b321e1b65eb8cb52e03a7074f4836359bb8af566caf6f23ba2b04bfd7fc3a22fc27415b752778 SHA512 1e5df69421a82e8c442e17ed74738a4717e84521570f48a885de3e4fda2cbbc6d7567736d87255050d21e85edf976532ba6659b8a51d3150d1ac5e2c19d89a61
 DIST yconf-1.0.14.tar.gz 223966 BLAKE2B 1f910a47f55822d2e5d71ee53f26e40a1967245ca5959011c3062d2c69107aa9f63ef5ae0adb3f2557677cbc8f0e7155345c9510600de1d7a7bdeee19997a87b SHA512 5b495f6975a7d844f28af9295423b90d3e003122ef9b15a5734caf2bc46ad78c982a2fd36b4c1890ec0325ca0c72b029e470fd3e89ce52d9616047353a296e82
+DIST yconf-1.0.15.tar.gz 223980 BLAKE2B f1151e9a9bf8a077e2e7cc88b2738c5aa75fbe9b6c01544b3ba5bbf191bceee18be9fc1b5aa57034f0f236f01c6c46593168592c1df8405497ef5df3435a587d SHA512 9ee2022c4612253597580f27db58072c545f182f9c615c7137e9d42ac84cd473a598719e7ba3de654b72c5789f237448cc37fddeb863103b290d22483af3f313

diff --git a/dev-erlang/yconf/yconf-1.0.15.ebuild b/dev-erlang/yconf/yconf-1.0.15.ebuild
new file mode 100644
index 000000000000..72d3345ddd07
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.15.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.36
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2022-10-28 20:58 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-10-28 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b758acf3c4d4d70df470defc9b8763862090f91e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 18:55:22 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:57:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b758acf3

dev-erlang/yconf: add 1.0.14

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

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

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 423d4108664b..9bf0f45df316 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1 +1,2 @@
 DIST yconf-1.0.13.tar.gz 223970 BLAKE2B 877094613a89afa3c819b8b8254b83091b3ff302534366ef9e0b321e1b65eb8cb52e03a7074f4836359bb8af566caf6f23ba2b04bfd7fc3a22fc27415b752778 SHA512 1e5df69421a82e8c442e17ed74738a4717e84521570f48a885de3e4fda2cbbc6d7567736d87255050d21e85edf976532ba6659b8a51d3150d1ac5e2c19d89a61
+DIST yconf-1.0.14.tar.gz 223966 BLAKE2B 1f910a47f55822d2e5d71ee53f26e40a1967245ca5959011c3062d2c69107aa9f63ef5ae0adb3f2557677cbc8f0e7155345c9510600de1d7a7bdeee19997a87b SHA512 5b495f6975a7d844f28af9295423b90d3e003122ef9b15a5734caf2bc46ad78c982a2fd36b4c1890ec0325ca0c72b029e470fd3e89ce52d9616047353a296e82

diff --git a/dev-erlang/yconf/yconf-1.0.14.ebuild b/dev-erlang/yconf/yconf-1.0.14.ebuild
new file mode 100644
index 000000000000..82bd486fcf94
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.14.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.34
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2022-09-21 19:56 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-09-21 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0d0c8dbf9964bd5a1d3c132089b8ee7467244fc8
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 16:51:36 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 19:56:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0c8dbf

dev-erlang/yconf: drop 1.0.12

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

 dev-erlang/yconf/Manifest            |  1 -
 dev-erlang/yconf/yconf-1.0.12.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 2bf2e1ddc90a..423d4108664b 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,2 +1 @@
-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.12.ebuild b/dev-erlang/yconf/yconf-1.0.12.ebuild
deleted file mode 100644
index 1045c13aac4c..000000000000
--- a/dev-erlang/yconf/yconf-1.0.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.32"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2022-07-05  8:52 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2022-07-05  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2fd9d5dfc06d9e8786f0c15680a01369ab390a57
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 08:52:38 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 08:52:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd9d5df

dev-erlang/yconf: amd64 stable wrt bug #856508

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-erlang/yconf/yconf-1.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/yconf-1.0.13.ebuild b/dev-erlang/yconf/yconf-1.0.13.ebuild
index e4a8d1f67aa0..941c2d0b7181 100644
--- a/dev-erlang/yconf/yconf-1.0.13.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.13.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND="
 	>=dev-lang/erlang-17.1


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2022-04-10 17:40 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-04-10 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e8ecf0e7788d84c98c829e448e08e837ef98d29a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 13:41:47 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 17:40:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ecf0e7

dev-erlang/yconf: drop 1.0.1, 1.0.4, 1.0.11

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

 dev-erlang/yconf/Manifest            |  3 ---
 dev-erlang/yconf/yconf-1.0.1.ebuild  | 21 ---------------------
 dev-erlang/yconf/yconf-1.0.11.ebuild | 21 ---------------------
 dev-erlang/yconf/yconf-1.0.4.ebuild  | 21 ---------------------
 4 files changed, 66 deletions(-)

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index efb56f2a587f..6acc67568ba4 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,4 +1 @@
-DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
-DIST yconf-1.0.11.tar.gz 222974 BLAKE2B 315939f461fd781dc2c9d410bc7b07e6e0ed522b7cde5af3f23b497336655df267fc0f50b79215493c7ef9fbad89ffcdf22937dcf1873d0b830653e4f51c4be7 SHA512 3a2edb668cbe4c50cada17e6f261cec4b04a464164edfb2f232ea79b18dc7f91f6c28d90e4001174b689b14947e39ba1bcd3feaed641fa248b2a0925f39a5b14
 DIST yconf-1.0.12.tar.gz 223962 BLAKE2B cc77c76a098715e5af3169846e4f82e36e21ed2af4be9bc3912e4f5f778071b1272a937d795032a836925de52271d73e1ca383c3fbf45a23b6d3ed37eb94266f SHA512 2ed4723f5aea39eab9816164395bb31c601e0974f733474af4ca92f72e305f1885b8a3a0bf7949a8a2de1a03845cf65c4443b36ac1d86aa15ec3cf2d7971cd4f
-DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a SHA512 f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d

diff --git a/dev-erlang/yconf/yconf-1.0.1.ebuild b/dev-erlang/yconf/yconf-1.0.1.ebuild
deleted file mode 100644
index 9dae077b1eb1..000000000000
--- a/dev-erlang/yconf/yconf-1.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.21"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md )

diff --git a/dev-erlang/yconf/yconf-1.0.11.ebuild b/dev-erlang/yconf/yconf-1.0.11.ebuild
deleted file mode 100644
index 5872b44954a3..000000000000
--- a/dev-erlang/yconf/yconf-1.0.11.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.31"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )

diff --git a/dev-erlang/yconf/yconf-1.0.4.ebuild b/dev-erlang/yconf/yconf-1.0.4.ebuild
deleted file mode 100644
index 0553a8b3afd0..000000000000
--- a/dev-erlang/yconf/yconf-1.0.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.24"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2022-01-20 20:10 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2022-01-20 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     bb46b4ab0cc33c497cef479c4642e619cb2eb3be
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 20:10:30 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 20:10:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb46b4ab

dev-erlang/yconf: Stabilize 1.0.12 amd64, #831401

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

 dev-erlang/yconf/yconf-1.0.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-erlang/yconf/yconf-1.0.12.ebuild b/dev-erlang/yconf/yconf-1.0.12.ebuild
index c72d2ff3ec95..1045c13aac4c 100644
--- a/dev-erlang/yconf/yconf-1.0.12.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/fast_yaml-1.0.32"


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2021-12-10 13:06 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2021-12-10 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d86e25574df4a94fb872cb8d69ff1e864398df95
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 08:59:20 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 13:03:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86e2557

dev-erlang/yconf: add 1.0.12

Bug: https://bugs.gentoo.org/810886
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index b9586a488469..efb56f2a587f 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,3 +1,4 @@
 DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
 DIST yconf-1.0.11.tar.gz 222974 BLAKE2B 315939f461fd781dc2c9d410bc7b07e6e0ed522b7cde5af3f23b497336655df267fc0f50b79215493c7ef9fbad89ffcdf22937dcf1873d0b830653e4f51c4be7 SHA512 3a2edb668cbe4c50cada17e6f261cec4b04a464164edfb2f232ea79b18dc7f91f6c28d90e4001174b689b14947e39ba1bcd3feaed641fa248b2a0925f39a5b14
+DIST yconf-1.0.12.tar.gz 223962 BLAKE2B cc77c76a098715e5af3169846e4f82e36e21ed2af4be9bc3912e4f5f778071b1272a937d795032a836925de52271d73e1ca383c3fbf45a23b6d3ed37eb94266f SHA512 2ed4723f5aea39eab9816164395bb31c601e0974f733474af4ca92f72e305f1885b8a3a0bf7949a8a2de1a03845cf65c4443b36ac1d86aa15ec3cf2d7971cd4f
 DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a SHA512 f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d

diff --git a/dev-erlang/yconf/yconf-1.0.12.ebuild b/dev-erlang/yconf/yconf-1.0.12.ebuild
new file mode 100644
index 000000000000..c72d2ff3ec95
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 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.32"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2021-07-08 18:37 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2021-07-08 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     827864f16e4cfb577c1b027ae0f7db9576ab6dd6
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 17:37:36 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 18:36:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827864f1

dev-erlang/yconf: drop 1.0.7

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

 dev-erlang/yconf/Manifest           |  1 -
 dev-erlang/yconf/yconf-1.0.7.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 3ac04ec827f..b9586a48846 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,4 +1,3 @@
 DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
 DIST yconf-1.0.11.tar.gz 222974 BLAKE2B 315939f461fd781dc2c9d410bc7b07e6e0ed522b7cde5af3f23b497336655df267fc0f50b79215493c7ef9fbad89ffcdf22937dcf1873d0b830653e4f51c4be7 SHA512 3a2edb668cbe4c50cada17e6f261cec4b04a464164edfb2f232ea79b18dc7f91f6c28d90e4001174b689b14947e39ba1bcd3feaed641fa248b2a0925f39a5b14
 DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a SHA512 f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d
-DIST yconf-1.0.7.tar.gz 222483 BLAKE2B fdf2798a9552ce0c42e4d6b5287ff076acde805f8b8a2f2f34ef1ba401896618b01f2ae99763f40506b84455aa1c2a92ff147dbd38ea0a6c7a9f78b5b8623892 SHA512 1c17f145928141ece92102336c34c69905f3f62059dddf5738c36b73f26dc735ab96fc41021dbf1a1b09e6d4b0407a613a0bd342dbe60d4f14fc0905f93dc309

diff --git a/dev-erlang/yconf/yconf-1.0.7.ebuild b/dev-erlang/yconf/yconf-1.0.7.ebuild
deleted file mode 100644
index 328f345b71d..00000000000
--- a/dev-erlang/yconf/yconf-1.0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.27"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2021-07-08 15:37 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2021-07-08 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1fee3116e723c4ac57ed69d698454e3ae6588cb6
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 15:37:05 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 15:37:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fee3116

dev-erlang/yconf: Stabilize 1.0.11 amd64 x86, #801088

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

 dev-erlang/yconf/yconf-1.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/yconf-1.0.11.ebuild b/dev-erlang/yconf/yconf-1.0.11.ebuild
index 1ab8578a76c..5872b44954a 100644
--- a/dev-erlang/yconf/yconf-1.0.11.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/fast_yaml-1.0.31"


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2021-06-01  9:35 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-06-01  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     74a28c76aa459e50c8f71e5098bbc05643df4c8b
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Thu Apr  8 06:52:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 09:35:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a28c76

dev-erlang/yconf: add 1.0.11

Bug: https://bugs.gentoo.org/766686
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 2fef0e6589f..3ac04ec827f 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,3 +1,4 @@
 DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
+DIST yconf-1.0.11.tar.gz 222974 BLAKE2B 315939f461fd781dc2c9d410bc7b07e6e0ed522b7cde5af3f23b497336655df267fc0f50b79215493c7ef9fbad89ffcdf22937dcf1873d0b830653e4f51c4be7 SHA512 3a2edb668cbe4c50cada17e6f261cec4b04a464164edfb2f232ea79b18dc7f91f6c28d90e4001174b689b14947e39ba1bcd3feaed641fa248b2a0925f39a5b14
 DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a SHA512 f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d
 DIST yconf-1.0.7.tar.gz 222483 BLAKE2B fdf2798a9552ce0c42e4d6b5287ff076acde805f8b8a2f2f34ef1ba401896618b01f2ae99763f40506b84455aa1c2a92ff147dbd38ea0a6c7a9f78b5b8623892 SHA512 1c17f145928141ece92102336c34c69905f3f62059dddf5738c36b73f26dc735ab96fc41021dbf1a1b09e6d4b0407a613a0bd342dbe60d4f14fc0905f93dc309

diff --git a/dev-erlang/yconf/yconf-1.0.11.ebuild b/dev-erlang/yconf/yconf-1.0.11.ebuild
new file mode 100644
index 00000000000..1ab8578a76c
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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.31"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2020-10-12 14:38 Hanno Böck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Böck @ 2020-10-12 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     93d83dc8b4c52ffe493a9d7ca72b2e4e29de3d9b
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 14:35:50 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 14:35:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d83dc8

dev-erlang/yconf: Bump

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1

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

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 154a216afb2..2fef0e6589f 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,2 +1,3 @@
 DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
 DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a SHA512 f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d
+DIST yconf-1.0.7.tar.gz 222483 BLAKE2B fdf2798a9552ce0c42e4d6b5287ff076acde805f8b8a2f2f34ef1ba401896618b01f2ae99763f40506b84455aa1c2a92ff147dbd38ea0a6c7a9f78b5b8623892 SHA512 1c17f145928141ece92102336c34c69905f3f62059dddf5738c36b73f26dc735ab96fc41021dbf1a1b09e6d4b0407a613a0bd342dbe60d4f14fc0905f93dc309

diff --git a/dev-erlang/yconf/yconf-1.0.7.ebuild b/dev-erlang/yconf/yconf-1.0.7.ebuild
new file mode 100644
index 00000000000..328f345b71d
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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.27"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2020-08-06 11:52 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2020-08-06 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     36599e349e89aa071f81e75f6cbb7079545760ff
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 11:52:50 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 11:52:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36599e34

dev-erlang/yconf: x86 stable wrt bug #735926

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-erlang/yconf/yconf-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/yconf-1.0.4.ebuild b/dev-erlang/yconf/yconf-1.0.4.ebuild
index 5a0ae915f6a..0553a8b3afd 100644
--- a/dev-erlang/yconf/yconf-1.0.4.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/fast_yaml-1.0.24"


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2020-08-06 11:47 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2020-08-06 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7f85d630e6cb306643dc0e4e092232000a24208b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 11:47:19 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 11:47:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f85d630

dev-erlang/yconf: amd64 stable wrt bug #735926

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-erlang/yconf/yconf-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/yconf-1.0.4.ebuild b/dev-erlang/yconf/yconf-1.0.4.ebuild
index e2aab3b78c0..5a0ae915f6a 100644
--- a/dev-erlang/yconf/yconf-1.0.4.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	>=dev-erlang/fast_yaml-1.0.24"


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2020-04-01 10:08 Hanno Böck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Böck @ 2020-04-01 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     31a006f5f70dcedbd16cbc831283ad1d6d9041ce
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 10:08:09 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 10:08:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a006f5

dev-erlang/yconf: Version bump

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.96, Repoman-2.3.22

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

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 63b6506e1f7..154a216afb2 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1 +1,2 @@
 DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
+DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a SHA512 f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d

diff --git a/dev-erlang/yconf/yconf-1.0.4.ebuild b/dev-erlang/yconf/yconf-1.0.4.ebuild
new file mode 100644
index 00000000000..e2aab3b78c0
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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.24"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2019-12-16 11:33 Hanno Böck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Böck @ 2019-12-16 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4d0790df64074057400b8048dabc28c704cf60f5
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 11:33:10 2019 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 11:33:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0790df

dev-erlang/yconf: Fix metadata

Maintainer type was person, not project.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20

 dev-erlang/yconf/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/metadata.xml b/dev-erlang/yconf/metadata.xml
index d33dedda884..9c843c8f055 100644
--- a/dev-erlang/yconf/metadata.xml
+++ b/dev-erlang/yconf/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
+	<maintainer type="project">
 		<email>ejabberd@gentoo.org</email>
 	</maintainer>
 	<upstream>


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2019-11-02 13:29 Hanno Boeck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Boeck @ 2019-11-02 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     337cbb7403cfe5eb453c71ec082359e12db4a91d
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 13:29:41 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 13:29:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337cbb74

dev-erlang/yconf: Assign to ejabberd project

Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17

 dev-erlang/yconf/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/metadata.xml b/dev-erlang/yconf/metadata.xml
index aaa5b90cf47..d33dedda884 100644
--- a/dev-erlang/yconf/metadata.xml
+++ b/dev-erlang/yconf/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>hanno@gentoo.org</email>
+		<email>ejabberd@gentoo.org</email>
 	</maintainer>
 	<upstream>
 		<remote-id type="github">processone/yconf</remote-id>


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2019-10-19  8:46 Hanno Boeck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Boeck @ 2019-10-19  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     943ec1c711d2eaf7577c8916f060e6e858c98f39
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 08:46:21 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 08:46:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943ec1c7

dev-erlang/yconf: Fix dependency version

Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.77, Repoman-2.3.17

 dev-erlang/yconf/yconf-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/yconf/yconf-1.0.1.ebuild b/dev-erlang/yconf/yconf-1.0.1.ebuild
index e4efd25c0e0..9dae077b1eb 100644
--- a/dev-erlang/yconf/yconf-1.0.1.ebuild
+++ b/dev-erlang/yconf/yconf-1.0.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/fast_yaml-1.0.20"
+	>=dev-erlang/fast_yaml-1.0.21"
 RDEPEND="${DEPEND}"
 
 DOCS=( CHANGELOG.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
@ 2019-10-02 14:53 Hanno Boeck
  0 siblings, 0 replies; 22+ messages in thread
From: Hanno Boeck @ 2019-10-02 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     36ff2540085181b0af158026084b861f38f40492
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 14:53:50 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 14:53:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ff2540

dev-erlang/yconf: Initial commit.

Dependency of new ejabberd.
Ebuild from vampik's overlay.

Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 dev-erlang/yconf/Manifest           |  1 +
 dev-erlang/yconf/metadata.xml       | 10 ++++++++++
 dev-erlang/yconf/yconf-1.0.1.ebuild | 21 +++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
new file mode 100644
index 00000000000..63b6506e1f7
--- /dev/null
+++ b/dev-erlang/yconf/Manifest
@@ -0,0 +1 @@
+DIST yconf-1.0.1.tar.gz 221704 BLAKE2B eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf SHA512 c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e

diff --git a/dev-erlang/yconf/metadata.xml b/dev-erlang/yconf/metadata.xml
new file mode 100644
index 00000000000..aaa5b90cf47
--- /dev/null
+++ b/dev-erlang/yconf/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>hanno@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">processone/yconf</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-erlang/yconf/yconf-1.0.1.ebuild b/dev-erlang/yconf/yconf-1.0.1.ebuild
new file mode 100644
index 00000000000..e4efd25c0e0
--- /dev/null
+++ b/dev-erlang/yconf/yconf-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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.20"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md )


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-06-10 20:05 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 20:02 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 20:05 Arthur Zamarin
2024-04-16 14:55 Florian Schmaus
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:58 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-07-05  8:52 Agostino Sarubbo
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01  9:35 Sam James
2020-10-12 14:38 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-04-01 10:08 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-02 13:29 Hanno Boeck
2019-10-19  8:46 Hanno Boeck
2019-10-02 14:53 Hanno Boeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox