From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/
Date: Tue, 4 Jan 2022 03:29:23 +0000 (UTC) [thread overview]
Message-ID: <1641266921.0d6b26d7906996ac8e2f4fd260afdc55fd418209.sam@gentoo> (raw)
commit: 0d6b26d7906996ac8e2f4fd260afdc55fd418209
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 16:01:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 03:28:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6b26d7
app-metrics/collectd: remove kernel_FreeBSD
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-metrics/collectd/collectd-5.12.0-r1.ebuild | 22 +++-------------------
app-metrics/collectd/collectd-5.12.0-r2.ebuild | 22 +++-------------------
2 files changed, 6 insertions(+), 38 deletions(-)
diff --git a/app-metrics/collectd/collectd-5.12.0-r1.ebuild b/app-metrics/collectd/collectd-5.12.0-r1.ebuild
index 1c16631dc941..1c9fdac841d9 100644
--- a/app-metrics/collectd/collectd-5.12.0-r1.ebuild
+++ b/app-metrics/collectd/collectd-5.12.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="MIT GPL-2 GPL-2+ GPL-3 GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm x86"
-IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl selinux static-libs udev xfs"
+IUSE="contrib debug java kernel_Darwin kernel_linux perl selinux static-libs udev xfs"
# The plugin lists have to follow here since they extend IUSE
@@ -150,15 +150,7 @@ COMMON_DEPEND="
collectd_plugins_write_redis? ( dev-libs/hiredis:= )
collectd_plugins_write_stackdriver? ( net-misc/curl:0= dev-libs/yajl:= )
collectd_plugins_xencpu? ( app-emulation/xen-tools:= )
-
- kernel_FreeBSD? (
- collectd_plugins_disk? ( sys-libs/libstatgrab:= )
- collectd_plugins_interface? ( sys-libs/libstatgrab:= )
- collectd_plugins_load? ( sys-libs/libstatgrab:= )
- collectd_plugins_memory? ( sys-libs/libstatgrab:= )
- collectd_plugins_swap? ( sys-libs/libstatgrab:= )
- collectd_plugins_users? ( sys-libs/libstatgrab:= )
- )"
+"
# FIXME: should virtual/jdk be here as well?
BDEPEND="virtual/pkgconfig"
@@ -337,9 +329,6 @@ src_configure() {
if use kernel_linux; then
einfo "Enabling Linux plugins."
myos_plugins=${linux_plugins}
- elif use kernel_FreeBSD; then
- einfo "Enabling FreeBSD plugins."
- myos_plugins=${bsd_plugins}
elif use kernel_Darwin; then
einfo "Enabling Darwin plugins."
myos_plugins=${darwin_plugins}
@@ -376,11 +365,6 @@ src_configure() {
if has ${plugin} ${myos_plugins}; then
# ... and available in this os
myconf+=" $(use_enable collectd_plugins_${plugin} ${plugin})"
- # ... must we link against libstatgrab? Bug #541518
- if use kernel_FreeBSD && has ${plugin} ${libstatgrab_plugins}; then
- einfo "We must link against libstatgrab due to plugin \"${plugin}\" ..."
- need_libstatgrab=1
- fi
else
# ... and NOT available in this os
if use collectd_plugins_${plugin}; then
diff --git a/app-metrics/collectd/collectd-5.12.0-r2.ebuild b/app-metrics/collectd/collectd-5.12.0-r2.ebuild
index c3aaedc933aa..f0ded8dfeb16 100644
--- a/app-metrics/collectd/collectd-5.12.0-r2.ebuild
+++ b/app-metrics/collectd/collectd-5.12.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="MIT GPL-2 GPL-2+ GPL-3 GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~x86"
-IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl selinux static-libs udev xfs"
+IUSE="contrib debug java kernel_Darwin kernel_linux perl selinux static-libs udev xfs"
# The plugin lists have to follow here since they extend IUSE
@@ -150,15 +150,7 @@ COMMON_DEPEND="
collectd_plugins_write_redis? ( dev-libs/hiredis:= )
collectd_plugins_write_stackdriver? ( net-misc/curl:0= dev-libs/yajl:= )
collectd_plugins_xencpu? ( app-emulation/xen-tools:= )
-
- kernel_FreeBSD? (
- collectd_plugins_disk? ( sys-libs/libstatgrab:= )
- collectd_plugins_interface? ( sys-libs/libstatgrab:= )
- collectd_plugins_load? ( sys-libs/libstatgrab:= )
- collectd_plugins_memory? ( sys-libs/libstatgrab:= )
- collectd_plugins_swap? ( sys-libs/libstatgrab:= )
- collectd_plugins_users? ( sys-libs/libstatgrab:= )
- )"
+"
# FIXME: should virtual/jdk be here as well?
BDEPEND="virtual/pkgconfig"
@@ -337,9 +329,6 @@ src_configure() {
if use kernel_linux; then
einfo "Enabling Linux plugins."
myos_plugins=${linux_plugins}
- elif use kernel_FreeBSD; then
- einfo "Enabling FreeBSD plugins."
- myos_plugins=${bsd_plugins}
elif use kernel_Darwin; then
einfo "Enabling Darwin plugins."
myos_plugins=${darwin_plugins}
@@ -376,11 +365,6 @@ src_configure() {
if has ${plugin} ${myos_plugins}; then
# ... and available in this os
myconf+=" $(use_enable collectd_plugins_${plugin} ${plugin})"
- # ... must we link against libstatgrab? Bug #541518
- if use kernel_FreeBSD && has ${plugin} ${libstatgrab_plugins}; then
- einfo "We must link against libstatgrab due to plugin \"${plugin}\" ..."
- need_libstatgrab=1
- fi
else
# ... and NOT available in this os
if use collectd_plugins_${plugin}; then
next reply other threads:[~2022-01-04 3:29 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-04 3:29 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-23 23:19 [gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/ 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
2023-08-05 22:41 Conrad Kostecki
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
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=1641266921.0d6b26d7906996ac8e2f4fd260afdc55fd418209.sam@gentoo \
--to=sam@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