diff options
author | 2024-03-14 12:43:01 -0400 | |
---|---|---|
committer | 2024-03-15 10:56:09 -0400 | |
commit | bf05bf9e9c5cedd73b6c4453651d26f3e5c7e717 (patch) | |
tree | b02a476b13fe60b3b857e1dbf203cfbaa9275545 | |
parent | dev-perl/Crypt-Curve25519: Drop old versions (diff) | |
download | gentoo-bf05bf9e9c5cedd73b6c4453651d26f3e5c7e717.tar.gz gentoo-bf05bf9e9c5cedd73b6c4453651d26f3e5c7e717.tar.bz2 gentoo-bf05bf9e9c5cedd73b6c4453651d26f3e5c7e717.zip |
dev-perl/Crypt-DES: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.70.0-r2.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
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 -} |