Install this version:
emerge -a =net-analyzer/munin-elasticsearch-0.20180515
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/munin-elasticsearch-0.20180515
Or alternatively:
emerge --autounmask-write -a =net-analyzer/munin-elasticsearch-0.20180515
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.20180515 | 7 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
GITHUB_COMMIT="0cdb6b488e07a8e6b4ffabc748ddd567c336d93d"
DESCRIPTION="A Munin plugin for monitoring Elasticsearch nodes"
HOMEPAGE="https://github.com/claygregory/munin-elasticsearch"
LICENSE="MIT"
SRC_URI="https://github.com/claygregory/munin-elasticsearch/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GITHUB_COMMIT}"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
RDEPEND="
dev-ruby/json
net-analyzer/munin
"
src_install() {
default
exeinto /usr/libexec/munin/plugins
doexe elasticsearch_
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | munin-elasticsearch-0.20180515.tar.gz | 142838 bytes | https://github.com/claygregory/munin-elasticsearch/archive/0cdb6b488e07a8e6b4ffabc748ddd567c336d93d.tar.gz |