commit: 98ca7e230f506b93176143ce78971421b30f4b49 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Thu Jul 2 07:53:27 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Thu Jul 2 07:53:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ca7e23
dev-perl/Crypt-RC4: -r + renorm version for EAPI7 - EAPI7 - Renormalize version to be consistent with Perl Version Scheme, as per https://wiki.gentoo.org/wiki/Project:Perl/Version-Scheme - Fix license ( Correct license for "same as perl" injected by default by perl-module.eclass ) - Remove unused/empty variable assignments - Parallel tests Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/Crypt-RC4/Crypt-RC4-2.20.0-r2.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev-perl/Crypt-RC4/Crypt-RC4-2.20.0-r2.ebuild b/dev-perl/Crypt-RC4/Crypt-RC4-2.20.0-r2.ebuild new file mode 100644 index 00000000000..78c09639c8a --- /dev/null +++ b/dev-perl/Crypt-RC4/Crypt-RC4-2.20.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=SIFUKURT +DIST_VERSION=2.02 +inherit perl-module + +DESCRIPTION="Implements the RC4 encryption algorithm" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
