Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/
Date: Mon, 31 Aug 2020 21:16:59
Message-Id: 1598908613.b3a8da5e2d50404f77e4bbb29fa5f9a105600152.jer@gentoo
1 commit: b3a8da5e2d50404f77e4bbb29fa5f9a105600152
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 21:04:46 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 21:16:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a8da5e
7
8 net-analyzer/tcpdump: Update live ebuild
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/tcpdump/tcpdump-9999.ebuild | 14 ++++----------
14 1 file changed, 4 insertions(+), 10 deletions(-)
15
16 diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
17 index b0c0a0baa59..1df4d6f13e0 100644
18 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
19 +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
20 @@ -5,27 +5,21 @@ EAPI=7
21 inherit autotools git-r3 user
22
23 DESCRIPTION="A Tool for network monitoring and data acquisition"
24 -EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
25 HOMEPAGE="
26 https://www.tcpdump.org/
27 https://github.com/the-tcpdump-group/tcpdump
28 "
29 -
30 LICENSE="BSD"
31 +EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
32 +
33 SLOT="0"
34 IUSE="+drop-root libressl smi ssl samba suid test"
35 RESTRICT="!test? ( test )"
36 -if [[ ${PV} == "9999" ]] ; then
37 - inherit git-r3
38 - KEYWORDS=""
39 -else
40 - SRC_URI="https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz"
41 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
42 -fi
43 +KEYWORDS=""
44
45 RDEPEND="
46 - drop-root? ( sys-libs/libcap-ng )
47 net-libs/libpcap
48 + drop-root? ( sys-libs/libcap-ng )
49 smi? ( net-libs/libsmi )
50 ssl? (
51 !libressl? ( >=dev-libs/openssl-0.9.6m:0= )