net-irc/hexchat: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:09:16 +0000 (04:09 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:52 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-irc/hexchat/hexchat-2.12.4-r1.ebuild
net-irc/hexchat/hexchat-2.12.4-r2.ebuild
net-irc/hexchat/hexchat-9999.ebuild

index 16c3e31c4a1145caff6bf6668d384fc64c41e155..cf092fcf35459538b71d4e733e3b0b47c14aaea8 100644 (file)
@@ -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
 
index 56104340c178411d294f05ccb1b1295876406824..842eac30186aa1930794d593b9d3e87f7571c692 100644 (file)
@@ -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
 
index 97e59ca1a57c83bb87b4733026cad265efa645bc..de60cb5fd53b194f47f959357ee066738b68ab1c 100644 (file)
@@ -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