public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2016-01-14 20:04 Andreas Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2016-01-14 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6ae58389b6ed1462848f37e496fa97ae25321de6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 20:03:38 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 20:04:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae58389

dev-perl/File-Scan-ClamAV: Version bump

Package-Manager: portage-2.2.26

 .../File-Scan-ClamAV-1.930.0.ebuild                | 23 ++++++++++++++++++++++
 dev-perl/File-Scan-ClamAV/Manifest                 |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild
new file mode 100644
index 0000000..6522713
--- /dev/null
+++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ESAYM
+DIST_VERSION=1.93
+inherit perl-module
+
+DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="app-antivirus/clamav"
+DEPEND="${DEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+
+DIST_TEST=skip
+# tests require clamav to be configured, which we can't guarantee here

diff --git a/dev-perl/File-Scan-ClamAV/Manifest b/dev-perl/File-Scan-ClamAV/Manifest
index e5f8ef6..8f3f7bb 100644
--- a/dev-perl/File-Scan-ClamAV/Manifest
+++ b/dev-perl/File-Scan-ClamAV/Manifest
@@ -1 +1,2 @@
 DIST File-Scan-ClamAV-1.91.tar.gz 7048 SHA256 f9f265acfac680e590dc81c0d9f3e4eb4aaa833cf4910c7e21f881e1a4784b7e SHA512 f47751f16095caa5faed2eaab2dc8f204bc11ab8869231a231b04655669fbd67df61a1ec96ce660ab05ef66f766742fb5c5ff00ebac425304e3daa3830679805 WHIRLPOOL 6158cc38c317f2ee76eab608e43c48a4f609cab4400b12a6989a14eae0994c48b9340f2ffd6d20413e174cf5e07b43b3bf6f18cbd638cdd838fdf1a84b960c23
+DIST File-Scan-ClamAV-1.93.tar.gz 8358 SHA256 d2b01ad2b1fce58023bd38876c89c27b41d7890ecbb28991e7b4669687bb4d18 SHA512 61fbd3851c5cd03ab39844ba3d5f0226ab5daa252b226427486fad0cda9f3aa6469a6638dd53e4a68075bb6133b76cabff36a132daf5dcdc1d19d8a3dafdd770 WHIRLPOOL c824042acc480bc4ed2ad29c07286af2a4c6b9341ca1e7848aa92e1d9324f95fdc61a22fd0177ff13dedf2906b241cd4d8926389d050fecfdd6e5fa8aa6d931c


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2016-12-18  6:19 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2016-12-18  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c837c445d09740b9812bc6b948a029c1a96f132c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 11:44:51 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 06:15:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c837c445

dev-perl/File-Scan-ClamAV: Bump to version 1.950.0

- Extend testing implementation to make clearer to arch-testers
  that tests can be turned on, and by all means is encouraged and
  expected to work *if* ClamAV is configured.

Upstream:
- Stream scanners now use INSTREAM

Package-Manager: portage-2.3.3

 .../File-Scan-ClamAV-1.950.0.ebuild                | 39 ++++++++++++++++++++++
 dev-perl/File-Scan-ClamAV/Manifest                 |  1 +
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
new file mode 100644
index 00000000..a4a4441
--- /dev/null
+++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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"
+IUSE=""
+
+RDEPEND="app-antivirus/clamav"
+DEPEND="${DEPEND}
+	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
+}

diff --git a/dev-perl/File-Scan-ClamAV/Manifest b/dev-perl/File-Scan-ClamAV/Manifest
index 8f3f7bb..52a43bd 100644
--- a/dev-perl/File-Scan-ClamAV/Manifest
+++ b/dev-perl/File-Scan-ClamAV/Manifest
@@ -1,2 +1,3 @@
 DIST File-Scan-ClamAV-1.91.tar.gz 7048 SHA256 f9f265acfac680e590dc81c0d9f3e4eb4aaa833cf4910c7e21f881e1a4784b7e SHA512 f47751f16095caa5faed2eaab2dc8f204bc11ab8869231a231b04655669fbd67df61a1ec96ce660ab05ef66f766742fb5c5ff00ebac425304e3daa3830679805 WHIRLPOOL 6158cc38c317f2ee76eab608e43c48a4f609cab4400b12a6989a14eae0994c48b9340f2ffd6d20413e174cf5e07b43b3bf6f18cbd638cdd838fdf1a84b960c23
 DIST File-Scan-ClamAV-1.93.tar.gz 8358 SHA256 d2b01ad2b1fce58023bd38876c89c27b41d7890ecbb28991e7b4669687bb4d18 SHA512 61fbd3851c5cd03ab39844ba3d5f0226ab5daa252b226427486fad0cda9f3aa6469a6638dd53e4a68075bb6133b76cabff36a132daf5dcdc1d19d8a3dafdd770 WHIRLPOOL c824042acc480bc4ed2ad29c07286af2a4c6b9341ca1e7848aa92e1d9324f95fdc61a22fd0177ff13dedf2906b241cd4d8926389d050fecfdd6e5fa8aa6d931c
