net-libs/libpcap: Add new HOMEPAGE.

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

View File

@@ -6,7 +6,10 @@ EAPI=6
inherit autotools eutils multilib-minimal
DESCRIPTION="A system-independent library for user-level network packet capture"
HOMEPAGE="http://www.tcpdump.org/"
HOMEPAGE="
http://www.tcpdump.org/
https://github.com/the-tcpdump-group/libpcap
"
SRC_URI="
https://github.com/the-tcpdump-group/${PN}/archive/${P}.tar.gz
"

View File

@@ -6,13 +6,16 @@ EAPI=6
inherit autotools eutils git-r3 multilib-minimal
DESCRIPTION="A system-independent library for user-level network packet capture"
HOMEPAGE="http://www.tcpdump.org/"
EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap"
HOMEPAGE="
http://www.tcpdump.org/
${EGIT_REPO_URI}
"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE="bluetooth dbus netlink static-libs canusb"
KEYWORDS=""
RDEPEND="
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )