public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/
@ 2024-01-05 10:53 Petr Vaněk
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vaněk @ 2024-01-05 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     20498248615c62dd5c378526bf52e9785055226c
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 10:34:57 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 10:53:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20498248

net-analyzer/netdata-go-plugin: new package, add 0.58.0

Closes: https://bugs.gentoo.org/773112
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-analyzer/netdata-go-plugin/Manifest            |  2 +
 net-analyzer/netdata-go-plugin/metadata.xml        | 11 +++++
 .../netdata-go-plugin-0.58.0.ebuild                | 51 ++++++++++++++++++++++
 3 files changed, 64 insertions(+)

diff --git a/net-analyzer/netdata-go-plugin/Manifest b/net-analyzer/netdata-go-plugin/Manifest
new file mode 100644
index 000000000000..a1f787ab71ce
--- /dev/null
+++ b/net-analyzer/netdata-go-plugin/Manifest
@@ -0,0 +1,2 @@
+DIST go.d.plugin-0.58.0-vendor.tar.gz 11168253 BLAKE2B ac2a612a77410e1495700c99808a24a4a65aa0889c95258f74a64aabf38f3f16f3f719f4a3e5122026245bcf9ccc928298430c7e6d428def9c2bdd5b31717e30 SHA512 81520995e8417f0cb160dc740d9012eb19896786c702b86385525a07ebe84f3cff412c9fb40461fa7223bb2ab408f578362bf9f50623e4fea5219c93b0933d49
+DIST go.d.plugin-0.58.0.tar.gz 1600927 BLAKE2B e0fc2b4dd2652114c428cdeba3ab3a2c62094520ef35c7aa29ef3fa5e3c579e19fcea52e6b0a906872671679bbf84a9238f89af9b0d2c7e214c1495c9609903c SHA512 cab04ea45008b668a6103a6d147e4f96e55a132f13e5ca3054b5ea6cff263dba048a9f7f52f4781495425f9a9cbb9e43786047188b0165ca1071c7c216486e12

