summaryrefslogtreecommitdiff
path: root/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild')
-rw-r--r--net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
index 4c2ce0db62b9..486e56efca50 100644
--- a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
+++ b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,6 +7,7 @@ inherit flag-o-matic git-r3 toolchain-funcs
DESCRIPTION="A console-based network monitoring utility"
HOMEPAGE="https://github.com/iptraf-ng/iptraf-ng"
EGIT_REPO_URI="https://github.com/iptraf-ng/iptraf-ng"
+EGIT_BRANCH="dev"
LICENSE="GPL-2 doc? ( FDL-1.1 )"
SLOT="0"
@@ -34,8 +35,6 @@ src_prepare() {
-e 's|IPTRAF|&-NG|g' \
-e 's|IPTraf|&-NG|g' \
-e 's|iptraf|&-ng|g' \
- -e 's|rvnamed|&-ng|g' \
- -e 's|RVNAMED|&-NG|g' \
src/*.8 || die
default
@@ -48,10 +47,10 @@ src_configure() {
}
src_install() {
- dosbin {iptraf,rvnamed}-ng
+ dosbin ${PN}
doman src/*.8
- dodoc AUTHORS CHANGES FAQ README* RELEASE-NOTES
+ dodoc AUTHORS CHANGES* FAQ README*
if use doc; then
docinto html