summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-01 10:29:18 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-01 10:29:18 +0000
commit361ce0fc9326f34ce6825d3f0d13cc2a233b9ae2 (patch)
treea06aecb0ee53f4b1498f3d2221544c14afd12c6e /dev-perl/Mail-ClamAV/Mail-ClamAV-0.29.ebuild
parentBump to 2.20.10-r1, add consolekit USE flag (bug #239250) default on, move pa... (diff)
downloadgentoo-2-361ce0fc9326f34ce6825d3f0d13cc2a233b9ae2.tar.gz
gentoo-2-361ce0fc9326f34ce6825d3f0d13cc2a233b9ae2.tar.bz2
gentoo-2-361ce0fc9326f34ce6825d3f0d13cc2a233b9ae2.zip
Version bump. Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Mail-ClamAV/Mail-ClamAV-0.29.ebuild')
-rw-r--r--dev-perl/Mail-ClamAV/Mail-ClamAV-0.29.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.29.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.29.ebuild
new file mode 100644
index 000000000000..bcde3f513bca
--- /dev/null
+++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.29.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.29.ebuild,v 1.1 2009/05/01 10:29:18 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=CONVERTER
+inherit perl-module
+
+DESCRIPTION="Perl extension for the clamav virus scanner"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=app-antivirus/clamav-0.95.1
+ dev-perl/Inline"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do
+MAKEOPTS="${MAKEOPTS} -j1"