diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 15:07:52 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 15:08:45 +1200 |
commit | 11c47e1b0bade10ced921f011bf30126f6c99230 (patch) | |
tree | 990c00d5a33befd8fcbd38132bd0b04108273572 /dev-perl/Digest-HMAC | |
parent | dev-python/psycopg: arm64 stable (bug #734444) (diff) | |
download | gentoo-11c47e1b0bade10ced921f011bf30126f6c99230.tar.gz gentoo-11c47e1b0bade10ced921f011bf30126f6c99230.tar.bz2 gentoo-11c47e1b0bade10ced921f011bf30126f6c99230.zip |
dev-perl/Digest-HMAC: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove unused/empty 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/Digest-HMAC')
-rw-r--r-- | dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.ebuild b/dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.ebuild new file mode 100644 index 000000000000..f0b66cf3d5a6 --- /dev/null +++ b/dev-perl/Digest-HMAC/Digest-HMAC-1.30.0-r2.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=GAAS +DIST_VERSION=1.03 +inherit perl-module + +DESCRIPTION="Keyed Hashing for Message Authentication" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=virtual/perl-Digest-MD5-2.0.0 + >=virtual/perl-Digest-SHA-1.0.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |