diff --git a/net-dns/check_dns_sync/check_dns_sync-9999.ebuild b/net-dns/check_dns_sync/check_dns_sync-9999.ebuild new file mode 100644 index 0000000..7f728e0 --- /dev/null +++ b/net-dns/check_dns_sync/check_dns_sync-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +inherit distutils-r1 git-r3 + +DESCRIPTION="A nagios-like plugin to check that zones are synced" +HOMEPAGE="https://github.com/paulla/check_dns_sync" +EGIT_REPO_URI="https://github.com/paulla/check_dns_sync.git" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND=" + ${DEPEND} + dev-python/nagiosplugin[${PYTHON_USEDEP}] +" +BDEPEND="" + +src_install() { + default + exeinto /usr/lib64/nagios/plugins/ + newexe src/check_dns_sync/check_dns_sync.py check_dns_sync +} diff --git a/net-dns/check_dns_sync/metadata.xml b/net-dns/check_dns_sync/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/net-dns/check_dns_sync/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + +