diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-15 23:40:07 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-15 23:40:28 +1200 |
commit | 633fe3add38c1606c4dcf66989f658ba4d5a9d22 (patch) | |
tree | a1049274015d7b1ddde14abb8a00c82fbdced01c /dev-perl/Data-Hexify | |
parent | dev-python/pygame: Fix missing test deps (diff) | |
download | gentoo-633fe3add38c1606c4dcf66989f658ba4d5a9d22.tar.gz gentoo-633fe3add38c1606c4dcf66989f658ba4d5a9d22.tar.bz2 gentoo-633fe3add38c1606c4dcf66989f658ba4d5a9d22.zip |
dev-perl/Data-Hexify: -r bump for EAPI7
- EAPI7
- Parallel tests
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Hexify')
-rw-r--r-- | dev-perl/Data-Hexify/Data-Hexify-1.0.0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r2.ebuild b/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r2.ebuild new file mode 100644 index 000000000000..031b7c559cf1 --- /dev/null +++ b/dev-perl/Data-Hexify/Data-Hexify-1.0.0-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=JV +DIST_VERSION=1.00 + +inherit perl-module + +DESCRIPTION="Perl extension for hexdumping arbitrary data" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~x86 ~amd64-linux" |