From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-929790-garchives=archives.gentoo.org@lists.gentoo.org> 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 81562139085 for <garchives@archives.gentoo.org>; Mon, 6 Feb 2017 15:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFA19E0D8F; Mon, 6 Feb 2017 15:33:08 +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 8F72EE0D8F for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2017 15:33:07 +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 3B99B341693 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2017 15:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47B913CCC for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2017 15:33:04 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1486395166.2faa1ddebefe5160477ee5e50d717c6e0ebd37d0.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.9.0.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2faa1ddebefe5160477ee5e50d717c6e0ebd37d0 X-VCS-Branch: master Date: Mon, 6 Feb 2017 15:33:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 863aba00-e5a2-48bf-a61f-ff03cf88080a X-Archives-Hash: 8c5e266804c91594dd82f0296ff8858f commit: 2faa1ddebefe5160477ee5e50d717c6e0ebd37d0 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Feb 6 15:32:46 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Feb 6 15:32:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2faa1dde net-analyzer/tcpdump: Drop github SRC_URI as the tarball there differs slightly. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/tcpdump/tcpdump-4.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild index ca431bd..8f44f12 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild @@ -12,8 +12,8 @@ HOMEPAGE=" " SRC_URI=" https://dev.gentoo.org/~jer/${P}.tar.gz - https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz " +# https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz LICENSE="BSD" SLOT="0"