mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user