From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05474138330 for ; Tue, 11 Oct 2016 17:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 784ABE0C5D; Tue, 11 Oct 2016 17:40:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ED53E0C5D for ; Tue, 11 Oct 2016 17:40:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F281341656 for ; Tue, 11 Oct 2016 17:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45EF52F1 for ; Tue, 11 Oct 2016 17:40:11 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1476207606.9f8fcfbb5f37b82c44e0155068e9a62693d9140c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/libpcap-1.8.0.ebuild net-libs/libpcap/libpcap-9999.ebuild X-VCS-Directories: net-libs/libpcap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9f8fcfbb5f37b82c44e0155068e9a62693d9140c X-VCS-Branch: master Date: Tue, 11 Oct 2016 17:40:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ec3484e9-1874-46aa-b153-88f612495ecd X-Archives-Hash: eeb6ec0197ac1cc69d9bdf92be20df3a commit: 9f8fcfbb5f37b82c44e0155068e9a62693d9140c Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 11 17:36:32 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Oct 11 17:40:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8fcfbb net-libs/libpcap: Add new HOMEPAGE. Package-Manager: portage-2.3.1 net-libs/libpcap/libpcap-1.8.0.ebuild | 5 ++++- 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 21d5de4..469bb75 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 1c311cd..4aefd6d 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}] )