From 2eb5abd62a75f27e4566a7b58e2d2ff1f28d219f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 29 Dec 2017 17:10:30 +0100 Subject: app-admin/fetchlog: Remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-admin/fetchlog/fetchlog-1.0.ebuild | 39 ---------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 app-admin/fetchlog/fetchlog-1.0.ebuild (limited to 'app-admin/fetchlog/fetchlog-1.0.ebuild') diff --git a/app-admin/fetchlog/fetchlog-1.0.ebuild b/app-admin/fetchlog/fetchlog-1.0.ebuild deleted file mode 100644 index 85b9ef56513c..000000000000 --- a/app-admin/fetchlog/fetchlog-1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 x86 ~ppc64" - -IUSE="snmp" - -RDEPEND="snmp? ( - >=dev-perl/Net-SNMP-4.0.1-r2 - >=net-analyzer/net-snmp-5.0.6 - )" - -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 -} - -src_compile() { - # Links the .c file straight to the binary - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die -} - -src_install() { - dodoc CHANGES README* - dobin fetchlog - doman fetchlog.1 -} -- cgit v1.2.3-65-gdbad