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 9667B158086 for ; Sun, 14 Nov 2021 09:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C23FA2BC0E6; Sun, 14 Nov 2021 09:19:30 +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 A707A2BC0E6 for ; Sun, 14 Nov 2021 09:19:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id A95CB3434A7 for ; Sun, 14 Nov 2021 09:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C3611B8 for ; Sun, 14 Nov 2021 09:19:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636881560.31fee1f26dba6980f6bee119005f33cc3eb2739a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libisds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libisds/libisds-9999.ebuild X-VCS-Directories: net-libs/libisds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 31fee1f26dba6980f6bee119005f33cc3eb2739a X-VCS-Branch: master Date: Sun, 14 Nov 2021 09:19:28 +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: 4fa9e032-cf2f-4da7-a2f3-d93bfd3558d5 X-Archives-Hash: 76a89f54765fedaa6700fc51bb0e4288 commit: 31fee1f26dba6980f6bee119005f33cc3eb2739a Author: Sam James gentoo org> AuthorDate: Sun Nov 14 09:18:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 14 09:19:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fee1f2 net-libs/libisds: use HTTPS for EGIT_REPO_URI Signed-off-by: Sam James gentoo.org> net-libs/libisds/libisds-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libisds/libisds-9999.ebuild b/net-libs/libisds/libisds-9999.ebuild index eb24a312d360..05e9b62f8308 100644 --- a/net-libs/libisds/libisds-9999.ebuild +++ b/net-libs/libisds/libisds-9999.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=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools git-r3 DESCRIPTION="Client library for accessing ISDS Soap services" HOMEPAGE="http://xpisar.wz.cz/libisds/" -EGIT_REPO_URI="git://repo.or.cz/${PN}.git" +EGIT_REPO_URI="https://repo.or.cz/${PN}.git" LICENSE="LGPL-3" SLOT="0"