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 8B7F11382C5 for ; Wed, 17 Mar 2021 01:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E034CE081E; Wed, 17 Mar 2021 01:44:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C95DBE081E for ; Wed, 17 Mar 2021 01:44:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6CE1340EF9 for ; Wed, 17 Mar 2021 01:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1BB25BA for ; Wed, 17 Mar 2021 01:44:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615945210.067f5d05a6589b5d00da8a36b7024a94f00fcc3c.sam@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.3-r4.ebuild net-analyzer/tcpdump/tcpdump-4.99.0.ebuild net-analyzer/tcpdump/tcpdump-9999.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 067f5d05a6589b5d00da8a36b7024a94f00fcc3c X-VCS-Branch: master Date: Wed, 17 Mar 2021 01:44:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 394ecad4-b194-499e-b3cd-be2f5d016e1f X-Archives-Hash: 0ada5a010bed0abe17f1ac38f202f856 commit: 067f5d05a6589b5d00da8a36b7024a94f00fcc3c Author: Sam James gentoo org> AuthorDate: Wed Mar 17 01:40:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 17 01:40:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067f5d05 net-analyzer/tcpdump: style change for DESCRIPTION Signed-off-by: Sam James gentoo.org> net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild | 4 ++-- net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 2 +- net-analyzer/tcpdump/tcpdump-9999.ebuild | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild index 6c0d493d0ed..217b3f570c8 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools -DESCRIPTION="A Tool for network monitoring and data acquisition" +DESCRIPTION="A tool for network monitoring and data acquisition" HOMEPAGE="https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpdump" SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz" diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild index 9ddf16dd2aa..2edd75502e3 100644 --- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools -DESCRIPTION="A Tool for network monitoring and data acquisition" +DESCRIPTION="A tool for network monitoring and data acquisition" HOMEPAGE="https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpdump" SRC_URI="https://github.com/the-tcpdump-group/${PN}/archive/${P/_}.tar.gz" S="${WORKDIR}/${PN}-${P/_}" diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index 4765315651b..17c0eed4bfe 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -5,17 +5,17 @@ EAPI=7 inherit autotools git-r3 -DESCRIPTION="A Tool for network monitoring and data acquisition" +DESCRIPTION="A tool for network monitoring and data acquisition" HOMEPAGE=" https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpdump " -LICENSE="BSD" EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump" +LICENSE="BSD" SLOT="0" -KEYWORDS="" IUSE="+drop-root libressl +smi +ssl +samba suid test" + RESTRICT="!test? ( test )" REQUIRED_USE="test? ( samba )"