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 43B2913835C for ; Thu, 11 Feb 2021 20:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F631E0D8F; Thu, 11 Feb 2021 20:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 56707E0D8A for ; Thu, 11 Feb 2021 20:33:59 +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 6AE7B341021 for ; Thu, 11 Feb 2021 20:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC9E4C6 for ; Thu, 11 Feb 2021 20:33:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1613075628.fc17af409fcd1683fcfbb40cb2f37bc85cc42462.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/groonga/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/groonga/groonga-6.1.2.ebuild X-VCS-Directories: app-text/groonga/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: fc17af409fcd1683fcfbb40cb2f37bc85cc42462 X-VCS-Branch: master Date: Thu, 11 Feb 2021 20:33:57 +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: dfde873a-7166-4312-85fe-655408b215c6 X-Archives-Hash: 64e65db6cb9a6af0d57b4e76ae314536 commit: fc17af409fcd1683fcfbb40cb2f37bc85cc42462 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Feb 6 17:05:12 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Feb 11 20:33:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc17af40 app-text/groonga: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/19351 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> app-text/groonga/groonga-6.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/groonga/groonga-6.1.2.ebuild b/app-text/groonga/groonga-6.1.2.ebuild index 144873b934c..f10e95ad95d 100644 --- a/app-text/groonga/groonga-6.1.2.ebuild +++ b/app-text/groonga/groonga-6.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils libtool ltprune user DESCRIPTION="An Embeddable Fulltext Search Engine" -HOMEPAGE="http://groonga.org/" -SRC_URI="http://packages.groonga.org/source/${PN}/${P}.tar.gz" +HOMEPAGE="https://groonga.org/" +SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"