+DIST File-Scan-ClamAV-1.95.tar.gz 15010 SHA256 d2418fcc8022fb541da609df47393219514b02c4968bd92d6372d2f836639f85 SHA512 604b3e4f876be41e0963e4969b8b06d4b720092d2e5e7b4b2f6f39db502fb213b38025d3904c1528d1c3d1aaf81e43e09924618efd1b29db221ac4e8e6149b93 WHIRLPOOL 5c05e1a93675e92774d1f9c889c00c2d53dfacb8834d13d0bf806742c92c70eae4470d130685f6f6f676231e30e6b6dc30057d2915bf34166b302697b7ec4911


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2018-06-08 11:59 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2018-06-08 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     fb0727af36ef915a0c82ff787f4ae4659639bd93
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 11:05:53 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 11:59:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0727af

dev-perl/File-Scan-ClamAV: Cleanup old versions 1.91* 1.93*

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../File-Scan-ClamAV-1.910.0-r1.ebuild             | 17 -----------------
 .../File-Scan-ClamAV-1.930.0.ebuild                | 22 ----------------------
 dev-perl/File-Scan-ClamAV/Manifest                 |  2 --
 3 files changed, 41 deletions(-)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.910.0-r1.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.910.0-r1.ebuild
deleted file mode 100644
index 5a6442f809f..00000000000
--- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.910.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JAMTUR
-MODULE_VERSION=1.91
-inherit perl-module
-
-DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="app-antivirus/clamav"
-RDEPEND="${DEPEND}"

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild
deleted file mode 100644
index ef824343143..00000000000
--- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ESAYM
-DIST_VERSION=1.93
-inherit perl-module
-
-DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="app-antivirus/clamav"
-DEPEND="${DEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
-
-DIST_TEST=skip
-# tests require clamav to be configured, which we can't guarantee here

diff --git a/dev-perl/File-Scan-ClamAV/Manifest b/dev-perl/File-Scan-ClamAV/Manifest
index 725344a9101..63742242316 100644
--- a/dev-perl/File-Scan-ClamAV/Manifest
+++ b/dev-perl/File-Scan-ClamAV/Manifest
@@ -1,3 +1 @@
-DIST File-Scan-ClamAV-1.91.tar.gz 7048 BLAKE2B 22d83430404610384427fc05ce6e5c258ba6fa1c59535ebc2a0f7efeb380a85b49e78a5c892e4f87678c39f43858166b39965c9ff685f0dffdd71f17485ba611 SHA512 f47751f16095caa5faed2eaab2dc8f204bc11ab8869231a231b04655669fbd67df61a1ec96ce660ab05ef66f766742fb5c5ff00ebac425304e3daa3830679805
-DIST File-Scan-ClamAV-1.93.tar.gz 8358 BLAKE2B cd36fc1709352545ef2b6a7b9328469e1df65343aaba30abc200d65f1e9808cef9079e5ec16744f8e51b6c6fcb00798ee69f0baac6fbae7ccdac232df847cb42 SHA512 61fbd3851c5cd03ab39844ba3d5f0226ab5daa252b226427486fad0cda9f3aa6469a6638dd53e4a68075bb6133b76cabff36a132daf5dcdc1d19d8a3dafdd770
 DIST File-Scan-ClamAV-1.95.tar.gz 15010 BLAKE2B 34e9d6b923cc7c302f8ddb012d387a138ac378774d3e1a92fa409306a57a92a7a2d284b82de7f0fd9388cfadc722348438ddbc2cdb8dc6922ea5cac845a21880 SHA512 604b3e4f876be41e0963e4969b8b06d4b720092d2e5e7b4b2f6f39db502fb213b38025d3904c1528d1c3d1aaf81e43e09924618efd1b29db221ac4e8e6149b93


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2021-04-07 19:16 Thomas Raschbacher
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Raschbacher @ 2021-04-07 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ee9b22423b16e3c7a763a8eb7009a9f8696ef85d
Author:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 19:16:14 2021 +0000
Commit:     Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 19:16:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9b2242

