fix: remove project node from dev-util/kubetail-bin metadata.xml, improve ebuild files

Signed-off-by: Andres Morey <andres@kubetail.com>
This commit is contained in:
Andres Morey
2025-10-06 20:18:20 +03:00
parent 999f93d888
commit 21af38d517
3 changed files with 4 additions and 8 deletions

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit shell-completion
DESCRIPTION="Real-time logging dashboard for Kubernetes"
HOMEPAGE="https://www.kubetail.com"
@@ -21,7 +23,6 @@ KEYWORDS="~amd64 ~arm64"
RESTRICT="strip"
QA_PREBUILT="usr/bin/kubetail"
inherit shell-completion
src_install() {
cp "${DISTDIR}/${P}-linux-${ARCH}" "${T}/kubetail" || die
@@ -29,7 +30,6 @@ src_install() {
dobin "${T}/kubetail" || die
# If the binary can generate completions at build time, do it:
if "${T}/kubetail" completion bash >/dev/null 2>&1 ; then
"${T}/kubetail" completion bash > "${T}/kubetail.bash" || die
"${T}/kubetail" completion zsh > "${T}/kubetail.zsh" || die

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit shell-completion
DESCRIPTION="Real-time logging dashboard for Kubernetes"
HOMEPAGE="https://www.kubetail.com"
@@ -21,7 +23,6 @@ KEYWORDS="~amd64 ~arm64"
RESTRICT="strip"
QA_PREBUILT="usr/bin/kubetail"
inherit shell-completion
src_install() {
cp "${DISTDIR}/${P}-linux-${ARCH}" "${T}/kubetail" || die
@@ -29,7 +30,6 @@ src_install() {
dobin "${T}/kubetail" || die
# If the binary can generate completions at build time, do it:
if "${T}/kubetail" completion bash >/dev/null 2>&1 ; then
"${T}/kubetail" completion bash > "${T}/kubetail.bash" || die
"${T}/kubetail" completion zsh > "${T}/kubetail.zsh" || die

View File

@@ -5,10 +5,6 @@
<email>andres@kubetail.com</email>
<name>Andres Morey</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">kubetail-org/kubetail</remote-id>
</upstream>