summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-02 19:53:27 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-02 19:53:27 +1200
commit98ca7e230f506b93176143ce78971421b30f4b49 (patch)
treefb7dd43d51672c61f7f22c7046748f4b28381828 /dev-perl/Crypt-RC4
parentdev-perl/Crypt-Primes: -r bump for EAPI7 (diff)
downloadgentoo-98ca7e230f506b93176143ce78971421b30f4b49.tar.gz
gentoo-98ca7e230f506b93176143ce78971421b30f4b49.tar.bz2
gentoo-98ca7e230f506b93176143ce78971421b30f4b49.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-RC4')
-rw-r--r--dev-perl/Crypt-RC4/Crypt-RC4-2.20.0-r2.ebuild13
1 files changed, 13 insertions, 0 deletions
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 000000000000..78c09639c8af
--- /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"