summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/fetchlog/fetchlog-1.4-r1.ebuild')
-rw-r--r--app-admin/fetchlog/fetchlog-1.4-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-admin/fetchlog/fetchlog-1.4-r1.ebuild b/app-admin/fetchlog/fetchlog-1.4-r1.ebuild
deleted file mode 100644
index 0c118b1a4e6c..000000000000
--- a/app-admin/fetchlog/fetchlog-1.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Displays the last new messages of a logfile"
-HOMEPAGE="http://fetchlog.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fetchlog/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="snmp"
-
-RDEPEND="
- snmp? (
- >=dev-perl/Net-SNMP-4.0.1-r2
- >=net-analyzer/net-snmp-5.0.6
- )"
-DEPEND=""
-
-PATCHES=( "${FILESDIR}"/${PN}-1.4-fix-build-system.patch )
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- dobin fetchlog
- einstalldocs
- dodoc *cfg*
- doman fetchlog.1
-}
-
-pkg_preinst() {
- elog
- elog "This utility can be used together with Nagios"
- elog "To make use of these features you need to"
- elog "install net-analyzer/nagios."
- elog "This feature depends on SNMP, so make use you"
- elog "have 'snmp' in your USE flags"
- elog
-}