Files
gentoo/net-analyzer/nagios-plugins-linux-madrisan/metadata.xml
Louis Sautier 092162771d net-analyzer/nagios-plugins-linux-madrisan: add 33
The varlink dependency and check_varlink were removed in
https://github.com/madrisan/nagios-plugins-linux/commit/c57ceb58139a.

USE=curl now controls the creation of check_container (renamed from
check_docker in
https://github.com/madrisan/nagios-plugins-linux/commit/492741a80d29).

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
2024-04-04 02:17:38 +02:00

17 lines
616 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sbraz@gentoo.org</email>
<name>Louis Sautier</name>
</maintainer>
<use>
<flag name="curl">Build check_container which requires <pkg>net-misc/curl</pkg></flag>
<flag name="varlink">Build check_podman which requires <pkg>dev-libs/libvarlink</pkg></flag>
</use>
<upstream>
<remote-id type="github">madrisan/nagios-plugins-linux</remote-id>
<bugs-to>https://github.com/madrisan/nagios-plugins-linux/issues</bugs-to>
</upstream>
</pkgmetadata>