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 1D5F1138335 for ; Wed, 13 Jun 2018 21:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE6D7E09BC; Wed, 13 Jun 2018 21:18:29 +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 B6EC3E09B5 for ; Wed, 13 Jun 2018 21:18:29 +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 7154B335C76 for ; Wed, 13 Jun 2018 21:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A8F32E3 for ; Wed, 13 Jun 2018 21:18:24 +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: <1528924583.3183fa37dfdabc8ccfd591ecad68e7a841e4299d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/radicale/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/radicale/radicale-1.1.6.ebuild www-apps/radicale/radicale-2.1.8.ebuild X-VCS-Directories: www-apps/radicale/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3183fa37dfdabc8ccfd591ecad68e7a841e4299d X-VCS-Branch: master Date: Wed, 13 Jun 2018 21:18:24 +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: 8060c47d-4f64-4e1a-9f51-9f460d16ba73 X-Archives-Hash: 3a84fc92d8d6de4e56243f665ee6c101 commit: 3183fa37dfdabc8ccfd591ecad68e7a841e4299d Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jun 12 18:44:07 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jun 13 21:16:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3183fa37 www-apps/radicale: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8817 www-apps/radicale/radicale-1.1.6.ebuild | 2 +- www-apps/radicale/radicale-2.1.8.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apps/radicale/radicale-1.1.6.ebuild b/www-apps/radicale/radicale-1.1.6.ebuild index 702c9e9c110..82d0fd597d9 100644 --- a/www-apps/radicale/radicale-1.1.6.ebuild +++ b/www-apps/radicale/radicale-1.1.6.ebuild @@ -11,7 +11,7 @@ MY_PN="Radicale" MY_P="${MY_PN}-${PV}" DESCRIPTION="A simple CalDAV calendar server" -HOMEPAGE="http://radicale.org/" +HOMEPAGE="https://radicale.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-3" diff --git a/www-apps/radicale/radicale-2.1.8.ebuild b/www-apps/radicale/radicale-2.1.8.ebuild index becd552567e..5184bfacbcf 100644 --- a/www-apps/radicale/radicale-2.1.8.ebuild +++ b/www-apps/radicale/radicale-2.1.8.ebuild @@ -11,7 +11,7 @@ MY_PN="Radicale" MY_P="${MY_PN}-${PV}" DESCRIPTION="A simple CalDAV calendar server" -HOMEPAGE="http://radicale.org/" +HOMEPAGE="https://radicale.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-3" @@ -42,7 +42,7 @@ pkg_pretend() { eerror "6. Run \`mv ~/radicale-exported \"${RDIR}/collections\"\`." eerror eerror "For more details, or if you are have a more complex configuration," - eerror "please see the migration guide: http://radicale.org/1to2/" + eerror "please see the migration guide: https://radicale.org/1to2/" eerror "If you do a custom migration, please ensure the database is cleaned out of" eerror "${RDIR}, including the hidden .props file." die