net-analyzer/tcpdump: style change for DESCRIPTION

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-17 01:40:10 +00:00
parent dfab2798bf
commit 067f5d05a6
3 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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/_}"

View File

@@ -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 )"