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-DH/
Date: Sat, 16 Oct 2021 10:43:37
Message-Id: 1634380973.df14a2ac97c81dcdbe159c95afaa6f12a474de33.dilfridge@gentoo
1 commit: df14a2ac97c81dcdbe159c95afaa6f12a474de33
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 10:20:29 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 10:42:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df14a2ac
7
8 dev-perl/Crypt-DH: 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-DH/Crypt-DH-0.70.0-r2.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild b/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild
17 deleted file mode 100644
18 index ec4fda513a4..00000000000
19 --- a/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=MITHALDU
28 -DIST_VERSION=0.07
29 -inherit perl-module
30 -
31 -DESCRIPTION="Diffie-Hellman key exchange system"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~hppa x86"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - dev-libs/gmp
39 - dev-perl/Math-BigInt-GMP
40 - >=virtual/perl-Math-BigInt-1.60
41 - dev-perl/Crypt-Random
42 -"
43 -DEPEND="${RDEPEND}"
44 -
45 -src_prepare() {
46 - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
47 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
48 - perl-module_src_prepare
49 -}