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/net-snmp/
Date: Mon, 09 Sep 2019 07:16:53
Message-Id: 1568013407.707ae1d79c381a783f364f064303063e40ad3897.jer@gentoo
1 commit: 707ae1d79c381a783f364f064303063e40ad3897
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 07:16:30 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 07:16:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707ae1d7
7
8 net-analyzer/net-snmp: Update live ebuild
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/net-snmp/net-snmp-99999999.ebuild | 38 +++++++++++++++-----------
14 1 file changed, 22 insertions(+), 16 deletions(-)
15
16 diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
17 index 66e5dca50e3..ce563fd5d01 100644
18 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild
19 +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
20 @@ -22,34 +22,38 @@ SRC_URI="
21 LICENSE="HPND BSD GPL-2"
22 SLOT="0/35"
23 KEYWORDS=""
24 -IUSE="X bzip2 doc elf kmem ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlink pci perl python rpm selinux smux ssl tcpd ucd-compat zlib"
25 +IUSE="
26 + X bzip2 doc elf kmem ipv6 libressl lm_sensors mfd-rewrites minimal mysql
27 + netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib
28 +"
29 REQUIRED_USE="
30 python? ( ${PYTHON_REQUIRED_USE} )
31 rpm? ( bzip2 zlib )
32 "
33
34 COMMON_DEPEND="
35 - ssl? (
36 - !libressl? ( >=dev-libs/openssl-0.9.6d:0= )
37 - libressl? ( dev-libs/libressl:= )
38 - )
39 - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
40 - rpm? (
41 - app-arch/rpm
42 - dev-libs/popt
43 - )
44 bzip2? ( app-arch/bzip2 )
45 - zlib? ( >=sys-libs/zlib-1.1.4 )
46 elf? ( dev-libs/elfutils )
47 + lm_sensors? ( sys-apps/lm_sensors )
48 + mysql? ( dev-db/mysql-connector-c:0= )
49 + netlink? ( dev-libs/libnl:3 )
50 + pcap? ( net-libs/libpcap )
51 + pci? ( sys-apps/pciutils )
52 + perl? ( dev-lang/perl:= )
53 python? (
54 dev-python/setuptools[${PYTHON_USEDEP}]
55 ${PYTHON_DEPS}
56 )
57 - pci? ( sys-apps/pciutils )
58 - lm_sensors? ( sys-apps/lm_sensors )
59 - netlink? ( dev-libs/libnl:3 )
60 - mysql? ( dev-db/mysql-connector-c:0= )
61 - perl? ( dev-lang/perl:= )
62 + rpm? (
63 + app-arch/rpm
64 + dev-libs/popt
65 + )
66 + ssl? (
67 + !libressl? ( >=dev-libs/openssl-0.9.6d:0= )
68 + libressl? ( dev-libs/libressl:= )
69 + )
70 + tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
71 + zlib? ( >=sys-libs/zlib-1.1.4 )
72 "
73 DEPEND="
74 ${COMMON_DEPEND}
75 @@ -68,6 +72,7 @@ S=${WORKDIR}/${P/_p*/}
76 RESTRICT=test
77 PATCHES=(
78 "${FILESDIR}"/${PN}-5.7.3-include-limits.patch
79 + "${FILESDIR}"/${PN}-5.8-pcap.patch
80 "${FILESDIR}"/${PN}-5.8-tinfo.patch
81 )
82
83 @@ -113,6 +118,7 @@ src_configure() {
84 $(use_with kmem kmem-usage) \
85 $(use_with mysql) \
86 $(use_with netlink nl) \
87 + $(use_with pcap) \
88 $(use_with pci) \
89 $(use_with perl perl-modules INSTALLDIRS=vendor) \
90 $(use_with python python-modules) \