summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-06-08 23:05:53 +1200
committerKent Fredric <kentnl@gentoo.org>2018-06-08 23:59:35 +1200
commitfb0727af36ef915a0c82ff787f4ae4659639bd93 (patch)
treee4162f4ec1e02c48a80870de7a2fee4ea7ea812f /dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild
parentdev-perl/File-KeePass: Cleanup old version 2.30.0 (diff)
downloadgentoo-fb0727af36ef915a0c82ff787f4ae4659639bd93.tar.gz
gentoo-fb0727af36ef915a0c82ff787f4ae4659639bd93.tar.bz2
gentoo-fb0727af36ef915a0c82ff787f4ae4659639bd93.zip
dev-perl/File-Scan-ClamAV: Cleanup old versions 1.91* 1.93*
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild')
-rw-r--r--dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild22
1 files changed, 0 insertions, 22 deletions
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 ef824343143d..000000000000
--- 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