Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pv/
Date: Thu, 02 May 2019 09:58:37
Message-Id: 1556791110.beb2f92e0461e84fedc8b1800c3107697986bdb0.jer@gentoo
1 commit: beb2f92e0461e84fedc8b1800c3107697986bdb0
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 09:58:19 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 09:58:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb2f92e
7
8 sys-apps/pv: Use HTTPS
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-apps/pv/pv-1.6.0-r1.ebuild | 6 +++---
14 sys-apps/pv/pv-1.6.6.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-apps/pv/pv-1.6.0-r1.ebuild b/sys-apps/pv/pv-1.6.0-r1.ebuild
18 index 03cae302ea4..57fa1092ab2 100644
19 --- a/sys-apps/pv/pv-1.6.0-r1.ebuild
20 +++ b/sys-apps/pv/pv-1.6.0-r1.ebuild
21 @@ -1,12 +1,12 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 inherit linux-info toolchain-funcs
28
29 DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
30 -HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
31 -SRC_URI="http://www.ivarch.com/programs/sources/${P}.tar.bz2"
32 +HOMEPAGE="https://www.ivarch.com/programs/pv.shtml"
33 +SRC_URI="https://www.ivarch.com/programs/sources/${P}.tar.bz2"
34
35 LICENSE="Artistic-2"
36 SLOT="0"
37
38 diff --git a/sys-apps/pv/pv-1.6.6.ebuild b/sys-apps/pv/pv-1.6.6.ebuild
39 index 94d0b91d0f1..ed93606f5ae 100644
40 --- a/sys-apps/pv/pv-1.6.6.ebuild
41 +++ b/sys-apps/pv/pv-1.6.6.ebuild
42 @@ -1,12 +1,12 @@
43 -# Copyright 1999-2018 Gentoo Authors
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 inherit linux-info toolchain-funcs
49
50 DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
51 -HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
52 -SRC_URI="http://www.ivarch.com/programs/sources/${P}.tar.bz2"
53 +HOMEPAGE="https://www.ivarch.com/programs/pv.shtml"
54 +SRC_URI="https://www.ivarch.com/programs/sources/${P}.tar.bz2"
55
56 LICENSE="Artistic-2"
57 SLOT="0"