some more fixed warnings, also add py3k7 to fail2ban and ruby25 to procodile

This commit is contained in:
2019-12-16 00:07:44 +01:00
parent 02c81c3b31
commit f1314e1dca
4 changed files with 44 additions and 2 deletions

View File

@@ -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

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
<upstream>
<remote-id type="github">fail2ban/fail2ban</remote-id>
</upstream>
</pkgmetadata>