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 D3EC4138334 for ; Mon, 11 Jun 2018 16:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F12A6E0882; Mon, 11 Jun 2018 16:28:16 +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 BC644E087E for ; Mon, 11 Jun 2018 16:28:16 +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 39C0A335C06 for ; Mon, 11 Jun 2018 16:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A660E2CD for ; Mon, 11 Jun 2018 16:28:13 +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: <1528734413.cccb15d1a795d9b3c97fc09da81efc3468e7dee4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild net-misc/icaclient/icaclient-13.9.1.6.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cccb15d1a795d9b3c97fc09da81efc3468e7dee4 X-VCS-Branch: master Date: Mon, 11 Jun 2018 16:28:13 +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: 103302f8-0a1a-41a3-9468-c70210333388 X-Archives-Hash: b518fd53f4ae443e0a2f00f636d8f9b4 commit: cccb15d1a795d9b3c97fc09da81efc3468e7dee4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 10 09:31:02 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 11 16:26:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccb15d1 net-misc/icaclient: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8779 net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild | 2 +- net-misc/icaclient/icaclient-13.9.1.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild b/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild index 2099a68e420..6f5258ae80f 100644 --- a/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild +++ b/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib eutils versionator DESCRIPTION="ICA Client for Citrix Presentation servers" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" SRC_URI="amd64? ( linuxx64-${PV}.tar.gz ) x86? ( linuxx86-${PV}.tar.gz )" diff --git a/net-misc/icaclient/icaclient-13.9.1.6.ebuild b/net-misc/icaclient/icaclient-13.9.1.6.ebuild index 6fc5413c637..43759820b12 100644 --- a/net-misc/icaclient/icaclient-13.9.1.6.ebuild +++ b/net-misc/icaclient/icaclient-13.9.1.6.ebuild @@ -7,7 +7,7 @@ EAPI=6 inherit desktop eutils multilib versionator xdg-utils DESCRIPTION="ICA Client for Citrix Presentation servers" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" SRC_URI="amd64? ( linuxx64-${PV}.tar.gz ) x86? ( linuxx86-${PV}.tar.gz )"