diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-14 21:03:38 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-14 21:04:01 +0100 |
commit | 6ae58389b6ed1462848f37e496fa97ae25321de6 (patch) | |
tree | a953535e98979e66f8ff781c13e291b4b632b585 /dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.930.0.ebuild | |
parent | dev-perl/File-Remove: Version bump (diff) | |
download | gentoo-6ae58389b6ed1462848f37e496fa97ae25321de6.tar.gz gentoo-6ae58389b6ed1462848f37e496fa97ae25321de6.tar.bz2 gentoo-6ae58389b6ed1462848f37e496fa97ae25321de6.zip |
dev-perl/File-Scan-ClamAV: Version bump
Package-Manager: portage-2.2.26
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.ebuild | 23 |
1 files changed, 23 insertions, 0 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 new file mode 100644 index 000000000000..6522713c41f7 --- /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 |