summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/clamav/metadata.xml')
-rw-r--r--app-antivirus/clamav/metadata.xml46
1 files changed, 30 insertions, 16 deletions
diff --git a/app-antivirus/clamav/metadata.xml b/app-antivirus/clamav/metadata.xml
index f00c88d870a3..6c3a836f2615 100644
--- a/app-antivirus/clamav/metadata.xml
+++ b/app-antivirus/clamav/metadata.xml
@@ -1,19 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>antivirus@gentoo.org</email>
- <name>Gentoo Antivirus Project</name>
- </maintainer>
- <use>
- <flag name="clamonacc">Build the clamonacc on-access scanner</flag>
- <flag name="clamdtop">A Top like tool which shows what clamd is currently scanning amongst other things</flag>
- <flag name="clamsubmit">A tool to submit false positives / negatives</flag>
- <flag name="libclamav-only">Bypass building of libfreshclam and the ClamAV CLI applications.</flag>
- <flag name="metadata-analysis-api">Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs.</flag>
- <flag name="xml">DMG and XAR support</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">clamav</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>antivirus@gentoo.org</email>
+ <name>Gentoo Antivirus Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <!-- for the LTS 0.103.x branch only -->
+ <email>mjo@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>kangie@gentoo.org</email>
+ <name>Matt Jolly</name>
+ </maintainer>
+ <use>
+ <flag name="clamapp">
+ Build applications (clamscan, clamd, clamdscan, clamonacc (also has its own USE flag), sigtool, clambc, clamav-milter (also requires milter USE flag), clamdtop, clamsubmit, clamconf).
+ </flag>
+ <flag name="clamdtop">A Top like tool which shows what clamd is currently scanning amongst other things</flag>
+ <flag name="clamonacc">Build the clamonacc on-access scanner</flag>
+ <flag name="clamsubmit">A tool to submit false positives / negatives</flag>
+ <flag name="experimental">Enable experimental features</flag>
+ <flag name="libclamav-only">Bypass building of libfreshclam and the ClamAV CLI applications.</flag>
+ <flag name="metadata-analysis-api">Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs.</flag>
+ <flag name="rar">RAR support</flag>
+ <flag name="system-mspack">Use <pkg>dev-libs/libmspack</pkg> instead of the version bundled with ClamAV</flag>
+ <flag name="xml">DMG and XAR support</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">Cisco-Talos/clamav</remote-id>
+ </upstream>
</pkgmetadata>