public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/check_mk_agent/, profiles/
Date: Fri, 12 Jul 2024 11:31:07 +0000 (UTC)	[thread overview]
Message-ID: <1720783730.7a679b467c1c5f7502194ab0cad5f04afb9989bd.arthurzam@gentoo> (raw)

commit:     7a679b467c1c5f7502194ab0cad5f04afb9989bd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 11:28:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<longdescription lang="en">
-		The agent, to gather and report system and other monitoring data to Check_MK enabled
-		Nagios/Icigna centralized monitoring servers.
-	</longdescription>
-	<use>
-		<flag name="inventory">Install check_mk-agent linux inventory plugin.</flag>
-		<flag name="logwatch">Install check_mk-agent logwatch plugin.</flag>
-		<flag name="smart">Install check_mk-agent S.M.A.R.T plugin.</flag>
-		<flag name="mysql">Install check_mk-agent mysql plugin.</flag>
-		<flag name="postgres">Install check_mk-agent postgres plugin.</flag>
-		<flag name="apache_status">Install check_mk-agent apache-status plugin.</flag>
-		<flag name="nfsexports">Install check_mk-agent nfsexports plugin.</flag>
-		<flag name="zypper">Install check_mk-agent zypper plugin.</flag>
-	</use>
-	<upstream>
-		<changelog>http://mathias-kettner.com/check_mk_download.html</changelog>
-		<doc>http://mathias-kettner.com/checkmk.html</doc>
-	</upstream>
-</pkgmetadata>

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 <arthurzam@gentoo.org> (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 <mgorny@gentoo.org> (2024-06-08)
 # Prereleases of Xfce 4.20.  Masking upon popular request, due to
 # a large number of regressions in every new release.


                 reply	other threads:[~2024-07-12 11:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1720783730.7a679b467c1c5f7502194ab0cad5f04afb9989bd.arthurzam@gentoo \
    --to=arthurzam@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