The latest and the only available package of Kibana in Gentoo is 7.17.9. However, version 8.7 is out and there's a corresponding note on the package page. While app-misc/elasticsearch has version 8.7.1 available in portage, there's no corresponding version of Kibana. Might be nice to have it as Elasticsearch 8.x have new features available. Reproducible: Always
Do we have a maintainer for this package in fact, by the way?
(In reply to EK from comment #1) > Do we have a maintainer for this package in fact, by the way? Hello, I'm migrating my elastic workload to docker. I'm still updating the legacy 7.x branch when possible. Co-maintainers welcome.
Created attachment 885423 [details] kibana-bin-8.12.1.ebuild
--- kibana-bin-7.17.16.ebuild 2024-01-20 17:12:36.000000000 +0300 +++ kibana-bin-8.12.1.ebuild 2024-02-19 18:11:55.786606966 +0300 @@ -15,7 +15,7 @@ # source: LICENSE.txt and NOTICE.txt LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 Elastic-2.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" SLOT="0" -KEYWORDS="-* ~amd64" +KEYWORDS="-* amd64" RDEPEND=" acct-group/kibana @@ -23,8 +23,8 @@ dev-libs/expat dev-libs/nspr dev-libs/nss - >=net-libs/nodejs-18.17.1 - <net-libs/nodejs-20 + =net-libs/nodejs-18.18.2 + <net-libs/nodejs-20 sys-libs/glibc " @@ -37,7 +37,7 @@ opt/kibana/node_modules/re2/build/Release/re2.node " -S="${WORKDIR}/${MY_P}-linux-x86_64" +S="${WORKDIR}/${MY_P}" src_prepare() { default @@ -55,7 +55,7 @@ # handle node.js version with RDEPEND sed -i /node_version_validator/d \ - src/setup_node_env/no_transpilation_dist.js || die + src/setup_node_env/setup_env.js || die } src_install() {