Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/
Date: Sat, 24 Aug 2019 10:30:30
Message-Id: 1566642610.4ba9925d873b5f7e9562f5e3d67f11a89ee8a6e3.whissi@gentoo
1 commit: 4ba9925d873b5f7e9562f5e3d67f11a89ee8a6e3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 10:16:44 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 10:30:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba9925d
7
8 net-analyzer/ntopng: migrate to dev-db/mysql-connector-c
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-analyzer/ntopng/ntopng-2.4.ebuild | 4 ++--
14 net-analyzer/ntopng/ntopng-3.0-r3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild b/net-analyzer/ntopng/ntopng-2.4.ebuild
18 index d024ad1f63d..1e888605a06 100644
19 --- a/net-analyzer/ntopng/ntopng-2.4.ebuild
20 +++ b/net-analyzer/ntopng/ntopng-2.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -24,7 +24,7 @@ DEPEND="dev-db/sqlite:3
28 net-analyzer/rrdtool
29 net-libs/libpcap
30 net-misc/curl
31 - virtual/libmysqlclient
32 + dev-db/mysql-connector-c
33 !net-libs/nDPI"
34 RDEPEND="${DEPEND}
35 dev-db/redis"
36
37 diff --git a/net-analyzer/ntopng/ntopng-3.0-r3.ebuild b/net-analyzer/ntopng/ntopng-3.0-r3.ebuild
38 index 18736380ba1..5670739bea2 100644
39 --- a/net-analyzer/ntopng/ntopng-3.0-r3.ebuild
40 +++ b/net-analyzer/ntopng/ntopng-3.0-r3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -26,7 +26,7 @@ DEPEND="dev-db/sqlite:3
48 =net-libs/nDPI-2.0
49 net-misc/curl
50 sys-libs/binutils-libs:=
51 - virtual/libmysqlclient"
52 + dev-db/mysql-connector-c:="
53 RDEPEND="${DEPEND}
54 dev-db/redis"
55 PATCHES=(