diff options
author | Sam James <sam@gentoo.org> | 2021-03-17 01:40:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-17 01:40:10 +0000 |
commit | 067f5d05a6589b5d00da8a36b7024a94f00fcc3c (patch) | |
tree | ed01713574d6f8cb1e7f0dd172a2a67b0e7de309 /net-analyzer | |
parent | net-analyzer/fail2ban: style change for DESCRIPTION (diff) | |
download | gentoo-067f5d05a6589b5d00da8a36b7024a94f00fcc3c.tar.gz gentoo-067f5d05a6589b5d00da8a36b7024a94f00fcc3c.tar.bz2 gentoo-067f5d05a6589b5d00da8a36b7024a94f00fcc3c.zip |
net-analyzer/tcpdump: style change for DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.9.3-r4.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 2 | ||||
-rw-r--r-- | 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 6c0d493d0ed5..217b3f570c80 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 9ddf16dd2aa5..2edd75502e32 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 4765315651b1..17c0eed4bfee 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 )" |