From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/
Date: Sat, 5 Aug 2023 22:41:37 +0000 (UTC) [thread overview]
Message-ID: <1691275200.02e526eb2bf6ba24f07b99fa8469bf2bb51ea37e.conikost@gentoo> (raw)
commit: 02e526eb2bf6ba24f07b99fa8469bf2bb51ea37e
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 22:36:05 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 22:40:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e526eb
app-metrics/collectd: fix QA NonexistentDeps, ExcessiveLineLength
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-metrics/collectd/collectd-5.12.0-r8.ebuild | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/app-metrics/collectd/collectd-5.12.0-r8.ebuild b/app-metrics/collectd/collectd-5.12.0-r8.ebuild
index 0c8c8c88baa4..06e6d5ed301c 100644
--- a/app-metrics/collectd/collectd-5.12.0-r8.ebuild
+++ b/app-metrics/collectd/collectd-5.12.0-r8.ebuild
@@ -55,7 +55,7 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
buddyinfo capabilities ceph cgroups check_uptime chrony connectivity
conntrack contextswitch cpu cpufreq cpusleep csv curl curl_json
curl_xml dbi df disk dns drbd email entropy ethstat exec fhcount
- filecount fscache gmond gps gpu_nvidia hddtemp hugepages interface ipc
+ filecount fscache gps gpu_nvidia hddtemp hugepages interface ipc
ipmi iptables ipvs irq java lua load logfile logparser log_logstash
madwifi match_empty_counter match_hashed match_regex match_timediff
match_value mbmon mcelog md memcachec memcached memory modbus mqtt
@@ -104,7 +104,6 @@ COMMON_DEPEND="
collectd_plugins_curl_xml? ( net-misc/curl:0= dev-libs/libxml2:2= )
collectd_plugins_dbi? ( dev-db/libdbi )
collectd_plugins_dns? ( net-libs/libpcap )
- collectd_plugins_gmond? ( sys-cluster/ganglia )
collectd_plugins_gps? ( sci-geosciences/gpsd:= )
collectd_plugins_gpu_nvidia? ( dev-util/nvidia-cuda-toolkit )
collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 )
@@ -476,10 +475,18 @@ src_install() {
newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
- sed -i -e 's:^.*PIDFile "/var/run/collectd.pid":#PIDFile "/run/collectd.pid":' "${ED}"/etc/collectd.conf || die
- sed -i -e 's:^# SocketFile "/var/run/collectd-unixsock":# SocketFile "/run/collectd/collectd.socket":' "${ED}"/etc/collectd.conf || die
- sed -i -e 's:^.*LoadPlugin perl$:# The new, correct way to load the perl plugin -- \n# <LoadPlugin perl>\n# Globals true\n# </LoadPlugin>:' "${ED}"/etc/collectd.conf || die
- sed -i -e 's:^.*LoadPlugin python$:# The new, correct way to load the python plugin -- \n# <LoadPlugin python>\n# Globals true\n# </LoadPlugin>:' "${ED}"/etc/collectd.conf || die
+ sed \
+ -e 's:^.*PIDFile "/var/run/collectd.pid":#PIDFile "/run/collectd.pid":' \
+ -i "${ED}"/etc/collectd.conf || die
+ sed \
+ -e 's:^# SocketFile "/var/run/collectd-unixsock":# SocketFile "/run/collectd/collectd.socket":' \
+ -i "${ED}"/etc/collectd.conf || die
+ sed \
+ -e 's:^.*LoadPlugin perl$:# The new, correct way to load the perl plugin -- \n# <LoadPlugin perl>\n# Globals true\n# </LoadPlugin>:' \
+ -i "${ED}"/etc/collectd.conf || die
+ sed \
+ -e 's:^.*LoadPlugin python$:# The new, correct way to load the python plugin -- \n# <LoadPlugin python>\n# Globals true\n# </LoadPlugin>:' \
+ -i "${ED}"/etc/collectd.conf || die
}
pkg_postinst() {
next reply other threads:[~2023-08-05 22:41 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-05 22:41 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-28 20:20 [gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/ Conrad Kostecki
2025-01-23 23:19 Conrad Kostecki
2024-05-07 7:57 Andreas K. Hüttel
2024-03-09 17:41 Conrad Kostecki
2024-03-09 17:41 Conrad Kostecki
2024-03-09 17:41 Conrad Kostecki
2024-01-27 20:06 Ionen Wolkens
2024-01-27 20:06 Ionen Wolkens
2024-01-13 11:14 Sam James
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-07 14:47 Agostino Sarubbo
2022-06-07 6:31 Agostino Sarubbo
2022-06-06 23:32 Sam James
2022-06-05 13:19 Conrad Kostecki
2022-04-16 21:36 Conrad Kostecki
2022-04-16 21:36 Conrad Kostecki
2022-04-16 21:36 Conrad Kostecki
2022-03-23 1:02 Sam James
2022-01-15 21:51 Sam James
2022-01-04 3:29 Sam James
2021-11-20 0:43 Conrad Kostecki
2021-04-12 18:14 Thomas Deutschmann
2021-02-15 15:14 Thomas Deutschmann
2021-02-15 8:39 Sam James
2021-02-11 7:53 Sam James
2021-02-08 17:25 Sam James
2021-02-05 18:09 Thomas Deutschmann
2020-09-07 0:50 Thomas Deutschmann
2020-08-30 19:11 Thomas Deutschmann
2020-08-07 11:44 Agostino Sarubbo
2020-08-06 3:44 Sam James
2020-08-03 13:47 Thomas Deutschmann
2020-05-10 16:22 Conrad Kostecki
2020-05-10 16:22 Conrad Kostecki
2020-04-30 14:10 Thomas Deutschmann
2020-04-30 14:10 Thomas Deutschmann
2020-04-30 14:10 Thomas Deutschmann
2020-04-30 14:10 Thomas Deutschmann
2020-04-29 18:33 Thomas Deutschmann
2020-04-29 18:31 Thomas Deutschmann
2020-01-01 19:43 Agostino Sarubbo
2019-12-31 14:06 Agostino Sarubbo
2019-12-31 14:02 Agostino Sarubbo
2019-10-02 23:10 Thomas Deutschmann
2019-09-12 14:28 Michał Górny
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-07-26 9:48 Thomas Deutschmann
2019-07-20 0:13 Thomas Deutschmann
2019-01-31 8:49 Tobias Klausmann
2019-01-23 13:41 Mikle Kolyada
2018-12-23 17:10 Mikle Kolyada
2018-12-20 1:30 Thomas Deutschmann
2018-11-30 6:10 Thomas Deutschmann
2018-10-29 14:54 Thomas Deutschmann
2018-10-02 10:53 Thomas Deutschmann
2018-08-02 18:40 Thomas Deutschmann
2018-07-23 13:10 Tobias Klausmann
2018-07-20 22:12 Mikle Kolyada
2018-04-08 19:26 Thomas Deutschmann
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=1691275200.02e526eb2bf6ba24f07b99fa8469bf2bb51ea37e.conikost@gentoo \
--to=conikost@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