net-analyzer/munin-pdns_recursor
This commit is contained in:
parent
fdd58877dc
commit
eae0f5d107
Binary file not shown.
2
net-analyzer/munin-pdns_recursor/Manifest
Normal file
2
net-analyzer/munin-pdns_recursor/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
DIST munin-pdns_recursor-1.03.tar.bz2 3495 BLAKE2B 0d149636d1def54fc67333ec3ae9465ceca87b01605e5e02a56464e73e2fa37c7f5606993baf7305eecead4d4e67b3b5f684b86a8b18d228c816a9259a51c60b SHA512 adff117d113529841ce761e819afee2293e3cc99370ff9ea67d321f9c596de83506aa26b11a20ac9c45e8641485cc74f25ce8f681903c74b63e2203e1a190b4c
|
||||||
|
EBUILD munin-pdns_recursor-1.03.ebuild 542 BLAKE2B b2c543608f429efbdefc5a0c69087b481c730e30f5aab3061963d1b09af50b9024469b9f57a9a606bd86445ba10f4b67c6fd3da75f8845a8f755c0b4d545b24c SHA512 c3dca55f8ee6dbcee2ae69fa85d924897c47e8bd0ceede733e4025fdc0e22d54cf77123eabb0f33ea00356a9b8be382947bd6441610394b581eb069abb8e4ec5
|
|
@ -0,0 +1,24 @@
|
||||||
|
# Copyright 2019 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DESCRIPTION="A munin plugin to graph some usage and performance stats"
|
||||||
|
HOMEPAGE="https://www.tummy.com/blogs/2009/12/10/munin-plugins-for-powerdns-recursor/"
|
||||||
|
SRC_URI="http://ftp.tummy.com/pub/tummy/${PN}/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="Public domain"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="net-analyzer/munin"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dodoc CHANGELOG
|
||||||
|
|
||||||
|
exeinto /usr/libexec/munin/plugins
|
||||||
|
doexe pdns_rec_*
|
||||||
|
}
|
Loading…
Reference in a new issue