From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6F8F15813A for ; Fri, 17 Jan 2025 10:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F6CE08EF; Fri, 17 Jan 2025 10:55:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A967E08EF for ; Fri, 17 Jan 2025 10:55:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CF603431D4 for ; Fri, 17 Jan 2025 10:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA7C2468 for ; Fri, 17 Jan 2025 10:55:24 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1737111222.d03a4cfee0eb8471e896f9532d427581227109a4.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild X-VCS-Directories: dev-perl/File-Scan-ClamAV/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: d03a4cfee0eb8471e896f9532d427581227109a4 X-VCS-Branch: master Date: Fri, 17 Jan 2025 10:55:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1db98cb1-1abc-4231-8591-11c61013e698 X-Archives-Hash: a371c75ee85af0d3a16684c81202066e commit: d03a4cfee0eb8471e896f9532d427581227109a4 Author: Petr Vaněk gentoo org> AuthorDate: Fri Jan 17 10:53:42 2025 +0000 Commit: Petr Vaněk gentoo 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 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 -}