net-analyzer/tcpdump: Add new HOMEPAGE.

Package-Manager: portage-2.3.1
This commit is contained in:
Jeroen Roovers
2016-10-11 19:38:10 +02:00
parent 9f8fcfbb5f
commit 963d8c5f1f
2 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,10 @@ EAPI=6
inherit flag-o-matic toolchain-funcs user
DESCRIPTION="A Tool for network monitoring and data acquisition"
HOMEPAGE="http://www.tcpdump.org/"
HOMEPAGE="
http://www.tcpdump.org/
https://github.com/the-tcpdump-group/tcpdump
"
SRC_URI="
https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz
"

View File

@@ -6,13 +6,16 @@ EAPI=6
inherit eutils flag-o-matic git-r3 toolchain-funcs user
DESCRIPTION="A Tool for network monitoring and data acquisition"
HOMEPAGE="http://www.tcpdump.org/"
EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
HOMEPAGE="
http://www.tcpdump.org/
${EGIT_REPO_URI}
"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE="+drop-root libressl smi ssl samba suid test"
KEYWORDS=""
RDEPEND="
drop-root? ( sys-libs/libcap-ng )