net-analyzer/nagios-check_logfiles: remove old versions.

The old versions (including the stable version) of this package
require an old perl that isn't in the tree any longer. Now that we
have a new stable version, drop the old ones.

Gentoo-Bug: 518490
Gentoo-Bug: 614316

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Michael Orlitzky
2017-04-01 22:30:18 -04:00
parent 8e6a5f44a3
commit 49af7a6d47
4 changed files with 0 additions and 87 deletions

View File

@@ -1,3 +1 @@
DIST check_logfiles-2.3.2.1.tar.gz 140546 SHA256 8aba94b2942ac4433368487245085afec30d39ffbc62fcfaa1d3bfacac9edd94 SHA512 c8295a4cdbe421982d97b7de671e04f4420689f46e5a75b9ca2833a083423a127871350f805f47b2a08a762db914f81ceb0f3badedf545909df55dbbbcb59152 WHIRLPOOL c8f23c872515a6858d0791881d7837a9d68e1c4b32938fb28d3788150e2b75874f77a381e4f405b7aa3cb13c44e1ff6807834e76f5b765b54397dd5533bac91e
DIST check_logfiles-3.7.3.1.tar.gz 234827 SHA256 453416566d1d96a4b15f38b0ea9b78d265079f21e850652312e90ae48dc896cf SHA512 84f196b9687a43dc2be8754a078f64836db45b3e273c52f1dafaaa78fe06a71c6f9fc27ce9b2964c2b4ba5d0a354708472fdd634b18b4e856d54b8bc1c6e393b WHIRLPOOL 5313299d6c5541ab5b082a8688cb28c65493ca670a963d9ccab2264d22b354e0f1877dc0950796b7d5f46e6e02138119d8c9837e0891705197f9dc3dd1b502fc
DIST nagios-check_logfiles-3.7.6.3.tar.gz 238683 SHA256 8f782297f276024b4ff545b7c7094eb3a6981ebb719c5cb91fea05267fe3ef04 SHA512 2f72d571bfc0815e12b5c9a6e178b7b9b6e58d69e2d1a3efc560dd6b7bfd3d04a705d15e93069959611be1981941866e8775ee7d67c5dbf3983a155ab2ec3c91 WHIRLPOOL 8b45071210c35e8f3fba5f7b586b23baafaa3fa8a8a1e25d13a97cfa9fd04d8a4ae83b67b66b07956721779cf601e2eb26d4b4109206887d1cb9e923b73ca5ec

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils multilib
DESCRIPTION="A nagios plugin for checking logfiles"
HOMEPAGE="http://www.consol.com/opensource/nagios/check-logfiles"
MY_P=${P/nagios-/}
SRC_URI="http://www.consol.com/fileadmin/opensource/Nagios/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 ~ppc ppc64 ~sparc x86"
IUSE=""
DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_compile() {
econf \
--prefix=/usr \
--libexecdir=/usr/$(get_libdir)/nagios/plugins \
--sysconfdir=/etc/nagios || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A nagios plugin for checking logfiles"
HOMEPAGE="https://labs.consol.de/nagios/check_logfiles/index.html"
MY_P=${P/nagios-/}
SRC_URI="https://labs.consol.de/assets/downloads/nagios/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
S="${WORKDIR}/${MY_P}"
src_configure() {
econf \
--libexecdir=/usr/$(get_libdir)/nagios/plugins \
--prefix=/usr \
--sysconfdir=/etc/nagios
}

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils multilib
DESCRIPTION="A nagios plugin for checking logfiles"
HOMEPAGE="https://labs.consol.de/nagios/check_logfiles/index.html"
MY_P=${P/nagios-/}
SRC_URI="https://labs.consol.de/assets/downloads/nagios/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
S="${WORKDIR}/${MY_P}"
src_configure() {
econf \
--libexecdir=/usr/$(get_libdir)/nagios/plugins \
--prefix=/usr \
--sysconfdir=/etc/nagios
}