From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53A881581C1 for ; Fri, 12 Jul 2024 11:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9387B2BC036; Fri, 12 Jul 2024 11:31:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D6C82BC036 for ; Fri, 12 Jul 2024 11:31:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 923BB34306F for ; Fri, 12 Jul 2024 11:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBA1E1CF6 for ; Fri, 12 Jul 2024 11:31:07 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1720783730.7a679b467c1c5f7502194ab0cad5f04afb9989bd.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/check_mk_agent/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/check_mk_agent/Manifest net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild net-analyzer/check_mk_agent/metadata.xml profiles/package.mask X-VCS-Directories: net-analyzer/check_mk_agent/ profiles/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7a679b467c1c5f7502194ab0cad5f04afb9989bd X-VCS-Branch: master Date: Fri, 12 Jul 2024 11:31:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7aeace74-08c0-48ac-a7d6-153925d06258 X-Archives-Hash: 1f77f9bae7d65772d54d35af8ee1b80e commit: 7a679b467c1c5f7502194ab0cad5f04afb9989bd Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jul 12 11:28:50 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jul 12 11:28:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a679b46 net-analyzer/check_mk_agent: treeclean Bug: https://bugs.gentoo.org/933843 Bug: https://bugs.gentoo.org/695068 Bug: https://bugs.gentoo.org/677432 Signed-off-by: Arthur Zamarin gentoo.org> net-analyzer/check_mk_agent/Manifest | 1 - .../check_mk_agent/check_mk_agent-1.4.0_p31.ebuild | 74 ---------------------- net-analyzer/check_mk_agent/metadata.xml | 23 ------- profiles/package.mask | 5 -- 4 files changed, 103 deletions(-) diff --git a/net-analyzer/check_mk_agent/Manifest b/net-analyzer/check_mk_agent/Manifest deleted file mode 100644 index 4f03d903bfdd..000000000000 --- a/net-analyzer/check_mk_agent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST check-mk-raw-1.4.0p31.cre.tar.gz 314212612 BLAKE2B 07c9bda8524250f949a21204427d455ef0ac0a323fe38b66c7c4f03b50f7677099b5c24dae22f55fe1e1a2e475d541e1b643169a2368925e960ea514a03fd6b2 SHA512 b1dfe22e54a3d6f9c7f76b408adeb7ca46aa4b21d933149c1681bf87dae7af8f5bf645ba19b225f30b0057d8d075f657756019e3b908d3090e1d14451e7fcc0b diff --git a/net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild b/net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild deleted file mode 100644 index c41c9b1f3484..000000000000 --- a/net-analyzer/check_mk_agent/check_mk_agent-1.4.0_p31.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit systemd - -DESCRIPTION="Agent to report data to Check_MK for monitoring" -HOMEPAGE="http://mathias-kettner.de/check_mk.html" - -MY_PV="${PV/_p/p}" -MY_P="check-mk-raw-${MY_PV}.cre" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="apache_status inventory logwatch mysql nfsexports oracle postgres smart +xinetd zypper" - -RDEPEND="!!net-analyzer/check_mk - app-shells/bash:* - xinetd? ( || ( sys-apps/xinetd sys-apps/systemd ) ) - " -DEPEND="${RDEPEND}" - -SRC_URI="http://mathias-kettner.de/support/${MY_PV}/${MY_P}.tar.gz" - -src_unpack() { - # check_mk is a tarball containing tarballs - unpack ${A} - unpack "${WORKDIR}"/${MY_P}/packages/check_mk/check_mk-${MY_PV}.tar.gz - mkdir -p "${S}" || die - cd "${S}" || die - unpack "${WORKDIR}"/check_mk-${MY_PV}/agents.tar.gz - mkdir -p "${S}"/doc || die - cd "${S}"/doc || die - unpack "${WORKDIR}"/check_mk-${MY_PV}/doc.tar.gz -} - -src_install() { - # Install agent related files - newbin check_mk_agent.linux check_mk_agent - - keepdir /usr/lib/check_mk_agent/local - dodir /usr/lib/check_mk_agent/plugins - dodir /etc/check_mk - - dodoc doc/{AUTHORS,COPYING,ChangeLog} - docompress - - if use xinetd; then - insinto /etc/xinetd.d - newins cfg_examples/xinetd.conf check_mk - systemd_dounit cfg_examples/systemd/check_mk{.socket,@.service} - fi - - # Install the check_mk_agent logwatch plugin - if use logwatch; then - insinto /etc/check_mk - doins cfg_examples/logwatch.cfg - exeinto /usr/lib/check_mk_agent/plugins - doexe plugins/mk_logwatch - fi - - # Install any other useflag-enabled agent plugins - exeinto /usr/lib/check_mk_agent/plugins - use inventory && newexe plugins/mk_inventory.linux mk_inventory - use smart && doexe plugins/smart - use mysql && doexe plugins/mk_mysql - use postgres && doexe plugins/mk_postgres - use apache_status && doexe plugins/apache_status - use zypper && doexe plugins/mk_zypper - use oracle && doexe plugins/mk_oracle - use nfsexports && doexe plugins/nfsexports -} diff --git a/net-analyzer/check_mk_agent/metadata.xml b/net-analyzer/check_mk_agent/metadata.xml deleted file mode 100644 index 89c9c6e274a7..000000000000 --- a/net-analyzer/check_mk_agent/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - The agent, to gather and report system and other monitoring data to Check_MK enabled - Nagios/Icigna centralized monitoring servers. - - - Install check_mk-agent linux inventory plugin. - Install check_mk-agent logwatch plugin. - Install check_mk-agent S.M.A.R.T plugin. - Install check_mk-agent mysql plugin. - Install check_mk-agent postgres plugin. - Install check_mk-agent apache-status plugin. - Install check_mk-agent nfsexports plugin. - Install check_mk-agent zypper plugin. - - - http://mathias-kettner.com/check_mk_download.html - http://mathias-kettner.com/checkmk.html - - diff --git a/profiles/package.mask b/profiles/package.mask index a57ddadf4745..e0c70529ee36 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -413,11 +413,6 @@ www-apps/wiliki www-apache/mod_vdbh www-apache/modsec-flameeyes -# Arthur Zamarin (2024-06-08) -# EAPI=6, no reverse dependencies, maintainer-needed, various QA issues. -# Removal on 2024-07-08. Bugs #933843, #695068, #677432. -net-analyzer/check_mk_agent - # Michał Górny (2024-06-08) # Prereleases of Xfce 4.20. Masking upon popular request, due to # a large number of regressions in every new release.