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/Carp-Assert-More/
Date: Wed, 22 Jan 2025 05:32:58 +0000 (UTC)	[thread overview]
Message-ID: <1737523424.39c4fa82a68a863548f8f9fa1e28b7cd188a589b.sam@gentoo> (raw)

commit:     39c4fa82a68a863548f8f9fa1e28b7cd188a589b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 05:23:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 05:23:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c4fa82

dev-perl/Carp-Assert-More: add 2.8.0

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

 .../Carp-Assert-More/Carp-Assert-More-2.8.0.ebuild | 31 ++++++++++++++++++++++
 dev-perl/Carp-Assert-More/Manifest                 |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-2.8.0.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-2.8.0.ebuild
new file mode 100644
index 000000000000..5bea359459f2
--- /dev/null
+++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-2.8.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PETDANCE
+inherit perl-module
+
+DESCRIPTION="Convenience assertions for common situations"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Scalar-List-Utils
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		dev-perl/Test-Exception
+		>=virtual/perl-Test-Simple-0.720.0
+	)
+"
+
+PERL_RM_FILES=(
+	"t/pod-coverage.t"
+	"t/pod.t"
+)

diff --git a/dev-perl/Carp-Assert-More/Manifest b/dev-perl/Carp-Assert-More/Manifest
index 011246c9b4fe..816ba64d31ab 100644
--- a/dev-perl/Carp-Assert-More/Manifest
+++ b/dev-perl/Carp-Assert-More/Manifest
@@ -1 +1,2 @@
 DIST Carp-Assert-More-2.4.0.tar.gz 22427 BLAKE2B fa6555a0bc447690becfe50f448f08fc3d3631dc455cf64cba6ced2d369bade8350bbb7138e835b6b915279ec3c44908a5a35ef2470bb6c899ded2cc5f8dc02d SHA512 a23450b10eb8402d928903fafa4538130c740fc0b2f71534e252ffd6442d5b1da6e297f41cdb797df19978d5d54f0bfc4ebc89de95d8706a1c841512525bad7b
+DIST Carp-Assert-More-2.8.0.tar.gz 22864 BLAKE2B 4384d78729d50d04315f4bbbe8701391a35cd745569c2094687506cf3abc0d05b4fbc2a37e5d81822df5a67871573b30ad0072bb1f2869e93c9d27bc2b21618a SHA512 7d899cb3f2e2a5179885f7e480656c0a20470aa814f27033e902badf4219f2bb3813db013879b2504bd4b0b2a1db15031ca01f3c1f0e5a754797d12021ebc3dd


             reply	other threads:[~2025-01-22  5:33 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-22  5:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-06  3:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Carp-Assert-More/ Sam James
2025-04-06  3:54 Sam James
2025-04-06  3:36 Sam James
2025-03-10  8:52 Sam James
2025-03-03 20:48 Sam James
2025-03-03 20:34 Sam James
2024-06-14  0:43 Sam James
2024-04-30  1:16 Sam James
2023-06-22  3:54 Sam James
2021-12-05 20:52 Arthur Zamarin
2021-10-09 19:16 Andreas K. Hüttel
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-07-29  6:40 Agostino Sarubbo
2021-05-03  7:56 Sergei Trofimovich
2021-05-01 17:14 Sam James
2021-05-01 17:14 Sam James
2021-05-01 16:28 Andreas K. Hüttel
2020-10-07  8:31 Kent Fredric
2020-09-26  9:25 Kent Fredric
2020-08-21 19:00 Sergei Trofimovich
2020-05-21 23:07 Kent Fredric
2018-04-17  0:06 Kent Fredric
2018-04-07 21:18 Sergei Trofimovich
2018-04-05 21:07 Sergei Trofimovich
2018-04-05  3:29 Aaron Bauman
2017-10-03 11:13 Kent Fredric

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=1737523424.39c4fa82a68a863548f8f9fa1e28b7cd188a589b.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