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/Crypt-DSA/
Date: Sat, 16 Oct 2021 10:43:38
Message-Id: 1634380977.0db6678ccf191ef03f755e6dba9ad550f9bd6ff4.dilfridge@gentoo
1 commit: 0db6678ccf191ef03f755e6dba9ad550f9bd6ff4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 10:21:22 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 10:42:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db6678c
7
8 dev-perl/Crypt-DSA: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild | 32 -----------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild b/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild
17 deleted file mode 100644
18 index 033eebb88ae..00000000000
19 --- a/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=ADAMK
28 -MODULE_VERSION=1.17
29 -inherit perl-module
30 -
31 -DESCRIPTION="DSA Signatures and Key Generation"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~hppa ppc sparc x86 ~x86-solaris"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="dev-perl/Data-Buffer
39 - dev-perl/Digest-SHA1
40 - virtual/perl-File-Spec
41 - dev-perl/File-Which
42 - virtual/perl-MIME-Base64
43 - >=virtual/perl-Math-BigInt-1.78"
44 -DEPEND="test? ( ${RDEPEND}
45 - dev-perl/Math-BigInt-GMP )"
46 -
47 -SRC_TEST="do"
48 -
49 -src_prepare() {
50 - sed -i -e 's/use inc::Module::Install /use lib q[.]; use inc::Module::Install /' Makefile.PL ||
51 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
52 - perl-module_src_prepare
53 -}