dev-perl/File-Scan-ClamAV: move clamav to DEPEND as Makefile.PL looks for it

Bug: https://bugs.gentoo.org/761900
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>

 dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
index b44b7a3bb3d..57be297def3 100644
--- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
+++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~sparc ~x86"
 IUSE=""
 
-RDEPEND="app-antivirus/clamav"
 DEPEND="${DEPEND}
+	app-antivirus/clamav
 	virtual/perl-ExtUtils-MakeMaker
 "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2021-04-12  1:09 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-12  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     dfe6659dc2306d1074e3f360cebe2b37abca4e2f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 23:52:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe6659d

dev-perl/File-Scan-ClamAV: fix RDEPEND (clamav is both)

ClamAV is needed at both runtime and build time.

Fixes: ee9b22423b16e3c7a763a8eb7009a9f8696ef85d
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...Scan-ClamAV-1.950.0.ebuild => File-Scan-ClamAV-1.950.0-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild
similarity index 94%
rename from dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
rename to dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild
index 57be297def3..41712931701 100644
--- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
+++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild
@@ -14,8 +14,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~sparc ~x86"
 IUSE=""
 
-DEPEND="${DEPEND}
-	app-antivirus/clamav
+RDEPEND="app-antivirus/clamav"
+DEPEND="
+	${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2021-10-29 16:31 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-10-29 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ae85ec0af5906de159eca40b74b0244281bd791b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 16:28:15 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 16:31:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae85ec0a

dev-perl/File-Scan-ClamAV: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...amAV-1.950.0-r1.ebuild => File-Scan-ClamAV-1.950.0-r2.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild
similarity index 93%
rename from dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild
rename to dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild
index 41712931701..0ac7fefcdc8 100644
--- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild
+++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ESAYM
 DIST_VERSION=1.95
@@ -12,10 +12,11 @@ DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands"
 
 SLOT="0"
 KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
 
-RDEPEND="app-antivirus/clamav"
-DEPEND="
+RDEPEND="
+	app-antivirus/clamav
+"
+BDEPEND="
 	${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 "


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2024-01-29 15:00 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-01-29 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c2e409397937c962530527cd6e9a9e0a698bcd42
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Jan 29 14:01:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 14:58:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e40939

dev-perl/File-Scan-ClamAV: require clamav[clamavapp]

* Also fix tests

Closes: https://bugs.gentoo.org/795948
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35070
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../File-Scan-ClamAV-1.950.0-r3.ebuild             | 57 ++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r3.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r3.ebuild
new file mode 100644
index 000000000000..91ca2489fab2
--- /dev/null
+++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 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[clamapp(+)]
+"
+BDEPEND="
+	${RDEPEND}
+	app-alternatives/gzip
+	app-arch/zip
+	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_prepare() {
+	eapply_user
+
+	# https://github.com/smith153/File-Scan-ClamAV/pull/7
+	# https://rt.cpan.org/Public/Bug/Display.html?id=132387
+	# https://rt.cpan.org/Public/Bug/Display.html?id=113277
+
+	gzip -c testfiles/clamavtest > testfiles/clamavtest.gz || die
+	zip testfiles/clamavtest.zip testfiles/clamavtest || die
+
+	# Clamav changed signatures
+	# https://docs.clamav.net/manual/Signatures/SignatureNames.html
+	sed -i -e 's/Eicar-Test-Signature/Win.Test.EICAR_HDB-1/' t/05streamscan.t || die
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/
@ 2025-01-17 10:55 Petr Vaněk
  0 siblings, 0 replies; 8+ messages in thread
From: Petr Vaněk @ 2025-01-17 10:55 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-01-17 10:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 10:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/ Petr Vaněk
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 15:00 Sam James
2021-10-29 16:31 Andreas K. Hüttel
2021-04-12  1:09 Sam James
2021-04-07 19:16 Thomas Raschbacher
2018-06-08 11:59 Kent Fredric
2016-12-18  6:19 Kent Fredric
2016-01-14 20:04 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox