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 14603138331 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 4D47DE0C48; 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 1A403E0C48 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 BBA3B341648 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 589CC2F7 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: <1476207609.963d8c5f1f25fdbf991f42c3bf3c9c97478eb0e2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild net-analyzer/tcpdump/tcpdump-9999.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 963d8c5f1f25fdbf991f42c3bf3c9c97478eb0e2 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: 3b143ea0-8fcb-4e66-a017-135a194e3928 X-Archives-Hash: b423c22c96e53f7ae2af449ef88c5ea6 commit: 963d8c5f1f25fdbf991f42c3bf3c9c97478eb0e2 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 11 17:38:10 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Oct 11 17:40:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963d8c5f net-analyzer/tcpdump: Add new HOMEPAGE. Package-Manager: portage-2.3.1 net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild | 5 ++++- net-analyzer/tcpdump/tcpdump-9999.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild b/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild index 2dfe549..edeef25 100644 --- a/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild @@ -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 " diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index f19a0c4..c963896 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -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 )