From bf05bf9e9c5cedd73b6c4453651d26f3e5c7e717 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 14 Mar 2024 12:43:01 -0400 Subject: dev-perl/Crypt-DES: Drop old versions Signed-off-by: Matt Turner --- dev-perl/Crypt-DES/Crypt-DES-2.70.0-r2.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-perl/Crypt-DES/Crypt-DES-2.70.0-r2.ebuild diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r2.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r2.ebuild deleted file mode 100644 index 242e5ca60b19..000000000000 --- a/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=DPARIS -DIST_VERSION=2.07 -inherit perl-module - -DESCRIPTION="Perl DES encryption module" - -LICENSE="DES" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/perl-ExtUtils-MakeMaker - test? ( dev-perl/Crypt-CBC ) -" -src_compile() { - mymake=( - "OPTIMIZE=${CFLAGS}" - ) - perl-module_src_compile -} -- cgit v1.2.3-65-gdbad