Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nDPI/
Date: Mon, 08 Apr 2019 21:36:41
Message-Id: 1554759389.9c99e3967fb5d1e8731c7f06c0ae6230397a0921.monsieurp@gentoo
1 commit: 9c99e3967fb5d1e8731c7f06c0ae6230397a0921
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 8 17:13:06 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 21:36:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c99e396
7
8 net-libs/nDPI: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11636
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 net-libs/nDPI/nDPI-2.0.ebuild | 4 ++--
15 net-libs/nDPI/nDPI-2.2.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-libs/nDPI/nDPI-2.0.ebuild b/net-libs/nDPI/nDPI-2.0.ebuild
19 index bb584aa942c..4ebbdd771cb 100644
20 --- a/net-libs/nDPI/nDPI-2.0.ebuild
21 +++ b/net-libs/nDPI/nDPI-2.0.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 inherit autotools eutils multilib
29
30 DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit"
31 -HOMEPAGE="http://www.ntop.org/"
32 +HOMEPAGE="https://www.ntop.org/"
33 SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-3"
36
37 diff --git a/net-libs/nDPI/nDPI-2.2.ebuild b/net-libs/nDPI/nDPI-2.2.ebuild
38 index 6c0160ff6cd..5900e30b80b 100644
39 --- a/net-libs/nDPI/nDPI-2.2.ebuild
40 +++ b/net-libs/nDPI/nDPI-2.2.ebuild
41 @@ -1,11 +1,11 @@
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 inherit autotools eutils multilib versionator
48
49 DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit"
50 -HOMEPAGE="http://www.ntop.org/"
51 +HOMEPAGE="https://www.ntop.org/"
52 SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
53
54 LICENSE="GPL-3"