From df14a2ac97c81dcdbe159c95afaa6f12a474de33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 16 Oct 2021 12:20:29 +0200 Subject: [PATCH] dev-perl/Crypt-DH: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild | 28 --------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild 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 deleted file mode 100644 index ec4fda513a434..0000000000000 --- a/dev-perl/Crypt-DH/Crypt-DH-0.70.0-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MITHALDU -DIST_VERSION=0.07 -inherit perl-module - -DESCRIPTION="Diffie-Hellman key exchange system" - -SLOT="0" -KEYWORDS="amd64 ~hppa x86" -IUSE="" - -RDEPEND=" - dev-libs/gmp - dev-perl/Math-BigInt-GMP - >=virtual/perl-Math-BigInt-1.60 - dev-perl/Crypt-Random -" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL || - die "Can't patch Makefile.PL for 5.26 dot-in-inc" - perl-module_src_prepare -}