net-analyzer/Memcached-Munin-Plugin - 1.0 (graaff)

Search

Install

Install this version:

emerge -a =net-analyzer/Memcached-Munin-Plugin-1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/Memcached-Munin-Plugin-1.0

Or alternatively:

emerge --autounmask-write -a =net-analyzer/Memcached-Munin-Plugin-1.0

Package Information

Description:
Improved MySQL Graphs for Munin
Homepage:
https://github.com/mhwest13/Memcached-Munin-Plugin
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Improved MySQL Graphs for Munin"
HOMEPAGE="https://github.com/mhwest13/Memcached-Munin-Plugin"
LICENSE="GPL-2"

SRC_URI="https://github.com/mhwest13/Memcached-Munin-Plugin/archive/${PV}.tar.gz -> ${P}.tar.gz"

KEYWORDS="~amd64"
SLOT="0"
IUSE=""

RDEPEND="
	dev-perl/IO-Socket-INET6
	net-analyzer/munin
"

src_prepare() {
	# Ensure that we can connect to IPv6 sockets
	sed -e 's/INET/INET6/' \
		-e '/use IO::Socket/ause IO::Socket::INET6;' \
		-i memcached_* || die

	default
}

src_install() {
	dodoc README

	exeinto /usr/share/munin/plugins
	doexe memcached_multi_
}

Dependencies

RDEPEND

	dev-perl/IO-Socket-INET6
	net-analyzer/munin

Manifest for 1.0

Type File Size Source URLs
DIST Memcached-Munin-Plugin-1.0.tar.gz 9083 bytes https://github.com/mhwest13/Memcached-Munin-Plugin/archive/1.0.tar.gz