commit: 288b6bb8969c44590b696afb7a66a7a83a308933 Author: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift <DOT> com> AuthorDate: Sun Mar 12 18:05:24 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=288b6bb8
dev-perl/Class-XSAccessor: rev-bump in prep for adding "~ia64 ~s390" Those keywords are needed by dev-perl/Moo. Bug: https://bugs.gentoo.org/898358 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep <AT> parallaxshift.com> Signed-off-by: Sam James <sam <AT> gentoo.org> .../Class-XSAccessor-1.190.0-r2.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r2.ebuild b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r2.ebuild new file mode 100644 index 000000000000..65cc608204c0 --- /dev/null +++ b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SMUELLER +DIST_VERSION=1.19 +inherit perl-module + +DESCRIPTION="Generate fast XS accessors without runtime compilation" +# License note: perl 5-or-newer +# https://bugs.gentoo.org/718946#c6 +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~ppc-macos ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Time-HiRes + virtual/perl-XSLoader +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + !dev-perl/Class-XSAccessor-Array + test? ( + virtual/perl-Test-Simple + ) +" +src_compile() { + mymake=( "OPTIMIZE=${CFLAGS}" ) + perl-module_src_compile +}
