commit: ab8fbdc69892c57035f9b8899bd10c113e02be56 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Thu Jul 30 10:17:48 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Thu Jul 30 10:18:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8fbdc6
dev-perl/Digest-CRC: -r bump for EAPI7 & CFLAGS love - EAPI7 - Ensure CFLAGS passed to make/compiler - Remove unused/empty variable assignments Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> .../Digest-CRC/Digest-CRC-0.220.0_p2-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2-r1.ebuild b/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2-r1.ebuild new file mode 100644 index 00000000000..05e77aec108 --- /dev/null +++ b/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=OLIMAUL +# https://rt.cpan.org/Ticket/Display.html?id=120669 +DIST_VERSION=0.22.2 +inherit perl-module +S="${WORKDIR}/${PN}-0.22" + +DESCRIPTION="Generic CRC function" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker +" +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +}
