Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451132
Collapse All | Expand All

(-)/usr/portage/net-dns/dnstop/dnstop-20110502.ebuild (-4 / +3 lines)
Lines 2-9 Link Here
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-dns/dnstop/dnstop-20110502.ebuild,v 1.5 2013/01/12 14:35:31 pinkbyte Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20110502.ebuild,v 1.5 2013/01/12 14:35:31 pinkbyte Exp $
4
4
5
EAPI=2
5
EAPI=5
6
inherit eutils
7
6
8
DESCRIPTION="Displays various tables of DNS traffic on your network."
7
DESCRIPTION="Displays various tables of DNS traffic on your network."
9
HOMEPAGE="http://dnstop.measurement-factory.com/"
8
HOMEPAGE="http://dnstop.measurement-factory.com/"
Lines 11-17 Link Here
11
10
12
LICENSE="BSD"
11
LICENSE="BSD"
13
SLOT="0"
12
SLOT="0"
14
KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
13
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
15
IUSE="ipv6"
14
IUSE="ipv6"
16
15
17
RDEPEND="sys-libs/ncurses
16
RDEPEND="sys-libs/ncurses
Lines 24-30 Link Here
24
}
23
}
25
24
26
src_install() {
25
src_install() {
27
	dobin dnstop || die
26
	dobin dnstop
28
	doman dnstop.8
27
	doman dnstop.8
29
	dodoc CHANGES
28
	dodoc CHANGES
30
}
29
}

Return to bug 451132