Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/
Date: Tue, 11 Oct 2016 17:40:23
Message-Id: 1476207606.9f8fcfbb5f37b82c44e0155068e9a62693d9140c.jer@gentoo
1 commit: 9f8fcfbb5f37b82c44e0155068e9a62693d9140c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 17:36:32 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 17:40:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8fcfbb
7
8 net-libs/libpcap: Add new HOMEPAGE.
9
10 Package-Manager: portage-2.3.1
11
12 net-libs/libpcap/libpcap-1.8.0.ebuild | 5 ++++-
13 net-libs/libpcap/libpcap-9999.ebuild | 7 +++++--
14 2 files changed, 9 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/libpcap/libpcap-1.8.0.ebuild b/net-libs/libpcap/libpcap-1.8.0.ebuild
17 index 21d5de4..469bb75 100644
18 --- a/net-libs/libpcap/libpcap-1.8.0.ebuild
19 +++ b/net-libs/libpcap/libpcap-1.8.0.ebuild
20 @@ -6,7 +6,10 @@ EAPI=6
21 inherit autotools eutils multilib-minimal
22
23 DESCRIPTION="A system-independent library for user-level network packet capture"
24 -HOMEPAGE="http://www.tcpdump.org/"
25 +HOMEPAGE="
26 + http://www.tcpdump.org/
27 + https://github.com/the-tcpdump-group/libpcap
28 +"
29 SRC_URI="
30 https://github.com/the-tcpdump-group/${PN}/archive/${P}.tar.gz
31 "
32
33 diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild
34 index 1c311cd..4aefd6d 100644
35 --- a/net-libs/libpcap/libpcap-9999.ebuild
36 +++ b/net-libs/libpcap/libpcap-9999.ebuild
37 @@ -6,13 +6,16 @@ EAPI=6
38 inherit autotools eutils git-r3 multilib-minimal
39
40 DESCRIPTION="A system-independent library for user-level network packet capture"
41 -HOMEPAGE="http://www.tcpdump.org/"
42 EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap"
43 +HOMEPAGE="
44 + http://www.tcpdump.org/
45 + ${EGIT_REPO_URI}
46 +"
47
48 LICENSE="BSD"
49 SLOT="0"
50 -KEYWORDS=""
51 IUSE="bluetooth dbus netlink static-libs canusb"
52 +KEYWORDS=""
53
54 RDEPEND="
55 bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )