summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/mrtg/mrtg-2.10.14.ebuild')
-rw-r--r--net-analyzer/mrtg/mrtg-2.10.14.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-analyzer/mrtg/mrtg-2.10.14.ebuild b/net-analyzer/mrtg/mrtg-2.10.14.ebuild
deleted file mode 100644
index 738b6973db48..000000000000
--- a/net-analyzer/mrtg/mrtg-2.10.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mrtg/mrtg-2.10.14.ebuild,v 1.10 2005/01/26 10:35:05 ka0ttic Exp $
-
-DESCRIPTION="A tool to monitor the traffic load on network-links"
-HOMEPAGE="http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/"
-SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ppc64"
-IUSE=""
-
-DEPEND="virtual/libc
- dev-lang/perl
- >=media-libs/gd-1.8.4"
-
-src_compile() {
- ./configure --prefix=/usr --host=${CHOST} || die
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr install || die
- dodir /usr/share/man
- mv ${D}/usr/man/man1 ${D}/usr/share/man
- rm -rf ${D}/usr/{man,doc}
- dodoc ANNOUNCE COPYING CHANGES COPYRIGHT MANIFEST README THANKS
- docinto txt ; dodoc doc/*.txt
- cp -a contrib ${D}/usr/share/doc/${PF}/contrib
- prepalldocs
- docinto html ; dohtml -r doc/*.html images/*
- newinitd ${FILESDIR}/mrtg.rc ${PN}
- newconfd ${FILESDIR}/mrtg.confd ${PN}
-}