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 D43D1138334 for ; Tue, 12 Jun 2018 09:19:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47EBDE08DC; Tue, 12 Jun 2018 09:19:12 +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 12EE9E08DC for ; Tue, 12 Jun 2018 09:19:12 +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 2A2EE335C86 for ; Tue, 12 Jun 2018 09:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76EA82C2 for ; Tue, 12 Jun 2018 09:19:08 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1528795145.4aa5aff558a3daebf7c2456e0dbc705b23836b9c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild X-VCS-Directories: media-libs/elles_icc_profiles/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4aa5aff558a3daebf7c2456e0dbc705b23836b9c X-VCS-Branch: master Date: Tue, 12 Jun 2018 09:19:08 +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: 03c67325-9e6d-4ce7-913c-07ab2cec7876 X-Archives-Hash: 3d98ee2258a4f140c5f0f6104c2bad38 commit: 4aa5aff558a3daebf7c2456e0dbc705b23836b9c Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 11 20:37:05 2018 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jun 12 09:19:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa5aff5 media-libs/elles_icc_profiles: use HTTPS Signed-off-by: Marek Szuba gentoo.org> .../elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild | 2 +- media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild index 9bd3e4d5753..98945f5fd3b 100644 --- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild +++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild @@ -7,7 +7,7 @@ MY_PV="$(ver_rs 1 '-')EST" MY_P="${PN}-${MY_PV}" DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles" -HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html" +HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html" SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC-BY-SA-3.0" diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild index 8a7a71687d3..1e0e9380686 100644 --- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild +++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MY_PV="$(replace_version_separator 1 '-')EST" MY_P="${PN}-${MY_PV}" DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles" -HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html" +HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html" SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC-BY-SA-3.0"