summaryrefslogtreecommitdiff
path: root/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild')
-rw-r--r--net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild b/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild
deleted file mode 100644
index 98d1db01c9ce..000000000000
--- a/net-analyzer/mrtg-ping-probe/mrtg-ping-probe-2.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Addon mrtg contrib for stats ping/loss packets"
-SRC_URI="ftp://ftp.pwo.de/pub/pwo/mrtg/${PN}/${P}.tar.gz"
-HOMEPAGE="http://pwo.de/projects/mrtg/"
-
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="dev-lang/perl"
-RDEPEND="
- ${DEPEND}
- net-analyzer/mrtg
-"
-
-src_prepare() {
- sed -i check-ping-fmt \
- -e 's:#!/usr/local/bin/perl -w:#!/usr/bin/perl -w:' \
- || die
- sed -i mrtg-ping-probe \
- -e 's:#!/bin/perl:#!/usr/bin/perl:' \
- || die
-}
-
-src_install() {
- dodoc ChangeLog NEWS README TODO mrtg.cfg-ping
- doman mrtg-ping-probe.1
- dobin check-ping-fmt mrtg-ping-probe "${FILESDIR}"/mrtg-ping-cfg
-}