commit: 0db6678ccf191ef03f755e6dba9ad550f9bd6ff4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 10:21:22 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 10:42:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db6678c
dev-perl/Crypt-DSA: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild | 32 -----------------------------
1 file changed, 32 deletions(-)
diff --git a/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild
b/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild
deleted file mode 100644
index 033eebb88ae..00000000000
--- a/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.17
-inherit perl-module
-
-DESCRIPTION="DSA Signatures and Key Generation"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc sparc x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Data-Buffer
- dev-perl/Digest-SHA1
- virtual/perl-File-Spec
- dev-perl/File-Which
- virtual/perl-MIME-Base64
- >=virtual/perl-Math-BigInt-1.78"
-DEPEND="test? ( ${RDEPEND}
- dev-perl/Math-BigInt-GMP )"
-
-SRC_TEST="do"
-
-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
-}