Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/atop/
Date: Tue, 22 Aug 2017 21:41:34
Message-Id: 1503438043.03ee262dab4a7035b6606f0f2d332fec7c4afc99.mgorny@gentoo
1 commit: 03ee262dab4a7035b6606f0f2d332fec7c4afc99
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 12:31:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:40:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ee262d
7
8 sys-process/atop: HOMEPAGE 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 sys-process/atop/atop-1.27_p3.ebuild | 6 +++---
13 sys-process/atop/atop-2.2.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-process/atop/atop-1.27_p3.ebuild b/sys-process/atop/atop-1.27_p3.ebuild
17 index 7d0f7f7fcc9..7e615c59c18 100644
18 --- a/sys-process/atop/atop-1.27_p3.ebuild
19 +++ b/sys-process/atop/atop-1.27_p3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="3"
26 @@ -9,8 +9,8 @@ MY_PV=${PV//_p/-}
27 MY_P=${PN}-${MY_PV}
28
29 DESCRIPTION="Resource-specific view of processes"
30 -HOMEPAGE="http://www.atoptool.nl/"
31 -SRC_URI="http://www.atoptool.nl/download/${MY_P}.tar.gz"
32 +HOMEPAGE="https://www.atoptool.nl/"
33 +SRC_URI="https://www.atoptool.nl/download/${MY_P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37
38 diff --git a/sys-process/atop/atop-2.2.ebuild b/sys-process/atop/atop-2.2.ebuild
39 index 4eafb40e5fa..2c3035fb4f8 100644
40 --- a/sys-process/atop/atop-2.2.ebuild
41 +++ b/sys-process/atop/atop-2.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI="4"
48 @@ -9,8 +9,8 @@ MY_PV=${PV//_p/-}
49 MY_P=${PN}-${MY_PV}-3
50
51 DESCRIPTION="Resource-specific view of processes"
52 -HOMEPAGE="http://www.atoptool.nl/"
53 -SRC_URI="http://www.atoptool.nl/download/${MY_P}.tar.gz"
54 +HOMEPAGE="https://www.atoptool.nl/"
55 +SRC_URI="https://www.atoptool.nl/download/${MY_P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"