diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 17:23:54 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 17:23:54 +1200 |
commit | 7476fb950131e1f9c8beba79cc0f56f6acf36f03 (patch) | |
tree | fc713a1637830108b9e5678b70ca11c84702793e /dev-perl | |
parent | dev-perl/Digest-MD5-File: -r bump for EAPI7 (diff) | |
download | gentoo-7476fb950131e1f9c8beba79cc0f56f6acf36f03.tar.gz gentoo-7476fb950131e1f9c8beba79cc0f56f6acf36f03.tar.bz2 gentoo-7476fb950131e1f9c8beba79cc0f56f6acf36f03.zip |
dev-perl/Digest-Nilsimsa: -r bump for EAPI7 & CFLAGS love
- EAPI7
- Fix license slightly
- Ensure CFLAGS passed to make/compile
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r3.ebuild b/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r3.ebuild new file mode 100644 index 000000000000..581f6868f7f6 --- /dev/null +++ b/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=VIPUL +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Perl version of Nilsimsa code" +# Bug: https://rt.cpan.org/Ticket/Display.html?id=133085 +LICENSE="GPL-2+ LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +} |