public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/
Date: Tue, 23 Apr 2024 10:42:05 +0000 (UTC)	[thread overview]
Message-ID: <1713868860.c27378cf83b1e41ba88bc248b6de0f93a0c2e8c0.arkamar@gentoo> (raw)

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/*
-}


             reply	other threads:[~2024-04-23 10:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23 10:42 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19  8:02 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata-go-plugin/ Petr Vaněk
2025-02-04 10:10 Petr Vaněk
2024-07-23 21:06 Petr Vaněk
2024-02-08 14:49 Petr Vaněk
2024-01-05 10:53 Petr Vaněk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713868860.c27378cf83b1e41ba88bc248b6de0f93a0c2e8c0.arkamar@gentoo \
    --to=arkamar@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox