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/YAML-PP/
Date: Wed, 26 Feb 2025 07:45:02 +0000 (UTC)	[thread overview]
Message-ID: <1740555864.3ab088962d06a5f0a4168fd872f23621eb8a792f.sam@gentoo> (raw)

commit:     3ab088962d06a5f0a4168fd872f23621eb8a792f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 07:36:15 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 07:44:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab08896

dev-perl/YAML-PP: add 0.39.0

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

 dev-perl/YAML-PP/Manifest              |  1 +
 dev-perl/YAML-PP/YAML-PP-0.39.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/YAML-PP/Manifest b/dev-perl/YAML-PP/Manifest
index cf066ffcbe37..4aae7b9835c7 100644
--- a/dev-perl/YAML-PP/Manifest
+++ b/dev-perl/YAML-PP/Manifest
@@ -1 +1,2 @@
 DIST YAML-PP-v0.38.0.tar.gz 214572 BLAKE2B c922b83957e17d8c5f0862cd29797f8d5a2091bcca77d785f0d9a81a724c03025197ec36c92919cb93755a2b7cfa343061a4d2b7b23d33f0e50b78920432c2e6 SHA512 2c503e675068d3c2903c3a862651417a1320647469cae74a029bc80e5a67dd7694264711aa00a2ff074b2fd0dd9ea631d5010980fb9166709e82dd9cc366dfa9
+DIST YAML-PP-v0.39.0.tar.gz 216796 BLAKE2B 7a3d1dd7613d66a874d8d9b1507fdd82d2bc93c9aa0bad8242142a48198050de6efb8a91529ac87c3de207c10cd56577eddc5fb7405062f5179dca1b2addadce SHA512 348a4c2e7efdaa407fb46d2a632c381d3655fe9b1eb4e557cc66eea8346e2e24013d2ff94601f25b47dfdd96b14b7f3fe7338f74668230a82f87495a756adf3c

diff --git a/dev-perl/YAML-PP/YAML-PP-0.39.0.ebuild b/dev-perl/YAML-PP/YAML-PP-0.39.0.ebuild
new file mode 100644
index 000000000000..8805bfb5c421
--- /dev/null
+++ b/dev-perl/YAML-PP/YAML-PP-0.39.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TINITA
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="YAML 1.2 processor in perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Data-Dumper
+	virtual/perl-Encode
+	virtual/perl-Exporter
+	virtual/perl-Getopt-Long
+	virtual/perl-MIME-Base64
+	virtual/perl-Module-Load
+	>=virtual/perl-Scalar-List-Utils-1.70.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-IO
+		>=virtual/perl-Test-Simple-0.980.0
+		dev-perl/Test-Warn
+	)
+"


             reply	other threads:[~2025-02-26  7:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-26  7:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 21:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/YAML-PP/ Sam James
2024-07-07  6:23 Sam James
2024-07-07  6:10 Sam James
2024-06-10  2:18 Sam James
2024-04-27  6:51 Andreas K. Hüttel
2023-12-30  3:04 Sam James
2023-12-01  3:30 Sam James
2023-10-16 16:34 Joonas Niilola
2023-06-21  8:26 Arthur Zamarin
2023-06-21  8:18 Sam James
2023-06-21  8:18 Sam James
2023-06-17 23:17 Sam James
2023-04-12  9:29 Sam James
2022-02-19 12:16 Arthur Zamarin
2022-02-19  7:39 Arthur Zamarin
2022-02-19  7:00 Arthur Zamarin
2021-12-11 15:52 Andreas K. Hüttel
2021-10-07 23:35 Andreas K. Hüttel
2021-09-21 13:41 Yixun Lan
2021-08-02 12:17 Sam James
2021-07-31 22:12 Sam James
2021-06-19 21:38 Andreas K. Hüttel
2021-06-19 21:38 Andreas K. Hüttel
2020-12-27 16:25 Fabian Groffen
2020-04-26 15:17 Kent Fredric
2019-12-27 19:13 Robin H. Johnson

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=1740555864.3ab088962d06a5f0a4168fd872f23621eb8a792f.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