public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Any/
Date: Thu, 22 Jun 2023 02:49:46 +0000 (UTC)	[thread overview]
Message-ID: <1687401979.6914441883ae109bb8a1ec0210c4223045504eb5.sam@gentoo> (raw)

commit:     6914441883ae109bb8a1ec0210c4223045504eb5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 02:46:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 02:46:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69144418

dev-perl/Config-Any: add 0.330.0

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

 dev-perl/Config-Any/Config-Any-0.330.0.ebuild | 55 +++++++++++++++++++++++++++
 dev-perl/Config-Any/Manifest                  |  1 +
 2 files changed, 56 insertions(+)

diff --git a/dev-perl/Config-Any/Config-Any-0.330.0.ebuild b/dev-perl/Config-Any/Config-Any-0.330.0.ebuild
new file mode 100644
index 000000000000..c405980f557d
--- /dev/null
+++ b/dev-perl/Config-Any/Config-Any-0.330.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.33
+inherit perl-module
+
+DESCRIPTION="Load configuration from different file formats, transparently"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="+conf +ini +json +xml +yaml"
+
+RDEPEND="
+	>=dev-perl/Module-Pluggable-3.600.0
+	conf? (
+		>=dev-perl/Config-General-2.480.0
+	)
+	!conf? (
+		!<dev-perl/config-general-2.480.0
+		!<dev-perl/Config-General-2.480.0
+	)
+	ini? (
+		dev-perl/Config-Tiny
+	)
+	json? (
+		|| (
+			dev-perl/Cpanel-JSON-XS
+			dev-perl/JSON-MaybeXS
+			dev-perl/JSON-XS
+			>=virtual/perl-JSON-PP-2
+			dev-perl/JSON
+		)
+	)
+	xml? (
+		dev-perl/XML-NamespaceSupport
+		dev-perl/XML-Simple
+	)
+	yaml? (
+		|| (
+			dev-perl/YAML-LibYAML
+			>=dev-perl/YAML-Syck-0.700.0
+			dev-perl/YAML
+		)
+	)
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/Config-Any/Manifest b/dev-perl/Config-Any/Manifest
index c14ef04b64cc..f0151a8964ac 100644
--- a/dev-perl/Config-Any/Manifest
+++ b/dev-perl/Config-Any/Manifest
@@ -1 +1,2 @@
 DIST Config-Any-0.32.tar.gz 21045 BLAKE2B d3eb7df6ea972bdad2ff416adb3f6744ab972520bcef0b116bd29249416bd4184935d92752f4b1aec371656462db08e87ba9de78f7cf36c53d9425673f083ad0 SHA512 7c6fa9f341b1392ffd71babca688e3fb8bcd5f6330fe15aefb36ac002af83ed3674667dcddd9a500404bc4e019609f392c173653a8a792267fdb609e9323116c
+DIST Config-Any-0.33.tar.gz 26662 BLAKE2B 46628e6bdd81e97d3d872e8120a1e9378418004aed8386c4ec4c79c29a62cce1e75ffc69e8205ff45f1a1a406b7c25faca9c7d5da57e102597b196f0a51295ec SHA512 e521009f444fdd1459c3fbd740b41290bf3fd2296e8ae561d0f5f99cb4385129212e7c1818ac6d193cb5cc486a90b54f26592985e35f85d166e972268d0146eb


             reply	other threads:[~2023-06-22  2:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-22  2:49 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-03  6:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Any/ Arthur Zamarin
2023-07-24  4:12 Sam James
2021-10-12 20:18 Andreas K. Hüttel
2020-12-27 14:42 Fabian Groffen
2018-06-03  3:31 Kent Fredric
2018-04-18 20:45 Mikle Kolyada
2018-04-05 18:29 Thomas Deutschmann
2018-04-05 14:11 Aaron Bauman
2017-05-27  7:06 Markus Meier
2017-05-21 21:58 Kent Fredric
2017-05-02 22:25 Kent Fredric
2017-04-23 21:30 Kent Fredric
2017-04-02 15:49 Kent Fredric
2017-03-20 23:20 Kent Fredric
2016-08-06 14:56 Kent Fredric
2016-07-23 22:14 Kent Fredric
2015-10-03 13:38 Patrice Clement
2015-10-03 13:38 Patrice Clement

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=1687401979.6914441883ae109bb8a1ec0210c4223045504eb5.sam@gentoo \
    --to=sam@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