commit: f602251ba90c3511ac8f03ad69e0c2434065bf3b Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sat Jun 20 02:17:04 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sat Jun 20 02:17:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f602251b
dev-perl/Class-XSAccessor: -r bump for EAPI7 - EAPI7 - Add license note - Fix dependency incorrectness - Localise mymake/OPTIMIZE glue to ensure it works without relying on global-scope variable definition. - Parallel tests Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> .../Class-XSAccessor-1.190.0-r1.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild new file mode 100644 index 00000000000..dc807a45411 --- /dev/null +++ b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 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="~amd64 ~ppc ~x86 ~ppc-aix ~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 +}