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-DES_EDE3/
Date: Tue, 30 Jun 2020 17:57:58
Message-Id: 1593539816.4c206e71292bb033b1cdcdb516b082ef3225de8d.kentnl@gentoo
1 commit: 4c206e71292bb033b1cdcdb516b082ef3225de8d
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 17:56:42 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 17:56:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c206e71
7
8 dev-perl/Crypt-DES_EDE3: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Remove unused/empty variable assignments
13
14 Package-Manager: Portage-2.3.100, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild | 16 ++++++++++++++++
18 1 file changed, 16 insertions(+)
19
20 diff --git a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..ce7a8babb79
23 --- /dev/null
24 +++ b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r2.ebuild
25 @@ -0,0 +1,16 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=BTROTT
32 +DIST_VERSION=0.01
33 +inherit perl-module
34 +
35 +DESCRIPTION="Triple-DES EDE encryption/decryption"
36 +
37 +SLOT="0"
38 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
39 +
40 +RDEPEND="dev-perl/Crypt-DES"
41 +BDEPEND="${RDEPEND}"