diff options
author | 2024-12-21 08:32:17 -0500 | |
---|---|---|
committer | 2024-12-21 20:31:13 +0000 | |
commit | 676f06680a1bfa4a386bafd07f3761f1a25a571a (patch) | |
tree | 114d73c8ba03ab4a3a995e290d548952abe8330b /dev-perl/Crypt-Eksblowfish | |
parent | dev-perl/Crypt-Cracklib: Drop old versions (diff) | |
download | gentoo-676f06680a1bfa4a386bafd07f3761f1a25a571a.tar.gz gentoo-676f06680a1bfa4a386bafd07f3761f1a25a571a.tar.bz2 gentoo-676f06680a1bfa4a386bafd07f3761f1a25a571a.zip |
dev-perl/Crypt-Eksblowfish: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-Eksblowfish')
-rw-r--r-- | dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild b/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild deleted file mode 100644 index 963351d5a1c7..000000000000 --- a/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=ZEFRAM -DIST_VERSION=0.009 -inherit perl-module - -DESCRIPTION="the Eksblowfish block cipher" - -SLOT="0" -KEYWORDS="amd64 ~riscv" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=" - virtual/perl-Carp - >=dev-perl/Class-Mix-0.1.0 - virtual/perl-Exporter - >=virtual/perl-MIME-Base64-2.210.0 - virtual/perl-XSLoader - virtual/perl-parent -" -DEPEND=" - dev-perl/Module-Build -" -BDEPEND="${RDEPEND} - dev-perl/Module-Build - >=virtual/perl-ExtUtils-CBuilder-0.15 - test? ( - virtual/perl-Test-Simple - ) -" -src_configure() { - # Overriding this breaks build, - # as people always set this to a real LD - # but a CCLD is expected - # If you know what you're doing, export CCLD - # Bug: https://bugs.gentoo.org/730390 - unset LD - if [[ -n "${CCLD}" ]]; then - export LD="${CCLD}" - fi - perl-module_src_configure -} -src_compile() { - ./Build --config optimize="${CFLAGS}" build || die -} |