summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2025-01-23 12:06:32 +0100
committerConrad Kostecki <conikost@gentoo.org>2025-01-24 00:15:58 +0100
commit781c9e19f9b150a8a382310fb0608398feff97bc (patch)
treede0a56c83ff73b43b224ebad18a8054c1fd718df /app-metrics
parentnet-libs/nghttp3: Stabilize 1.7.0 arm64, #948627 (diff)
downloadgentoo-781c9e19f9b150a8a382310fb0608398feff97bc.tar.gz
gentoo-781c9e19f9b150a8a382310fb0608398feff97bc.tar.bz2
gentoo-781c9e19f9b150a8a382310fb0608398feff97bc.zip
app-metrics/collectd: update HOMEPAGE, update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/40271 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r--app-metrics/collectd/collectd-5.12.0-r11.ebuild (renamed from app-metrics/collectd/collectd-5.12.0-r10.ebuild)10
1 files 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
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 )"