summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commited1835f95ac005061c92cae46366aa03deeb7aa6 (patch)
treebf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/File-Scan-ClamAV
parentVersion bump to latest release. (diff)
downloadgentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz
gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2
gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Scan-ClamAV')
-rw-r--r--dev-perl/File-Scan-ClamAV/ChangeLog5
-rw-r--r--dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild17
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/File-Scan-ClamAV/ChangeLog b/dev-perl/File-Scan-ClamAV/ChangeLog
index 93746b6c23b5..755ac8f0a100 100644
--- a/dev-perl/File-Scan-ClamAV/ChangeLog
+++ b/dev-perl/File-Scan-ClamAV/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-Scan-ClamAV
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Scan-ClamAV/ChangeLog,v 1.2 2011/08/30 15:43:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Scan-ClamAV/ChangeLog,v 1.3 2011/09/04 11:22:29 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -File-Scan-ClamAV-1.91.ebuild:
+ Cleanup
*File-Scan-ClamAV-1.910.0 (30 Aug 2011)
diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild
deleted file mode 100644
index c347af4c59be..000000000000
--- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild,v 1.1 2009/05/17 08:44:19 dertobi123 Exp $
-
-inherit perl-module
-
-DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands"
-HOMEPAGE="http://search.cpan.org/~JAMTUR/"
-SRC_URI="mirror://cpan/authors/id/J/JA/JAMTUR/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="app-antivirus/clamav"
-RDEPEND="${DEPEND}"