Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RC4/
Date: Thu, 02 Jul 2020 07:54:53
Message-Id: 1593676407.98ca7e230f506b93176143ce78971421b30f4b49.kentnl@gentoo
1 commit: 98ca7e230f506b93176143ce78971421b30f4b49
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 07:53:27 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 07:53:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ca7e23
7
8 dev-perl/Crypt-RC4: -r + renorm version for EAPI7
9
10 - EAPI7
11 - Renormalize version to be consistent with Perl Version Scheme,
12 as per https://wiki.gentoo.org/wiki/Project:Perl/Version-Scheme
13 - Fix license ( Correct license for "same as perl" injected by default
14 by perl-module.eclass )
15 - Remove unused/empty variable assignments
16 - Parallel tests
17
18 Package-Manager: Portage-2.3.100, Repoman-2.3.22
19 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
20
21 dev-perl/Crypt-RC4/Crypt-RC4-2.20.0-r2.ebuild | 13 +++++++++++++
22 1 file changed, 13 insertions(+)
23
24 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
25 new file mode 100644
26 index 00000000000..78c09639c8a
27 --- /dev/null
28 +++ b/dev-perl/Crypt-RC4/Crypt-RC4-2.20.0-r2.ebuild
29 @@ -0,0 +1,13 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DIST_AUTHOR=SIFUKURT
36 +DIST_VERSION=2.02
37 +inherit perl-module
38 +
39 +DESCRIPTION="Implements the RC4 encryption algorithm"
40 +
41 +SLOT="0"
42 +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"