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 630F61396D0 for ; Tue, 22 Aug 2017 21:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A25541FC05A; Tue, 22 Aug 2017 21:41:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7FF421FC060 for ; Tue, 22 Aug 2017 21:41:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A96CC341CC0 for ; Tue, 22 Aug 2017 21:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F62C7F18 for ; Tue, 22 Aug 2017 21:41:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503438043.03ee262dab4a7035b6606f0f2d332fec7c4afc99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/atop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/atop/atop-1.27_p3.ebuild sys-process/atop/atop-2.2.ebuild X-VCS-Directories: sys-process/atop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03ee262dab4a7035b6606f0f2d332fec7c4afc99 X-VCS-Branch: master Date: Tue, 22 Aug 2017 21:41:28 +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: 5630fdec-53e4-4592-8482-78bbbdfd4dad X-Archives-Hash: cbcb1c78feff161292bc2d265c5d1211 commit: 03ee262dab4a7035b6606f0f2d332fec7c4afc99 Author: David Hicks hicks id au> AuthorDate: Tue Aug 22 12:31:27 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 22 21:40:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ee262d sys-process/atop: HOMEPAGE 301 redirect to HTTPS Package-Manager: Portage-2.3.7, Repoman-2.3.3 sys-process/atop/atop-1.27_p3.ebuild | 6 +++--- sys-process/atop/atop-2.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-process/atop/atop-1.27_p3.ebuild b/sys-process/atop/atop-1.27_p3.ebuild index 7d0f7f7fcc9..7e615c59c18 100644 --- a/sys-process/atop/atop-1.27_p3.ebuild +++ b/sys-process/atop/atop-1.27_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="3" @@ -9,8 +9,8 @@ MY_PV=${PV//_p/-} MY_P=${PN}-${MY_PV} DESCRIPTION="Resource-specific view of processes" -HOMEPAGE="http://www.atoptool.nl/" -SRC_URI="http://www.atoptool.nl/download/${MY_P}.tar.gz" +HOMEPAGE="https://www.atoptool.nl/" +SRC_URI="https://www.atoptool.nl/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-process/atop/atop-2.2.ebuild b/sys-process/atop/atop-2.2.ebuild index 4eafb40e5fa..2c3035fb4f8 100644 --- a/sys-process/atop/atop-2.2.ebuild +++ b/sys-process/atop/atop-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -9,8 +9,8 @@ MY_PV=${PV//_p/-} MY_P=${PN}-${MY_PV}-3 DESCRIPTION="Resource-specific view of processes" -HOMEPAGE="http://www.atoptool.nl/" -SRC_URI="http://www.atoptool.nl/download/${MY_P}.tar.gz" +HOMEPAGE="https://www.atoptool.nl/" +SRC_URI="https://www.atoptool.nl/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0"