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 B70AC138334 for ; Sun, 3 Jun 2018 13:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37266E09BE; Sun, 3 Jun 2018 13:49:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 11A9CE09BE for ; Sun, 3 Jun 2018 13:49:04 +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 49037335C76 for ; Sun, 3 Jun 2018 13:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C35FA2C2 for ; Sun, 3 Jun 2018 13:49:01 +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: <1528033705.88d3fb04d8bb62aefdd54e12aa8384d754e529c0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calcurse/calcurse-4.2.1.ebuild app-office/calcurse/calcurse-4.2.2.ebuild app-office/calcurse/calcurse-4.3.0.ebuild X-VCS-Directories: app-office/calcurse/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 88d3fb04d8bb62aefdd54e12aa8384d754e529c0 X-VCS-Branch: master Date: Sun, 3 Jun 2018 13:49:01 +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: bb32207c-2a4f-4076-af5a-fc60e0f55116 X-Archives-Hash: 5d1be80bcd852d3f629d9d9c5a7bcbe6 commit: 88d3fb04d8bb62aefdd54e12aa8384d754e529c0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 3 09:17:37 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 3 13:48:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d3fb04 app-office/calcurse: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8704 app-office/calcurse/calcurse-4.2.1.ebuild | 4 ++-- app-office/calcurse/calcurse-4.2.2.ebuild | 4 ++-- app-office/calcurse/calcurse-4.3.0.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild b/app-office/calcurse/calcurse-4.2.1.ebuild index 47cddd1eb69..27a9fb9d46a 100644 --- a/app-office/calcurse/calcurse-4.2.1.ebuild +++ b/app-office/calcurse/calcurse-4.2.1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils autotools multilib-minimal DESCRIPTION="a text-based calendar and scheduling application" -HOMEPAGE="http://calcurse.org/" -SRC_URI="http://calcurse.org/files/${P}.tar.gz" +HOMEPAGE="https://calcurse.org/" +SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/app-office/calcurse/calcurse-4.2.2.ebuild b/app-office/calcurse/calcurse-4.2.2.ebuild index 109005b664a..29a53449ca5 100644 --- a/app-office/calcurse/calcurse-4.2.2.ebuild +++ b/app-office/calcurse/calcurse-4.2.2.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils autotools multilib-minimal DESCRIPTION="a text-based calendar and scheduling application" -HOMEPAGE="http://calcurse.org/" -SRC_URI="http://calcurse.org/files/${P}.tar.gz" +HOMEPAGE="https://calcurse.org/" +SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild b/app-office/calcurse/calcurse-4.3.0.ebuild index 2ae42b68437..4b4729db868 100644 --- a/app-office/calcurse/calcurse-4.3.0.ebuild +++ b/app-office/calcurse/calcurse-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils multilib-minimal DESCRIPTION="a text-based calendar and scheduling application" -HOMEPAGE="http://calcurse.org/" -SRC_URI="http://calcurse.org/files/${P}.tar.gz" +HOMEPAGE="https://calcurse.org/" +SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0"