diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index 91a85ce..112f442 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 git-r3 systemd diff --git a/net-analyzer/fail2ban/metadata.xml b/net-analyzer/fail2ban/metadata.xml new file mode 100644 index 0000000..ece130a --- /dev/null +++ b/net-analyzer/fail2ban/metadata.xml @@ -0,0 +1,11 @@ + + + + + netmon@gentoo.org + Gentoo network monitoring and analysis project + + + fail2ban/fail2ban + + diff --git a/net-analyzer/zabbix/metadata.xml b/net-analyzer/zabbix/metadata.xml new file mode 100644 index 0000000..0a5802a --- /dev/null +++ b/net-analyzer/zabbix/metadata.xml @@ -0,0 +1,31 @@ + + + + + patrick@gentoo.org + Patrick Lauer + + + alicef@gentoo.org + Alice Ferrazzi + + +ZABBIX is software for monitoring of your applications, network and servers. +ZABBIX supports both polling and trapping techniques to collect data from +monitored hosts. A flexible notification mechanism allows easy and quickly +configure different types of notifications for pre-defined events. + + + Enable zabbix agent (for to-be-monitored machines) + Enable zabbix web frontend + Turn on support of IPv6 + Enable proxy support + Enable openipmi things + Enable zabbix server + SSH v2 based checks + Enable Database Monitor and use UnixODBC Library by default + Build statically linked binaries + Enable Zabbix Java JMX Management Gateway + Use libxml2 client library + + diff --git a/www-servers/procodile/procodile-1.0.26.ebuild b/www-servers/procodile/procodile-1.0.26.ebuild index fe551cf..d82ced2 100644 --- a/www-servers/procodile/procodile-1.0.26.ebuild +++ b/www-servers/procodile/procodile-1.0.26.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby26" +USE_RUBY="ruby25 ruby26" inherit ruby-fakegem