summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:09:16 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:44:52 +0200
commit8f7dfd527f2afea9aa95c27491d778b8317c7edb (patch)
tree2f118feaa862a928d8269346f92cd2f7d88907d8 /net-irc
parentnet-irc/irssi: use HTTPS for GitHub and HOMEPAGE (diff)
downloadgentoo-8f7dfd527f2afea9aa95c27491d778b8317c7edb.tar.gz
gentoo-8f7dfd527f2afea9aa95c27491d778b8317c7edb.tar.bz2
gentoo-8f7dfd527f2afea9aa95c27491d778b8317c7edb.zip
net-irc/hexchat: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/hexchat/hexchat-2.12.4-r1.ebuild4
-rw-r--r--net-irc/hexchat/hexchat-2.12.4-r2.ebuild4
-rw-r--r--net-irc/hexchat/hexchat-9999.ebuild6
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 16c3e31c4a11..cf092fcf3545 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 56104340c178..842eac30186a 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 97e59ca1a57c..de60cb5fd53b 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