From 41f0bf39d2d0752a1aa5b640ad3647b8c430ab45 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 1 Jul 2024 22:22:11 +0200 Subject: [PATCH] net-dns/nagios-check_dns_sync: update EAPI 7 -> 8, py12 Signed-off-by: Alarig Le Lay --- .../md5-cache/net-dns/nagios-check_dns_sync-9999 | 14 +++++++------- .../nagios-check_dns_sync-9999.ebuild | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/metadata/md5-cache/net-dns/nagios-check_dns_sync-9999 b/metadata/md5-cache/net-dns/nagios-check_dns_sync-9999 index fb8951d..0a053d0 100644 --- a/metadata/md5-cache/net-dns/nagios-check_dns_sync-9999 +++ b/metadata/md5-cache/net-dns/nagios-check_dns_sync-9999 @@ -1,14 +1,14 @@ -BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare test unpack DESCRIPTION=A nagios-like plugin to check that zones are synced -EAPI=7 +EAPI=8 HOMEPAGE=https://github.com/paulla/check_dns_sync INHERIT=distutils-r1 git-r3 -IUSE=python_targets_python3_10 python_targets_python3_11 +IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 LICENSE=BSD-2 PROPERTIES=live -RDEPEND=dev-python/nagiosplugin[python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-dns/bind-tools python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) +RDEPEND=dev-python/nagiosplugin[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-dns/bind-tools python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) SLOT=0 -_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec git-r3 fbb2889c81f3a05910c1524db69425c1 -_md5_=1dac5181e928f22b1c4dc742c49ee2b5 +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823 git-r3 fbb2889c81f3a05910c1524db69425c1 +_md5_=57f11125884dfa4a9bfe6427bb2af95a diff --git a/net-dns/nagios-check_dns_sync/nagios-check_dns_sync-9999.ebuild b/net-dns/nagios-check_dns_sync/nagios-check_dns_sync-9999.ebuild index 00e5557..acfa7c1 100644 --- a/net-dns/nagios-check_dns_sync/nagios-check_dns_sync-9999.ebuild +++ b/net-dns/nagios-check_dns_sync/nagios-check_dns_sync-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 git-r3 MY_PN=${PN/nagios-/}