| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/Attic/ntop-3.3.ebuild,v 1.3 2007/09/06 22:47:48 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/Attic/ntop-3.3.ebuild,v 1.4 2007/09/07 06:47:31 mr_bones_ Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils autotools |
5 | inherit eutils autotools |
| 6 | |
6 | |
| 7 | DESCRIPTION="tool that shows network usage like top" |
7 | DESCRIPTION="tool that shows network usage like top" |
| 8 | HOMEPAGE="http://www.ntop.org/ntop.html" |
8 | HOMEPAGE="http://www.ntop.org/ntop.html" |
| … | |
… | |
| 33 | RDEPEND="${DEPEND} |
33 | RDEPEND="${DEPEND} |
| 34 | media-gfx/graphviz" |
34 | media-gfx/graphviz" |
| 35 | |
35 | |
| 36 | pkg_setup() { |
36 | pkg_setup() { |
| 37 | # snmp doesn't compile in this release, disabled for now |
37 | # snmp doesn't compile in this release, disabled for now |
| 38 | |
38 | |
| 39 | #if use snmp ; then |
39 | #if use snmp ; then |
| 40 | # ewarn "snmp plugin is under development and upstream does not recommend" |
40 | # ewarn "snmp plugin is under development and upstream does not recommend" |
| 41 | # ewarn "it for usage in production environment." |
41 | # ewarn "it for usage in production environment." |
| 42 | # if ! use ipv6 ; then |
42 | # if ! use ipv6 ; then |
| 43 | # echo |
43 | # echo |