Summary: | www-apps/kibana-bin: 8.7.1 version bump request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | EK <ek> |
Component: | Current packages | Assignee: | Tomáš Mózes <hydrapolic> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | dan, hasan.calisir, leonchik1976, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | kibana-bin-8.12.1.ebuild |
Description
EK
2023-05-22 13:39:05 UTC
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() { |