summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild')
-rw-r--r--dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild
deleted file mode 100644
index f5f92db12785..000000000000
--- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 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.13.ebuild,v 1.7 2007/07/10 23:33:28 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="Perl extension for the clamav virus scanner."
-HOMEPAGE="http://search.cpan.org/~sabeck/"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/S/SA/SABECK/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~sparc x86"
-
-IUSE=""
-
-DEPEND=">=app-antivirus/clamav-0.80
- dev-perl/Inline
- dev-lang/perl"
-
-src_install() {
- perl-module_src_install
- dodoc README || die
-}