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 D4E7F138334 for ; Sun, 10 Jun 2018 03:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81BEE0872; Sun, 10 Jun 2018 03:04:24 +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 AAFA7E0872 for ; Sun, 10 Jun 2018 03:04:23 +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 90743335C88 for ; Sun, 10 Jun 2018 03:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1A62BF for ; Sun, 10 Jun 2018 03:04:19 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1528599817.cca68a72f361897b69939a3857d3f46f5937f3b8.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-emoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild X-VCS-Directories: app-i18n/unicode-emoji/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: cca68a72f361897b69939a3857d3f46f5937f3b8 X-VCS-Branch: master Date: Sun, 10 Jun 2018 03:04:19 +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: b9105d96-f9bb-468f-af14-c348f263c4c5 X-Archives-Hash: ddeb9c29baf0643c9d527c9857c6244f commit: cca68a72f361897b69939a3857d3f46f5937f3b8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 9 19:37:38 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jun 10 03:03:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca68a72 app-i18n/unicode-emoji: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8775 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild index c9cac48ce12..88eb81f4ac5 100644 --- a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild +++ b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild @@ -4,8 +4,8 @@ EAPI="6" DESCRIPTION="UTR #51 Unicode Emoji" -HOMEPAGE="http://unicode.org/emoji" -BASE_URI="http://${PN%-*}.org/Public/${PN/*-}/${PV}" +HOMEPAGE="https://unicode.org/emoji" +BASE_URI="https://${PN%-*}.org/Public/${PN/*-}/${PV}" SRC_URI="${BASE_URI}/${PN/*-}-data.txt -> ${PN}-data-${PV}.txt ${BASE_URI}/${PN/*-}-sequences.txt -> ${PN}-sequences-${PV}.txt ${BASE_URI}/${PN/*-}-test.txt -> ${PN}-test-${PV}.txt