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 C02A2139694 for ; Sun, 30 Jul 2017 09:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62870E0F67; Sun, 30 Jul 2017 09:45:04 +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 40C47E0F65 for ; Sun, 30 Jul 2017 09:45:04 +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 08EDB341A89 for ; Sun, 30 Jul 2017 09:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF5E74D9 for ; Sun, 30 Jul 2017 09:44:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501407890.d79134c430b6c733f495438634681ae882d21895.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d79134c430b6c733f495438634681ae882d21895 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:44:59 +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: 150ff457-aeb3-47fc-847e-8731145b9e0b X-Archives-Hash: 99ffcad81ec67244bcabe4fda49c4b5a commit: d79134c430b6c733f495438634681ae882d21895 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:01:12 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79134c4 net-im/psi: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-im/psi/psi-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index e7d0af90aaf..11222802e66 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -5,12 +5,12 @@ EAPI="4" LANGS="be bg ca cs de en eo es et fi fr hu it ja mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW" -EGIT_REPO_URI="git://github.com/psi-im/psi.git" +EGIT_REPO_URI="https://github.com/psi-im/${PN}.git" EGIT_HAS_SUBMODULES=1 -LANGS_REPO_URI="git://github.com/psi-plus/psi-plus-l10n.git" +LANGS_REPO_URI="https://github.com/psi-plus/psi-plus-l10n.git" -PSI_PLUS_URI="git://github.com/psi-plus/main.git" -PSI_PLUS_RESOURCES_URI="git://github.com/psi-plus/resources.git" +PSI_PLUS_URI="https://github.com/psi-plus/main.git" +PSI_PLUS_RESOURCES_URI="https://github.com/psi-plus/resources.git" inherit eutils gnome2-utils qt4-r2 multilib git-2 subversion