commit: bdfae6c695fec87cdd49ba3b9a0779e03c004f04 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sun Jun 28 17:17:32 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sun Jun 28 17:17:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfae6c6
dev-perl/Convert-BER: -r bump for EAPI7 - EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild b/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild new file mode 100644 index 00000000000..855f6b3db2c --- /dev/null +++ b/dev-perl/Convert-BER/Convert-BER-1.320.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=GBARR +DIST_VERSION=1.32 +inherit perl-module + +DESCRIPTION="Class for encoding/decoding BER messages" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86"
