commit:     7476fb950131e1f9c8beba79cc0f56f6acf36f03
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 05:23:54 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 05:23:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7476fb95

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 <AT> gentoo.org>

 .../Digest-Nilsimsa-0.60.0-r3.ebuild                | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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 00000000000..581f6868f7f
--- /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
+}

Reply via email to