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 01F5B138334 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 EA1C2E0871; Sun, 10 Jun 2018 03:04:23 +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 B9C36E0871 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 8CBD2335C86 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 2A95E29E 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.9f92fc881944df301fae773f0f0e40f44b0327b3.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/atokx3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/atokx3/atokx3-3.0.0-r12.ebuild X-VCS-Directories: app-i18n/atokx3/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 9f92fc881944df301fae773f0f0e40f44b0327b3 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: 58a57359-848f-4dc4-ab12-f6b7f3556c9b X-Archives-Hash: 3a84fd217517cce160e5fca05d18bb1f commit: 9f92fc881944df301fae773f0f0e40f44b0327b3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 9 19:36:36 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=9f92fc88 app-i18n/atokx3: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8775 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/atokx3/atokx3-3.0.0-r12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild b/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild index 00345250cc3..70c48e5edce 100644 --- a/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild +++ b/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ MY_UPDATE_GTK="${PN}gtk216" MY_ZIPCODE_P="a20y1406lx" DESCRIPTION="ATOK X3 for Linux - The most famous Japanese Input Method Engine" -HOMEPAGE="http://www.justsystems.com/jp/products/atok_linux/" +HOMEPAGE="https://www.justsystems.com/jp/products/atok_linux/" SRC_URI="https://gate.justsystems.com/download/atok/up/lin/${MY_UPDATE_P}.tar.gz https://gate.justsystems.com/download/atok/up/lin/${MY_UPDATE_GTK}.tar.gz https://gate.justsystems.com/download/zipcode/up/lin/${MY_ZIPCODE_P}.tgz"