From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/
Date: Sun, 10 Apr 2022 17:40:34 +0000 (UTC) [thread overview]
Message-ID: <1649612418.e8ecf0e7788d84c98c829e448e08e837ef98d29a.flow@gentoo> (raw)
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 )
next reply other threads:[~2022-04-10 17:40 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-10 17:40 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 0:04 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/ Sam James
2025-04-05 18:25 Florian Schmaus
2024-10-18 8:36 Florian Schmaus
2024-10-18 8:27 Florian Schmaus
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-05-17 20:02 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1649612418.e8ecf0e7788d84c98c829e448e08e837ef98d29a.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox