Diff iptraf-ng-1.2.1 with a iptraf-ng-9999

/usr/portage/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild 2023-10-09 14:52:33.320368447 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5
inherit flag-o-matic toolchain-funcs
5
inherit flag-o-matic git-r3 toolchain-funcs
6 6

  
7 7
DESCRIPTION="A console-based network monitoring utility"
8 8
HOMEPAGE="https://github.com/iptraf-ng/iptraf-ng"
9
SRC_URI="https://github.com/iptraf-ng/iptraf-ng/archive/v${PV}.tar.gz -> ${P}.tar.gz"
9
EGIT_REPO_URI="https://github.com/iptraf-ng/iptraf-ng"
10
EGIT_BRANCH="dev"
10 11

  
11 12
LICENSE="GPL-2 doc? ( FDL-1.1 )"
12 13
SLOT="0"
13
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
14
KEYWORDS=""
14 15
IUSE="doc"
15 16

  
16 17
RDEPEND="
Thank you!