commit: 781c9e19f9b150a8a382310fb0608398feff97bc Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Jan 23 11:06:32 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 23:15:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781c9e19
app-metrics/collectd: update HOMEPAGE, update EAPI 7 -> 8 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/40271 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../{collectd-5.12.0-r10.ebuild => collectd-5.12.0-r11.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-metrics/collectd/collectd-5.12.0-r10.ebuild b/app-metrics/collectd/collectd-5.12.0-r11.ebuild similarity index 99% rename from app-metrics/collectd/collectd-5.12.0-r10.ebuild rename to app-metrics/collectd/collectd-5.12.0-r11.ebuild index 301e390ecd45..d487dd5f4ce4 100644 --- a/app-metrics/collectd/collectd-5.12.0-r10.ebuild +++ b/app-metrics/collectd/collectd-5.12.0-r11.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 JAVA_PKG_OPT_USE="collectd_plugins_java" LUA_COMPAT=( lua5-{1..4} ) @@ -11,7 +11,7 @@ inherit autotools fcaps java-pkg-opt-2 linux-info lua-single perl-functions pyth DESCRIPTION="Collects system statistics and provides mechanisms to store the values" -HOMEPAGE="https://collectd.org/" +HOMEPAGE="https://www.collectd.org/" SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="MIT GPL-2 GPL-2+ GPL-3 GPL-3+" @@ -155,10 +155,10 @@ BDEPEND="virtual/pkgconfig" # Enforcing !=sys-kernel/linux-headers-4.5 > due to #577846 DEPEND="${COMMON_DEPEND} collectd_plugins_iptables? ( || ( <=sys-kernel/linux-headers-4.4 >=sys-kernel/linux-headers-4.6 ) ) - collectd_plugins_java? ( >=virtual/jdk-1.8 )" + collectd_plugins_java? ( >=virtual/jdk-1.8:* )" RDEPEND="${COMMON_DEPEND} - collectd_plugins_java? ( >=virtual/jre-1.8 ) + collectd_plugins_java? ( >=virtual/jre-1.8:* ) collectd_plugins_syslog? ( virtual/logger ) selinux? ( sec-policy/selinux-collectd )"