app-antivirus/clamav-safebrowsing: added app-antivirus/clamav-safebrowsing

This commit is contained in:
Fischl Anton 2021-07-19 09:00:16 +02:00
parent 5263f7bada
commit 6079de0453
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1 git-r3
DESCRIPTION=""
HOMEPAGE="https://github.com/Cisco-Talos/clamav-safebrowsing"
EGIT_REPO_URI="https://github.com/Cisco-Talos/clamav-safebrowsing.git"
EGIT_COMMIT="bcc46768b74c34fe806c4123cf792a47b79eca34"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
SLOT="0"
RDEPEND="
dev-python/apacheconfig
dev-python/google-api-python-client
dev-python/mysqlclient
dev-python/sqlalchemy
"
distutils_enable_tests pytest
python_install_all(){
insinto /etc/clamav/
doins etc/safebrowsing.conf.sample
keepdir /var/db/safebrowsing/output/
}

View File

@ -0,0 +1,15 @@
BDEPEND=test? ( dev-python/apacheconfig dev-python/google-api-python-client dev-python/mysqlclient dev-python/sqlalchemy >=dev-python/pytest-4.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
EAPI=7
HOMEPAGE=https://github.com/Cisco-Talos/clamav-safebrowsing
INHERIT=distutils-r1 git-r3
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=amd64 x86
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=dev-python/apacheconfig dev-python/google-api-python-client dev-python/mysqlclient dev-python/sqlalchemy python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 943c17c3afd0f811ad36a0b5c8dedba9 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=bca2411e48c9c53c3c33a52d036d2014