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-CAST5_PP/
Date: Mon, 29 Jun 2020 18:58:47
Message-Id: 1593457082.3bc90bc99f53159016da851eaadddbf0d41b799f.kentnl@gentoo
1 commit: 3bc90bc99f53159016da851eaadddbf0d41b799f
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 18:55:48 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 18:58:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc90bc9
7
8 dev-perl/Crypt-CAST5_PP: -r bump for EAPI7 & fixes
9
10 - EAPI7
11 - Parallel tests
12 - Add test deps for better test coverage
13
14 Keywords:
15 - Dropped ~x86-solaris due to dev-perl/Test-Taint
16
17 Package-Manager: Portage-2.3.100, Repoman-2.3.22
18 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
19
20 dev-perl/Crypt-CAST5_PP: Drop ~x86-solaris
21
22 Package-Manager: Portage-2.3.100, Repoman-2.3.22
23 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
24
25 .../Crypt-CAST5_PP/Crypt-CAST5_PP-1.40.0-r2.ebuild | 22 ++++++++++++++++++++++
26 1 file changed, 22 insertions(+)
27
28 diff --git a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.40.0-r2.ebuild b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.40.0-r2.ebuild
29 new file mode 100644
30 index 00000000000..c56e23d5161
31 --- /dev/null
32 +++ b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.40.0-r2.ebuild
33 @@ -0,0 +1,22 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +DIST_AUTHOR=BOBMATH
40 +DIST_VERSION=1.04
41 +inherit perl-module
42 +
43 +DESCRIPTION="CAST5 block cipher in pure Perl"
44 +
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
47 +IUSE="test"
48 +RESTRICT="!test? ( test )"
49 +
50 +BDEPEND="
51 + test? (
52 + >=virtual/perl-Test-Simple-0.480.0
53 + dev-perl/Test-Taint
54 + )
55 +"