commit: d03a4cfee0eb8471e896f9532d427581227109a4
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 10:53:42 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 10:53:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03a4cfe
dev-perl/File-Scan-ClamAV: drop 1.950.0-r2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../File-Scan-ClamAV-1.950.0-r2.ebuild | 40 ----------------------
1 file changed, 40 deletions(-)
diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild
b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild
deleted file mode 100644
index 0ac7fefcdc81..000000000000
--- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=ESAYM
-DIST_VERSION=1.95
-
-inherit perl-module
-
-DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send
commands"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-
-RDEPEND="
- app-antivirus/clamav
-"
-BDEPEND="
- ${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-# Test's can't be run in parallel because they internally spawn a
-# clam server on the same shared socket
-DIST_TEST="do"
-
-src_test() {
- if [[ "${TEST_SCAN_CLAMAV:-0}" == "1" || -n "${DIST_TEST_OVERRIDE}" ]];
then
- perl_rm_files t/pod-coverage.t t/pod.t
- perl-module_src_test
- else
- einfo "Skipping Tests."
- einfo
- einfo "Tests require a manually and correctly configured
ClamAV."
- einfo
- einfo "Set TEST_SCAN_CLAMAV=1 if you wish to run this test and
have"
- einfo "configured ClamAV"
- fi
-}