public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hubble/
@ 2022-08-04 16:48 William Hubbs
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs @ 2022-08-04 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e04e2290fb19632e3ba0d1a1f8cb5763f3f364ec
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 16:46:56 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 16:48:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04e2290

sys-cluster/hubble: new package, add 0.10.0

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-cluster/hubble/Manifest             |  1 +
 sys-cluster/hubble/hubble-0.10.0.ebuild | 27 +++++++++++++++++++++++++++
 sys-cluster/hubble/metadata.xml         |  8 ++++++++
 3 files changed, 36 insertions(+)

diff --git a/sys-cluster/hubble/Manifest b/sys-cluster/hubble/Manifest
new file mode 100644
index 000000000000..5343f802fbd6
--- /dev/null
+++ b/sys-cluster/hubble/Manifest
@@ -0,0 +1 @@
+DIST hubble-0.10.0.tar.gz 6453598 BLAKE2B e3b91e4aa3fd7de6cc474a7f99e37cbde542ae66d3dc2e509cc9db36e3d0e127803fb84b972c017cafa598663f5d845832c246b4fc99420dade4f61e94ad4e2f SHA512 d8f6347954a7fc4ff2a707c7a21e699c562647c9d4eea238345db9c93fdf232cf52482c8f79046bdee1fff8d34839eaf4b80de6877b18d45cec77a8190ef7f58

diff --git a/sys-cluster/hubble/hubble-0.10.0.ebuild b/sys-cluster/hubble/hubble-0.10.0.ebuild
new file mode 100644
index 000000000000..c9c9ba326b12
--- /dev/null
+++ b/sys-cluster/hubble/hubble-0.10.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+# make sure this gets updated on every bump
+GIT_HASH=daec1c89
+
+DESCRIPTION="Network, Service & Security Observability for Kubernetes using eBPF"
+HOMEPAGE="https://cilium.io"
+SRC_URI="https://github.com/cilium/hubble/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	emake GIT_HASH=${GIT_HASH}
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin hubble
+}

diff --git a/sys-cluster/hubble/metadata.xml b/sys-cluster/hubble/metadata.xml
new file mode 100644
index 000000000000..db463f3eeb66
--- /dev/null
+++ b/sys-cluster/hubble/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hubble/
@ 2025-08-05 19:34 William Hubbs
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs @ 2025-08-05 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e3a15368c3b716fd3d5c8f0364813debb50adce1
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  5 17:56:32 2025 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Aug  5 19:33:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a15368

sys-cluster/hubble: avoid warnings about pre-stripped binaries

Closes: https://bugs.gentoo.org/960295
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-cluster/hubble/hubble-0.10.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/hubble/hubble-0.10.0.ebuild b/sys-cluster/hubble/hubble-0.10.0.ebuild
index c9c9ba326b12..ed19c9249f3b 100644
--- a/sys-cluster/hubble/hubble-0.10.0.ebuild
+++ b/sys-cluster/hubble/hubble-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,6 +14,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
+QA_PRESTRIPPED=usr/bin/hubble
+
 src_compile() {
 	emake GIT_HASH=${GIT_HASH}
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hubble/
@ 2025-08-05 19:34 William Hubbs
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs @ 2025-08-05 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     046f61612ddc6f8bcc64a199d194b55e93fc636d
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  5 19:06:39 2025 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Aug  5 19:33:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046f6161

sys-cluster/hubble: add 1.17.5

Closes: https://bugs.gentoo.org/894310
Closes: https://bugs.gentoo.org/930554
Closes: https://bugs.gentoo.org/939122
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-cluster/hubble/Manifest             |  1 +
 sys-cluster/hubble/hubble-1.17.5.ebuild | 34 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/sys-cluster/hubble/Manifest b/sys-cluster/hubble/Manifest
index 5343f802fbd6..55e13dd9a2fd 100644
--- a/sys-cluster/hubble/Manifest
+++ b/sys-cluster/hubble/Manifest
@@ -1 +1,2 @@
 DIST hubble-0.10.0.tar.gz 6453598 BLAKE2B e3b91e4aa3fd7de6cc474a7f99e37cbde542ae66d3dc2e509cc9db36e3d0e127803fb84b972c017cafa598663f5d845832c246b4fc99420dade4f61e94ad4e2f SHA512 d8f6347954a7fc4ff2a707c7a21e699c562647c9d4eea238345db9c93fdf232cf52482c8f79046bdee1fff8d34839eaf4b80de6877b18d45cec77a8190ef7f58
+DIST hubble-1.17.5.tar.gz 14567873 BLAKE2B 300849c466b9a4be4337bd14ed716e59fcc00dc546f81f2e1214a77f7ce078d91abb90ba1c53ebec21703f7689807bbcd903a3ddfc85284e22d8fb59382432a5 SHA512 015b4c5da5e02c1fdff1d83fe1bed467695677c7a9185da71257196989236d1746bdeb2b6ae9daa8465766346c71cbc99b20b47643f2272851f7b80128bb2dbc

diff --git a/sys-cluster/hubble/hubble-1.17.5.ebuild b/sys-cluster/hubble/hubble-1.17.5.ebuild
new file mode 100644
index 000000000000..62d1132ff0ce
--- /dev/null
+++ b/sys-cluster/hubble/hubble-1.17.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+# make sure this gets updated on every bump
+GIT_HASH=13fb5dcb
+
+DESCRIPTION="Network, Service & Security Observability for Kubernetes using eBPF"
+HOMEPAGE="https://cilium.io"
+SRC_URI="https://github.com/cilium/hubble/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PRESTRIPPED=usr/bin/hubble
+
+src_prepare() {
+	default
+	sed -i -e 's/-race//' Makefile
+}
+
+src_compile() {
+	emake GIT_HASH=${GIT_HASH}
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin hubble
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-05 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-05 19:34 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hubble/ William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2025-08-05 19:34 William Hubbs
2022-08-04 16:48 William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox