Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-EncryptedHash/
Date: Tue, 28 Sep 2021 18:32:47
Message-Id: 1632853927.c168cf1757e243c4056748505edadf5e06488aca.dilfridge@gentoo
1 commit: c168cf1757e243c4056748505edadf5e06488aca
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 18:22:45 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 18:32:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c168cf17
7
8 dev-perl/Tie-EncryptedHash: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...1.240.0-r1.ebuild => Tie-EncryptedHash-1.240.0-r2.ebuild} | 12 +++++-------
14 1 file changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild
17 similarity index 81%
18 rename from dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild
19 rename to dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild
20 index 3d858a418ec..99c6795736e 100644
21 --- a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild
22 +++ b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild
23 @@ -1,21 +1,19 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=VIPUL
31 -MODULE_VERSION=1.24
32 +DIST_AUTHOR=VIPUL
33 +DIST_VERSION=1.24
34 inherit perl-module
35
36 DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields"
37
38 SLOT="0"
39 KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
40 -IUSE=""
41
42 RDEPEND="dev-perl/Crypt-Blowfish
43 dev-perl/Crypt-DES
44 dev-perl/Crypt-CBC"
45 -DEPEND="${RDEPEND}"
46 -
47 -SRC_TEST=do
48 +BDEPEND="${RDEPEND}
49 +"