mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/tcpdump: style change for DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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/_}"
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user