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 A21611382C5 for ; Fri, 30 Mar 2018 21:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99B04E08DB; Fri, 30 Mar 2018 21:17:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6D49BE08DB for ; Fri, 30 Mar 2018 21:17:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BD39B335D61 for ; Fri, 30 Mar 2018 21:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64E3C268 for ; Fri, 30 Mar 2018 21:16:58 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1522444559.35cd7b07471ea35d7dde712da54d2d7c8bf639ea.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-2.78.0.ebuild app-text/calibre/calibre-3.15.0.ebuild app-text/calibre/calibre-3.8.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 35cd7b07471ea35d7dde712da54d2d7c8bf639ea X-VCS-Branch: master Date: Fri, 30 Mar 2018 21:16:58 +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: f0ebe98e-87e0-4401-ab54-9d5c3af108f3 X-Archives-Hash: 5a91315a39fc059a96ebdbbe7f9f9014 commit: 35cd7b07471ea35d7dde712da54d2d7c8bf639ea Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 30 20:32:26 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 30 21:15:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cd7b07 app-text/calibre: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7724 app-text/calibre/calibre-2.78.0.ebuild | 4 ++-- app-text/calibre/calibre-3.15.0.ebuild | 4 ++-- app-text/calibre/calibre-3.8.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-text/calibre/calibre-2.78.0.ebuild b/app-text/calibre/calibre-2.78.0.ebuild index 4925b5e794f..cfab16f44ce 100644 --- a/app-text/calibre/calibre-2.78.0.ebuild +++ b/app-text/calibre/calibre-2.78.0.ebuild @@ -9,8 +9,8 @@ PYTHON_REQ_USE="sqlite,ssl" inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs python-single-r1 xdg-utils DESCRIPTION="Ebook management application" -HOMEPAGE="http://calibre-ebook.com/" -SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz" +HOMEPAGE="https://calibre-ebook.com/" +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz" LICENSE=" GPL-3+ diff --git a/app-text/calibre/calibre-3.15.0.ebuild b/app-text/calibre/calibre-3.15.0.ebuild index 6b07541efaf..21301bcd085 100644 --- a/app-text/calibre/calibre-3.15.0.ebuild +++ b/app-text/calibre/calibre-3.15.0.ebuild @@ -9,8 +9,8 @@ PYTHON_REQ_USE="sqlite,ssl" inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs python-single-r1 xdg-utils DESCRIPTION="Ebook management application" -HOMEPAGE="http://calibre-ebook.com/" -SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz" +HOMEPAGE="https://calibre-ebook.com/" +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz" LICENSE=" GPL-3+ diff --git a/app-text/calibre/calibre-3.8.0.ebuild b/app-text/calibre/calibre-3.8.0.ebuild index 9c035ba9386..18095fd34d2 100644 --- a/app-text/calibre/calibre-3.8.0.ebuild +++ b/app-text/calibre/calibre-3.8.0.ebuild @@ -9,8 +9,8 @@ PYTHON_REQ_USE="sqlite,ssl" inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs python-single-r1 xdg-utils DESCRIPTION="Ebook management application" -HOMEPAGE="http://calibre-ebook.com/" -SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz" +HOMEPAGE="https://calibre-ebook.com/" +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz" LICENSE=" GPL-3+