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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 7 | ~amd64 | 0 |
# 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_
}
| 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 |