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 8DC631382C5 for ; Sun, 20 May 2018 23:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D65CE0CBD; Sun, 20 May 2018 23:27:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4B01BE0CBB for ; Sun, 20 May 2018 23:27:00 +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 84838335D1B for ; Sun, 20 May 2018 23:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9657B2B6 for ; Sun, 20 May 2018 23:26:55 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526858714.3b66455814d7bd9869e8c41ddd0998366a3be579.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libstatgrab/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libstatgrab/libstatgrab-0.17.ebuild sys-libs/libstatgrab/libstatgrab-0.91.ebuild X-VCS-Directories: sys-libs/libstatgrab/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3b66455814d7bd9869e8c41ddd0998366a3be579 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:55 +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-Archives-Salt: 62ef7dc0-707c-4cc9-8b50-1071e65711ae X-Archives-Hash: 77b9f9db0b79f6149d3d238477c05032 commit: 3b66455814d7bd9869e8c41ddd0998366a3be579 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 12:16:52 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:25:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b664558 sys-libs/libstatgrab: use HTTPS sys-libs/libstatgrab/libstatgrab-0.17.ebuild | 6 +++--- sys-libs/libstatgrab/libstatgrab-0.91.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-libs/libstatgrab/libstatgrab-0.17.ebuild b/sys-libs/libstatgrab/libstatgrab-0.17.ebuild index 58260ce4f12..b4bbb0eaa85 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.17.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit autotools-utils DESCRIPTION="A tool to provide access to statistics about the system on which it's run" -HOMEPAGE="http://www.i-scream.org/libstatgrab/" -SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" +HOMEPAGE="https://www.i-scream.org/libstatgrab/" +SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT=0 diff --git a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild b/sys-libs/libstatgrab/libstatgrab-0.91.ebuild index b97102df35d..2e211e2a49e 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.91.ebuild @@ -7,8 +7,8 @@ AUTOTOOLS_AUTORECONF=frob inherit autotools-utils DESCRIPTION="A tool to provide access to statistics about the system on which it's run" -HOMEPAGE="http://www.i-scream.org/libstatgrab/" -SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" +HOMEPAGE="https://www.i-scream.org/libstatgrab/" +SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT=0