commit: 633fe3add38c1606c4dcf66989f658ba4d5a9d22 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 11:40:07 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 11:40:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633fe3ad
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 <AT> gentoo.org> dev-perl/Data-Hexify/Data-Hexify-1.0.0-r2.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 00000000000..031b7c559cf --- /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"
