diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-05-17 08:44:19 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-05-17 08:44:19 +0000 |
commit | 28eab24779e9d1870175602195b452f50c90edaf (patch) | |
tree | adca517c5c904e75ad68e4b0f5640081e1070e32 /dev-perl/File-Scan-ClamAV | |
parent | Version bump, bug 270121. (diff) | |
download | gentoo-2-28eab24779e9d1870175602195b452f50c90edaf.tar.gz gentoo-2-28eab24779e9d1870175602195b452f50c90edaf.tar.bz2 gentoo-2-28eab24779e9d1870175602195b452f50c90edaf.zip |
Initial import, #172805
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Scan-ClamAV')
-rw-r--r-- | dev-perl/File-Scan-ClamAV/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/File-Scan-ClamAV/metadata.xml | 9 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/File-Scan-ClamAV/ChangeLog b/dev-perl/File-Scan-ClamAV/ChangeLog new file mode 100644 index 000000000000..f0997c92b547 --- /dev/null +++ b/dev-perl/File-Scan-ClamAV/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/File-Scan-ClamAV +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Scan-ClamAV/ChangeLog,v 1.1 2009/05/17 08:44:19 dertobi123 Exp $ + +*File-Scan-ClamAV-1.91 (17 May 2009) + + 17 May 2009; Tobias Scherbaum <dertobi123@gentoo.org> +metadata.xml, + +File-Scan-ClamAV-1.91.ebuild: + Initial import, #172805 + 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 new file mode 100644 index 000000000000..c347af4c59be --- /dev/null +++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild @@ -0,0 +1,17 @@ +# 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}" diff --git a/dev-perl/File-Scan-ClamAV/metadata.xml b/dev-perl/File-Scan-ClamAV/metadata.xml new file mode 100644 index 000000000000..6f6364c635bc --- /dev/null +++ b/dev-perl/File-Scan-ClamAV/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <maintainer> + <email>dertobi123@gentoo.org</email> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |