blob: faa07a759ae2fd6951f8454048f8084effe61d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=install setup
DESCRIPTION=Various tools to generate DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY
EAPI=8
HOMEPAGE=https://github.com/letoams/hash-slinger
INHERIT=python-single-r1
IUSE=ipsec +openpgp +ssh python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
KEYWORDS=~amd64 ~arm ~x86
LICENSE=GPL-2+
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/dnspython[python_targets_python3_10(-)] dev-python/ipaddr[python_targets_python3_10(-)] dev-python/m2crypto[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/dnspython[python_targets_python3_11(-)] dev-python/ipaddr[python_targets_python3_11(-)] dev-python/m2crypto[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/dnspython[python_targets_python3_12(-)] dev-python/ipaddr[python_targets_python3_12(-)] dev-python/m2crypto[python_targets_python3_12(-)] ) net-dns/unbound[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] ipsec? ( net-vpn/libreswan[dnssec] ) openpgp? ( python_single_target_python3_10? ( dev-python/python-gnupg[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/python-gnupg[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/python-gnupg[python_targets_python3_12(-)] ) ) ssh? ( virtual/openssh )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
SLOT=0
SRC_URI=https://github.com/letoams/hash-slinger/archive/3.3.tar.gz -> hash-slinger-3.3.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 b5b2c146634108c3b50cf26eb05b848a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=2075450dc8383ec6bdd409d92ccc6ce5
|