net-dns/nagios-check_dane: ebuild improvement
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
82e69ecc55
commit
cf86584c27
|
@ -1,5 +1,5 @@
|
||||||
DEFINED_PHASES=install
|
DEFINED_PHASES=install
|
||||||
DEPEND=dev-libs/openssl dev-python/dnspython
|
DEPEND=dev-libs/openssl dev-python/dnspython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||||
DESCRIPTION=Nagios/Icinga plugin for checking DANE/TLSA records
|
DESCRIPTION=Nagios/Icinga plugin for checking DANE/TLSA records
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/debfx/check_dane
|
HOMEPAGE=https://github.com/debfx/check_dane
|
||||||
|
@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_tar
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/debfx/check_dane/archive/1.1.tar.gz -> nagios-check_dane-1.1.tar.gz
|
SRC_URI=https://github.com/debfx/check_dane/archive/1.1.tar.gz -> nagios-check_dane-1.1.tar.gz
|
||||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46
|
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46
|
||||||
_md5_=bba88e1014d08bdf9aab6dacd7cac6cf
|
_md5_=eb3760ac940be18c28365cfe03ad0239
|
||||||
|
|
|
@ -22,12 +22,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/openssl
|
dev-libs/openssl
|
||||||
dev-python/dnspython
|
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
RDEPEND="${PYTHON_DEPS}"
|
RDEPEND="${PYTHON_DEPS}"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
python_scriptinto /usr/lib64/nagios/plugins/
|
python_scriptinto /usr/$(get_libdir)/nagios/plugins/
|
||||||
python_foreach_impl python_doscript check_dane
|
python_foreach_impl python_doscript check_dane
|
||||||
|
|
||||||
dodoc README.md
|
dodoc README.md
|
||||||
|
|
Loading…
Reference in a new issue