Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/
Date: Sun, 03 Jun 2018 13:49:06
Message-Id: 1528033705.88d3fb04d8bb62aefdd54e12aa8384d754e529c0.bman@gentoo
1 commit: 88d3fb04d8bb62aefdd54e12aa8384d754e529c0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 3 09:17:37 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 13:48:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d3fb04
7
8 app-office/calcurse: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8704
11
12 app-office/calcurse/calcurse-4.2.1.ebuild | 4 ++--
13 app-office/calcurse/calcurse-4.2.2.ebuild | 4 ++--
14 app-office/calcurse/calcurse-4.3.0.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild b/app-office/calcurse/calcurse-4.2.1.ebuild
18 index 47cddd1eb69..27a9fb9d46a 100644
19 --- a/app-office/calcurse/calcurse-4.2.1.ebuild
20 +++ b/app-office/calcurse/calcurse-4.2.1.ebuild
21 @@ -6,8 +6,8 @@ EAPI=6
22 inherit eutils autotools multilib-minimal
23
24 DESCRIPTION="a text-based calendar and scheduling application"
25 -HOMEPAGE="http://calcurse.org/"
26 -SRC_URI="http://calcurse.org/files/${P}.tar.gz"
27 +HOMEPAGE="https://calcurse.org/"
28 +SRC_URI="https://calcurse.org/files/${P}.tar.gz"
29
30 LICENSE="BSD-2"
31 SLOT="0"
32
33 diff --git a/app-office/calcurse/calcurse-4.2.2.ebuild b/app-office/calcurse/calcurse-4.2.2.ebuild
34 index 109005b664a..29a53449ca5 100644
35 --- a/app-office/calcurse/calcurse-4.2.2.ebuild
36 +++ b/app-office/calcurse/calcurse-4.2.2.ebuild
37 @@ -6,8 +6,8 @@ EAPI=6
38 inherit eutils autotools multilib-minimal
39
40 DESCRIPTION="a text-based calendar and scheduling application"
41 -HOMEPAGE="http://calcurse.org/"
42 -SRC_URI="http://calcurse.org/files/${P}.tar.gz"
43 +HOMEPAGE="https://calcurse.org/"
44 +SRC_URI="https://calcurse.org/files/${P}.tar.gz"
45
46 LICENSE="BSD-2"
47 SLOT="0"
48
49 diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild b/app-office/calcurse/calcurse-4.3.0.ebuild
50 index 2ae42b68437..4b4729db868 100644
51 --- a/app-office/calcurse/calcurse-4.3.0.ebuild
52 +++ b/app-office/calcurse/calcurse-4.3.0.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 +# Copyright 1999-2018 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=6
59 @@ -6,8 +6,8 @@ EAPI=6
60 inherit eutils multilib-minimal
61
62 DESCRIPTION="a text-based calendar and scheduling application"
63 -HOMEPAGE="http://calcurse.org/"
64 -SRC_URI="http://calcurse.org/files/${P}.tar.gz"
65 +HOMEPAGE="https://calcurse.org/"
66 +SRC_URI="https://calcurse.org/files/${P}.tar.gz"
67
68 LICENSE="BSD-2"
69 SLOT="0"