blob: 34111f6c40424ae1c4d1033587de1514924b3177 (
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
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_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(-)] ) net-dns/unbound[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?] 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(-)] ) ) ssh? ( virtual/openssh )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
SLOT=0
SRC_URI=https://github.com/letoams/hash-slinger/archive/3.2.tar.gz -> hash-slinger-3.2.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=89371d6bec7d784091975eaa29aa3c3b
|