commit: d5f4687340892579c9c1b3e0f7f82190d3ef76c1 Author: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com> AuthorDate: Sun Mar 12 18:06:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 13 18:02:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f46873
dev-perl/Moo: Add missing Class-XSAccessor dep Dropped ~ia64 ~s390 keywords, but will re-request them soon. Bug: https://bugs.gentoo.org/898358 Closes: https://github.com/gentoo/gentoo/pull/29853 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Moo/Moo-2.5.4-r1.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dev-perl/Moo/Moo-2.5.4-r1.ebuild b/dev-perl/Moo/Moo-2.5.4-r1.ebuild new file mode 100644 index 000000000000..8f61768a4ea8 --- /dev/null +++ b/dev-perl/Moo/Moo-2.5.4-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=2.005004 +inherit perl-module + +DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Class-Method-Modifiers-1.100.0 + >=virtual/perl-Exporter-5.570.0 + >=dev-perl/Role-Tiny-2.2.3 + >=virtual/perl-Scalar-List-Utils-1.0.0 + >=dev-perl/Sub-Quote-2.6.6 + >=dev-perl/Class-XSAccessor-1.190.0-r2 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-Fatal-0.3.0 + >=virtual/perl-Test-Simple-0.940.0 + ) +"
