mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-irc/hexchat: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
463190b31f
commit
8f7dfd527f
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user