diff --git a/net-analyzer/netdata-go-plugin/metadata.xml b/net-analyzer/netdata-go-plugin/metadata.xml
new file mode 100644
index 000000000000..282de65d53a2
--- /dev/null
+++ b/net-analyzer/netdata-go-plugin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>arkamar@gentoo.org</email>
+		<name>Petr Vaněk</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">netdata/go.d.plugin</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild
new file mode 100644
index 000000000000..70f99d0fda15
--- /dev/null
+++ b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fcaps go-module
+
+MY_PN=go.d.plugin
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Netdata plugin for collectors written in Go"
+HOMEPAGE="https://github.com/netdata/go.d.plugin"
+SRC_URI="
+	https://github.com/netdata/go.d.plugin/archive/refs/tags/v${PV}.tar.gz
+		-> ${MY_P}.tar.gz
+	https://github.com/netdata/go.d.plugin/releases/download/v${PV}/${MY_PN}-vendor-v${PV}.tar.gz
+		-> ${MY_P}-vendor.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3+"
+# Dependent modules licenses
+LICENSE+="
+	Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="net-analyzer/netdata"
+BDEPEND=">=dev-lang/go-1.21"
+
+FILECAPS=(
+	cap_net_raw /usr/libexec/netdata/plugins.d/go.d.plugin
+)
+
+src_compile() {
+	LDFLAGS="-w -s -X main.version=${PV}-gentoo"
+	ego build -ldflags "${LDFLAGS}" "github.com/netdata/go.d.plugin/cmd/godplugin"
+}
+
+src_test() {
+	ego test ./... -cover -covermode=atomic
+}
+
+src_install() {
+	einstalldocs
+
+	exeinto "/usr/libexec/netdata/plugins.d"
+	newexe godplugin go.d.plugin
+	insinto "/usr/$(get_libdir)/netdata/conf.d"
+	doins -r config/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/
@ 2024-02-08 14:49 Petr Vaněk
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vaněk @ 2024-02-08 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ed4eaf8271cd64a3945200cb9bc7adb251425b3c
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 14:41:46 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 14:49:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4eaf82

net-analyzer/netdata-go-plugin: add 0.58.1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-analyzer/netdata-go-plugin/Manifest            |  2 +
 .../netdata-go-plugin-0.58.1.ebuild                | 51 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/net-analyzer/netdata-go-plugin/Manifest b/net-analyzer/netdata-go-plugin/Manifest
index a1f787ab71ce..abfa25994ec9 100644
--- a/net-analyzer/netdata-go-plugin/Manifest
+++ b/net-analyzer/netdata-go-plugin/Manifest
@@ -1,2 +1,4 @@
 DIST go.d.plugin-0.58.0-vendor.tar.gz 11168253 BLAKE2B ac2a612a77410e1495700c99808a24a4a65aa0889c95258f74a64aabf38f3f16f3f719f4a3e5122026245bcf9ccc928298430c7e6d428def9c2bdd5b31717e30 SHA512 81520995e8417f0cb160dc740d9012eb19896786c702b86385525a07ebe84f3cff412c9fb40461fa7223bb2ab408f578362bf9f50623e4fea5219c93b0933d49
 DIST go.d.plugin-0.58.0.tar.gz 1600927 BLAKE2B e0fc2b4dd2652114c428cdeba3ab3a2c62094520ef35c7aa29ef3fa5e3c579e19fcea52e6b0a906872671679bbf84a9238f89af9b0d2c7e214c1495c9609903c SHA512 cab04ea45008b668a6103a6d147e4f96e55a132f13e5ca3054b5ea6cff263dba048a9f7f52f4781495425f9a9cbb9e43786047188b0165ca1071c7c216486e12
+DIST go.d.plugin-0.58.1-vendor.tar.gz 11165963 BLAKE2B 43b74ae6120806ee02b9d1d9247cd7b5bb752ebbcb21e2bd5427cad186e0facc5f04cc4484c39994d7a5727ca673610ebaa6dd01d9dd8335e7d0ad39721fe2bc SHA512 23134669204c9c68247077ec12f8789db39736158867587fb24006c2cebd9f1752553a786cc91b97f2ba8b73197987b19dbf69e4669a0f821eb1fb04db0f5034
+DIST go.d.plugin-0.58.1.tar.gz 1601702 BLAKE2B d87402542fdac8683dc8a505634f6ce1eb2ebddeedeee6664d250b8774b8d1a76c189020362b1b87477bf21faf9caff28f41e396032d7548d0ec16ad8b5742e0 SHA512 acbfd7ee4a72cee0587936bd2d4e27a2b58894ee72a2218b96643c1fe0866990f9d6bfe1f754cda5f5443bc75e1406a6511300ea265a81e4be89f7f97b17664c

diff --git a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild
new file mode 100644
index 000000000000..70f99d0fda15
--- /dev/null
+++ b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fcaps go-module
+
+MY_PN=go.d.plugin
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Netdata plugin for collectors written in Go"
+HOMEPAGE="https://github.com/netdata/go.d.plugin"
+SRC_URI="
+	https://github.com/netdata/go.d.plugin/archive/refs/tags/v${PV}.tar.gz
+		-> ${MY_P}.tar.gz
+	https://github.com/netdata/go.d.plugin/releases/download/v${PV}/${MY_PN}-vendor-v${PV}.tar.gz
+		-> ${MY_P}-vendor.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3+"
+# Dependent modules licenses
+LICENSE+="
+	Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="net-analyzer/netdata"
+BDEPEND=">=dev-lang/go-1.21"
+
+FILECAPS=(
+	cap_net_raw /usr/libexec/netdata/plugins.d/go.d.plugin
+)
+
+src_compile() {
+	LDFLAGS="-w -s -X main.version=${PV}-gentoo"
+	ego build -ldflags "${LDFLAGS}" "github.com/netdata/go.d.plugin/cmd/godplugin"
+}
+
+src_test() {
+	ego test ./... -cover -covermode=atomic
+}
+
+src_install() {
+	einstalldocs
+
+	exeinto "/usr/libexec/netdata/plugins.d"
+	newexe godplugin go.d.plugin
+	insinto "/usr/$(get_libdir)/netdata/conf.d"
+	doins -r config/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/
@ 2024-04-23 10:42 Petr Vaněk
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vaněk @ 2024-04-23 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c27378cf83b1e41ba88bc248b6de0f93a0c2e8c0
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 09:51:54 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 10:41:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27378cf

net-analyzer/netdata-go-plugin: drop 0.58.0

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-analyzer/netdata-go-plugin/Manifest            |  2 -
 .../netdata-go-plugin-0.58.0.ebuild                | 51 ----------------------
 2 files changed, 53 deletions(-)

diff --git a/net-analyzer/netdata-go-plugin/Manifest b/net-analyzer/netdata-go-plugin/Manifest
index abfa25994ec9..a04419a89f6c 100644
--- a/net-analyzer/netdata-go-plugin/Manifest
+++ b/net-analyzer/netdata-go-plugin/Manifest
@@ -1,4 +1,2 @@
-DIST go.d.plugin-0.58.0-vendor.tar.gz 11168253 BLAKE2B ac2a612a77410e1495700c99808a24a4a65aa0889c95258f74a64aabf38f3f16f3f719f4a3e5122026245bcf9ccc928298430c7e6d428def9c2bdd5b31717e30 SHA512 81520995e8417f0cb160dc740d9012eb19896786c702b86385525a07ebe84f3cff412c9fb40461fa7223bb2ab408f578362bf9f50623e4fea5219c93b0933d49
-DIST go.d.plugin-0.58.0.tar.gz 1600927 BLAKE2B e0fc2b4dd2652114c428cdeba3ab3a2c62094520ef35c7aa29ef3fa5e3c579e19fcea52e6b0a906872671679bbf84a9238f89af9b0d2c7e214c1495c9609903c SHA512 cab04ea45008b668a6103a6d147e4f96e55a132f13e5ca3054b5ea6cff263dba048a9f7f52f4781495425f9a9cbb9e43786047188b0165ca1071c7c216486e12
 DIST go.d.plugin-0.58.1-vendor.tar.gz 11165963 BLAKE2B 43b74ae6120806ee02b9d1d9247cd7b5bb752ebbcb21e2bd5427cad186e0facc5f04cc4484c39994d7a5727ca673610ebaa6dd01d9dd8335e7d0ad39721fe2bc SHA512 23134669204c9c68247077ec12f8789db39736158867587fb24006c2cebd9f1752553a786cc91b97f2ba8b73197987b19dbf69e4669a0f821eb1fb04db0f5034
 DIST go.d.plugin-0.58.1.tar.gz 1601702 BLAKE2B d87402542fdac8683dc8a505634f6ce1eb2ebddeedeee6664d250b8774b8d1a76c189020362b1b87477bf21faf9caff28f41e396032d7548d0ec16ad8b5742e0 SHA512 acbfd7ee4a72cee0587936bd2d4e27a2b58894ee72a2218b96643c1fe0866990f9d6bfe1f754cda5f5443bc75e1406a6511300ea265a81e4be89f7f97b17664c

diff --git a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild
deleted file mode 100644
index 70f99d0fda15..000000000000
--- a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module
-
-MY_PN=go.d.plugin
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Netdata plugin for collectors written in Go"
-HOMEPAGE="https://github.com/netdata/go.d.plugin"
-SRC_URI="
-	https://github.com/netdata/go.d.plugin/archive/refs/tags/v${PV}.tar.gz
-		-> ${MY_P}.tar.gz
-	https://github.com/netdata/go.d.plugin/releases/download/v${PV}/${MY_PN}-vendor-v${PV}.tar.gz
-		-> ${MY_P}-vendor.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3+"
-# Dependent modules licenses
-LICENSE+="
-	Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-analyzer/netdata"
-BDEPEND=">=dev-lang/go-1.21"
-
-FILECAPS=(
-	cap_net_raw /usr/libexec/netdata/plugins.d/go.d.plugin
-)
-
-src_compile() {
-	LDFLAGS="-w -s -X main.version=${PV}-gentoo"
-	ego build -ldflags "${LDFLAGS}" "github.com/netdata/go.d.plugin/cmd/godplugin"
-}
-
-src_test() {
-	ego test ./... -cover -covermode=atomic
-}
-
-src_install() {
-	einstalldocs
-
-	exeinto "/usr/libexec/netdata/plugins.d"
-	newexe godplugin go.d.plugin
-	insinto "/usr/$(get_libdir)/netdata/conf.d"
-	doins -r config/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/
@ 2024-07-23 21:06 Petr Vaněk
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vaněk @ 2024-07-23 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     612eb9947a8460336f81a9f71a0109bac81a1068
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 20:14:50 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 21:03:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612eb994

net-analyzer/netdata-go-plugin: change location of conf.d directory

net-analyzer/netdata switched from autotools to cmake in commit
bcc77aef95de ("net-analyzer/netdata: autotools removed so use cmake")
and conf.d location has change from

  /usr/$(get_libdir)/conf.d

to

  /usr/lib/conf.d

We need to respect the new location in this package as well.

Closes: https://bugs.gentoo.org/935870
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 ...tdata-go-plugin-0.58.1.ebuild => netdata-go-plugin-0.58.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1-r1.ebuild
similarity index 96%
rename from net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild
rename to net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1-r1.ebuild
index 70f99d0fda15..6d0271de009c 100644
--- a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild
+++ b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1-r1.ebuild
@@ -46,6 +46,6 @@ src_install() {
 
 	exeinto "/usr/libexec/netdata/plugins.d"
 	newexe godplugin go.d.plugin
-	insinto "/usr/$(get_libdir)/netdata/conf.d"
+	insinto "/usr/lib/netdata/conf.d"
 	doins -r config/*
 }


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

end of thread, other threads:[~2024-07-23 21:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-05 10:53 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/ Petr Vaněk
  -- strict thread matches above, loose matches on Subject: below --
2024-02-08 14:49 Petr Vaněk
2024-04-23 10:42 Petr Vaněk
2024-07-23 21:06 Petr Vaněk

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