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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1F86158086 for ; Sat, 20 Nov 2021 12:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0587E07E2; Sat, 20 Nov 2021 12:48:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60918E07E2 for ; Sat, 20 Nov 2021 12:48:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33EFE3430FD for ; Sat, 20 Nov 2021 12:48:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E9EC1D5 for ; Sat, 20 Nov 2021 12:48:56 +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: <1637412528.4dfa2d214668f02facb17116e1787bc0325d9d00.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-cldr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild app-i18n/unicode-cldr/unicode-cldr-35.1.ebuild X-VCS-Directories: app-i18n/unicode-cldr/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 4dfa2d214668f02facb17116e1787bc0325d9d00 X-VCS-Branch: master Date: Sat, 20 Nov 2021 12:48:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13a470dd-0dd2-4c02-99ae-d214c64d2d82 X-Archives-Hash: 46c02dcc63be0c33fd7b077d561b5240 commit: 4dfa2d214668f02facb17116e1787bc0325d9d00 Author: Akinori Hattori gentoo org> AuthorDate: Sat Nov 20 12:44:40 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Nov 20 12:48:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfa2d21 app-i18n/unicode-cldr: update HOMEPAGE Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild | 2 +- app-i18n/unicode-cldr/unicode-cldr-35.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild b/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild index bb25f87eec5c..84086cc16ded 100644 --- a/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild +++ b/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild @@ -4,7 +4,7 @@ EAPI="8" DESCRIPTION="Unicode Common Locale Data Repository" -HOMEPAGE="http://cldr.unicode.org/" +HOMEPAGE="https://cldr.unicode.org/" SRC_URI="https://unicode.org/Public/${PN#*-}/${PV%.0}/${PN#*-}-common-${PV}.zip -> ${PN}-common-${PV}.zip" LICENSE="unicode" diff --git a/app-i18n/unicode-cldr/unicode-cldr-35.1.ebuild b/app-i18n/unicode-cldr/unicode-cldr-35.1.ebuild index 5e3a5a79165f..30105479b3cf 100644 --- a/app-i18n/unicode-cldr/unicode-cldr-35.1.ebuild +++ b/app-i18n/unicode-cldr/unicode-cldr-35.1.ebuild @@ -4,7 +4,7 @@ EAPI="8" DESCRIPTION="Unicode Common Locale Data Repository" -HOMEPAGE="http://cldr.unicode.org/" +HOMEPAGE="https://cldr.unicode.org/" SRC_URI="https://unicode.org/Public/${PN#*-}/${PV}/${PN#*-}-common-${PV}.zip -> ${PN}-common-${PV}.zip" LICENSE="unicode"