From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB5D1138334 for ; Tue, 20 Aug 2019 07:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C438E01B5; Tue, 20 Aug 2019 07:56:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D83AE01B5 for ; Tue, 20 Aug 2019 07:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A83F7349EF0 for ; Tue, 20 Aug 2019 07:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B76C76C for ; Tue, 20 Aug 2019 07:56:02 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1566287760.0a46426e653eee1d55076b1d844016811e7810a8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/argus/argus-3.0.8.2-r1.ebuild X-VCS-Directories: net-analyzer/argus/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0a46426e653eee1d55076b1d844016811e7810a8 X-VCS-Branch: master Date: Tue, 20 Aug 2019 07:56:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6a99272-4766-4e5f-809b-78823fa8ac1b X-Archives-Hash: 2e94b3e56fe83fa325df6630fcf6daac commit: 0a46426e653eee1d55076b1d844016811e7810a8 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 20 07:54:45 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 20 07:56:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a46426e net-analyzer/argus: Use HTTPS Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild index 7b021685946..83eacad11e4 100644 --- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild +++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils user DESCRIPTION="network Audit Record Generation and Utilization System" -HOMEPAGE="http://www.qosient.com/argus/" +HOMEPAGE="https://www.qosient.com/argus/" SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.tar.gz" LICENSE="GPL-3"