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/argus/
Date: Tue, 20 Aug 2019 07:56:07
Message-Id: 1566287760.0a46426e653eee1d55076b1d844016811e7810a8.jer@gentoo
1 commit: 0a46426e653eee1d55076b1d844016811e7810a8
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 20 07:54:45 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 20 07:56:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a46426e
7
8 net-analyzer/argus: Use HTTPS
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
17 index 7b021685946..83eacad11e4 100644
18 --- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
19 +++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 inherit autotools eutils user
27
28 DESCRIPTION="network Audit Record Generation and Utilization System"
29 -HOMEPAGE="http://www.qosient.com/argus/"
30 +HOMEPAGE="https://www.qosient.com/argus/"
31 SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.tar.gz"
32
33 LICENSE="GPL-3"