net-dns/nagios-check_dane: Switching to python-r1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2020-05-07 15:49:10 +02:00
부모 e95d3b4079
커밋 635831c6fe
로그인 계정: alarig
GPG 키 ID: 7AFE62C6DF8BCDEC
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -3,6 +3,9 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-r1
MY_PN=${PN/nagios-/}
DESCRIPTION="Nagios/Icinga plugin for checking DANE/TLSA records"
@ -26,8 +29,8 @@ BDEPEND=""
S="${WORKDIR}/${MY_PN}-${PV}"
src_install() {
exeinto /usr/lib64/nagios/plugins/
doexe check_dane
python_scriptinto /usr/lib64/nagios/plugins/
python_foreach_impl python_doscript check_dane
dodoc README.md
}