From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mouse/
Date: Fri, 11 Oct 2024 03:39:53 +0000 (UTC) [thread overview]
Message-ID: <1728617949.2550c394870819eb3120fb4b3d8d5204c9147a93.sam@gentoo> (raw)
commit: 2550c394870819eb3120fb4b3d8d5204c9147a93
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 03:07:09 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 03:39:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2550c394
dev-perl/Mouse: add 2.5.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Mouse/Manifest | 1 +
dev-perl/Mouse/Mouse-2.5.11.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-perl/Mouse/Manifest b/dev-perl/Mouse/Manifest
index 70e52ce43b4a..0f5114edd2b5 100644
--- a/dev-perl/Mouse/Manifest
+++ b/dev-perl/Mouse/Manifest
@@ -1 +1,2 @@
DIST Mouse-v2.5.10.tar.gz 220349 BLAKE2B beeb21bac24f3a89b3850e8d6b720dccce2142dd32b03a0235f57bc93de76cb5b277d1a38a50e219c0bf9c8924557c7c85d659ce9453f0211c939d0efb78ea37 SHA512 949a2f18257a5afcf4dbbb84094974f4d80e1e4531b4b9d8618cf141252fd11b09b79daafe1de79faa620905988f649627bc2fceac357ea2f180db74cd48f711
+DIST Mouse-v2.5.11.tar.gz 220539 BLAKE2B 8a86192d368f5c612b75fb36f32faf27f0a91d6ba7219ed569ffef477d6e6a5b130670637dab229761d6eb8604a2756dd59476d6b46975b3a24805d138e6e911 SHA512 3c4c09b637711f438bbed7a1de0e074110a5e47573c78e52a545b180733bd892a9d90ec39d538c67a100348638aad1a3a0a7647bdb15e9d88a700aaa2d3ad93d
diff --git a/dev-perl/Mouse/Mouse-2.5.11.ebuild b/dev-perl/Mouse/Mouse-2.5.11.ebuild
new file mode 100644
index 000000000000..2211ed390093
--- /dev/null
+++ b/dev-perl/Mouse/Mouse-2.5.11.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SKAJI
+DIST_VERSION=v${PV}
+DIST_EXAMPLES=("example/*" "benchmarks")
+inherit perl-module
+
+DESCRIPTION="Moose minus the antlers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ >=virtual/perl-Scalar-List-Utils-1.140.0
+ >=virtual/perl-XSLoader-0.20.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-Devel-PPPort-3.590.0
+ >=virtual/perl-ExtUtils-ParseXS-3.220.0
+ >=dev-perl/Module-Build-0.400.500
+ >=dev-perl/Module-Build-XSUtil-0.190.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Fatal
+ dev-perl/Test-LeakTrace
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Output
+ dev-perl/Test-Requires
+ dev-perl/Try-Tiny
+ )
+"
next reply other threads:[~2024-10-11 3:39 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-11 3:39 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-14 2:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mouse/ Sam James
2024-06-25 4:41 Sam James
2024-06-25 3:59 Sam James
2024-05-22 2:18 Sam James
2021-12-05 13:55 Jakov Smolić
2021-10-16 20:37 Andreas K. Hüttel
2021-09-21 13:41 Yixun Lan
2021-07-25 3:23 Sam James
2021-07-11 20:51 Sam James
2021-07-10 0:48 Sam James
2021-07-09 20:44 Andreas K. Hüttel
2020-10-16 21:57 Sam James
2020-10-05 11:23 Kent Fredric
2020-06-29 6:33 Michał Górny
2018-09-28 9:14 Mikle Kolyada
2018-07-23 19:00 Sergei Trofimovich
2018-07-15 15:51 Mikle Kolyada
2017-11-19 11:43 Kent Fredric
2017-08-27 15:34 Mikle Kolyada
2017-08-27 15:31 Mikle Kolyada
2017-05-21 8:09 Agostino Sarubbo
2017-04-05 17:37 Kent Fredric
2017-02-04 17:33 Andreas Hüttel
2017-02-03 22:25 Jeroen Roovers
2016-03-30 23:19 Andreas Hüttel
2016-01-24 16:40 Agostino Sarubbo
2015-12-25 23:14 Andreas Hüttel
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=1728617949.2550c394870819eb3120fb4b3d8d5204c9147a93.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