diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-10-11 19:36:32 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-10-11 19:40:06 +0200 |
commit | 9f8fcfbb5f37b82c44e0155068e9a62693d9140c (patch) | |
tree | 5e68211dfd0b97b625ca1e1f5bf8e864cf3d4f7b /net-libs | |
parent | dev-python/testfixtures: clean up old. (diff) | |
download | gentoo-9f8fcfbb5f37b82c44e0155068e9a62693d9140c.tar.gz gentoo-9f8fcfbb5f37b82c44e0155068e9a62693d9140c.tar.bz2 gentoo-9f8fcfbb5f37b82c44e0155068e9a62693d9140c.zip |
net-libs/libpcap: Add new HOMEPAGE.
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libpcap/libpcap-1.8.0.ebuild | 5 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-9999.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-libs/libpcap/libpcap-1.8.0.ebuild b/net-libs/libpcap/libpcap-1.8.0.ebuild index 21d5de4137d9..469bb75c09a4 100644 --- a/net-libs/libpcap/libpcap-1.8.0.ebuild +++ b/net-libs/libpcap/libpcap-1.8.0.ebuild @@ -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 " diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild index 1c311cddf268..4aefd6dda38b 100644 --- a/net-libs/libpcap/libpcap-9999.ebuild +++ b/net-libs/libpcap/libpcap-9999.ebuild @@ -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}] ) |