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 8FFEF139694 for ; Sun, 30 Jul 2017 09:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D7F2E0F64; 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 39C06E0F64 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 0DD6C341A8A 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 E6B3F74DB 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: <1501407892.8f7dfd527f2afea9aa95c27491d778b8317c7edb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/hexchat/hexchat-2.12.4-r1.ebuild net-irc/hexchat/hexchat-2.12.4-r2.ebuild net-irc/hexchat/hexchat-9999.ebuild X-VCS-Directories: net-irc/hexchat/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f7dfd527f2afea9aa95c27491d778b8317c7edb 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: 2fa43795-ae37-46ff-b98c-185071226da4 X-Archives-Hash: 3c6fc93adc977c01d7cdbc77ab29ede2 commit: 8f7dfd527f2afea9aa95c27491d778b8317c7edb Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:09:16 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7dfd52 net-irc/hexchat: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-irc/hexchat/hexchat-2.12.4-r1.ebuild | 4 ++-- net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 4 ++-- net-irc/hexchat/hexchat-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild index 16c3e31c4a1..cf092fcf354 100644 --- a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild +++ b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild @@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/" if [[ "${PV}" == "9999" ]] ; then inherit git-r3 SRC_URI="" - EGIT_REPO_URI="git://github.com/hexchat/hexchat.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else - SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz" + SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux" fi diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild index 56104340c17..842eac30186 100644 --- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild +++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild @@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/" if [[ "${PV}" == "9999" ]] ; then inherit git-r3 SRC_URI="" - EGIT_REPO_URI="git://github.com/hexchat/hexchat.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else - SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz" + SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" fi diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 97e59ca1a57..de60cb5fd53 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/" if [[ "${PV}" == "9999" ]] ; then inherit git-r3 SRC_URI="" - EGIT_REPO_URI="git://github.com/hexchat/hexchat.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else - SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz" + SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" fi