From 0b70785997a0ee2b3482bee59ffb2509eb78de78 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Fri, 26 Jul 2024 12:57:39 +0200 Subject: [PATCH] net-dns/nagios-check_dns_sync: update HOMEPAGE Signed-off-by: Alarig Le Lay --- metadata/md5-cache/net-dns/nagios-check_dns_sync-9999 | 8 ++++---- .../nagios-check_dns_sync-9999.ebuild | 9 +++------ 2 files changed, 7 insertions(+), 10 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 0a053d0..98ce8d3 100644 --- a/metadata/md5-cache/net-dns/nagios-check_dns_sync-9999 +++ b/metadata/md5-cache/net-dns/nagios-check_dns_sync-9999 @@ -1,8 +1,8 @@ -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] +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/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_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=8 -HOMEPAGE=https://github.com/paulla/check_dns_sync +HOMEPAGE=https://github.com/alarig/check_dns_sync INHERIT=distutils-r1 git-r3 IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 LICENSE=BSD-2 @@ -10,5 +10,5 @@ PROPERTIES=live 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 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823 git-r3 fbb2889c81f3a05910c1524db69425c1 -_md5_=57f11125884dfa4a9bfe6427bb2af95a +_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 git-r3 875eb471682d3e1f18da124be97dcc81 +_md5_=85c2244e2d63b5c3877ac990bcbab369 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 acfa7c1..cf1a6d7 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 @@ -3,28 +3,25 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 git-r3 MY_PN=${PN/nagios-/} DESCRIPTION="A nagios-like plugin to check that zones are synced" -HOMEPAGE="https://github.com/paulla/check_dns_sync" -MY_GITHUB_AUTHOR="paulla" +HOMEPAGE="https://github.com/alarig/check_dns_sync" +MY_GITHUB_AUTHOR="alarig" EGIT_REPO_URI="https://github.com/${MY_GITHUB_AUTHOR}/${MY_PN}.git" LICENSE="BSD-2" SLOT="0" -KEYWORDS="" -IUSE="" -DEPEND="" RDEPEND=" ${DEPEND} dev-python/nagiosplugin[${PYTHON_USEDEP}] net-dns/bind-tools " -BDEPEND="" src_install() { default