commit: 522a38fe6a121a0be74fbd666765e99326cf8f4e Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Dec 24 19:19:29 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Dec 24 19:20:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522a38fe
net-analyzer/nagios-check_pidfile: treeclean Closes: https://bugs.gentoo.org/826790 Closes: https://bugs.gentoo.org/708842 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-analyzer/nagios-check_pidfile/Manifest | 1 - net-analyzer/nagios-check_pidfile/metadata.xml | 8 ------- .../nagios-check_pidfile-1.ebuild | 28 ---------------------- profiles/package.mask | 6 ----- 4 files changed, 43 deletions(-) diff --git a/net-analyzer/nagios-check_pidfile/Manifest b/net-analyzer/nagios-check_pidfile/Manifest deleted file mode 100644 index 00126e06f315..000000000000 --- a/net-analyzer/nagios-check_pidfile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nagios-check_pidfile-1.tar.gz 2137 BLAKE2B bb0b7239ab9dfb4acb3a40f16cc5537605c60256f6c1efcddc9b6001dffc71f7e7ae8f58b6cbb568afd71200e672e3b348ce3b9c360407b731d3f40ab81fa514 SHA512 a24493a72f6d9fb4daf606a131a3a6cafe6085b1d47f7b0f7944642929e86b5d29cf46fb28c20b7683ea5b9a99beb93bb5f32a08542e2e9af613e4cc62197ffe diff --git a/net-analyzer/nagios-check_pidfile/metadata.xml b/net-analyzer/nagios-check_pidfile/metadata.xml deleted file mode 100644 index 870851d6edfb..000000000000 --- a/net-analyzer/nagios-check_pidfile/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> - <upstream> - <remote-id type="github">hollow/check_pidfile</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild b/net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild deleted file mode 100644 index 0c557fdb768e..000000000000 --- a/net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools - -DESCRIPTION="A nagios plugin for checking daemons via pidfiles" -HOMEPAGE="https://github.com/hollow/check_pidfile" -SRC_URI="https://github.com/hollow/check_pidfile/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 net-analyzer/monitoring-plugins )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/check_pidfile-${PV} - -src_prepare() { - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install -} diff --git a/profiles/package.mask b/profiles/package.mask index 7eae45a5d4f5..65fe9be1619e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -305,12 +305,6 @@ dev-ruby/typhoeus:0 # Removal in 30 days. Bug #827322 net-misc/netkit-routed -# Marek Szuba <[email protected]> (2021-11-25) -# Upstream is gone. Unmaintained in Gentoo, last updated -# back in the CVS era, EAPI 5, open bugs. -# Removal in 30 days. Bug #826790 -net-analyzer/nagios-check_pidfile - # Volkmar W. Pogatzki <[email protected]> (2021-11-23) # Does not support updated dev-java/pdfbox-2.0.24, Bug #803488 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
