summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-05-19 11:12:30 +0000
committerTorsten Veller <tove@gentoo.org>2008-05-19 11:12:30 +0000
commitc85da04d20bc130160d335376694d16f9caece57 (patch)
treec0139228ba1a0300744691316c52e226c19b96a7 /dev-perl/Mail-ClamAV
parentFix configure with asneeded wrt #222639, thanks to Michael Krelin. (diff)
downloadgentoo-2-c85da04d20bc130160d335376694d16f9caece57.tar.gz
gentoo-2-c85da04d20bc130160d335376694d16f9caece57.tar.bz2
gentoo-2-c85da04d20bc130160d335376694d16f9caece57.zip
Version bump. Works with latest clamav (#218510)
(Portage version: 2.1.5)
Diffstat (limited to 'dev-perl/Mail-ClamAV')
-rw-r--r--dev-perl/Mail-ClamAV/ChangeLog7
-rw-r--r--dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Mail-ClamAV/ChangeLog b/dev-perl/Mail-ClamAV/ChangeLog
index 53f725e7c3fd..7d1c8c42847d 100644
--- a/dev-perl/Mail-ClamAV/ChangeLog
+++ b/dev-perl/Mail-ClamAV/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Mail-ClamAV
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.24 2008/03/10 15:16:48 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.25 2008/05/19 11:12:30 tove Exp $
+
+*Mail-ClamAV-0.22 (19 May 2008)
+
+ 19 May 2008; Torsten Veller <tove@gentoo.org> +Mail-ClamAV-0.22.ebuild:
+ Version bump. Should work with latest clamav (#218510)
10 Mar 2008; Steve Dibb <beandog@gentoo.org> Mail-ClamAV-0.21.ebuild:
amd64 stable, bug 210566
diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild
new file mode 100644
index 000000000000..be31a52d2e7c
--- /dev/null
+++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22.ebuild,v 1.1 2008/05/19 11:12:30 tove Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for the clamav virus scanner."
+HOMEPAGE="http://search.cpan.org/~sabeck/"
+SRC_URI="mirror://cpan/authors/id/S/SA/SABECK/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+
+IUSE=""
+
+DEPEND=">=app-antivirus/clamav-0.93
+ dev-perl/Inline
+ dev-lang/perl"
+
+src_install() {
+ perl-module_src_install
+ dodoc README || die
+}