mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -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
|
if [[ "${PV}" == "9999" ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
|
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||||
else
|
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"
|
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/"
|
|||||||
if [[ "${PV}" == "9999" ]] ; then
|
if [[ "${PV}" == "9999" ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
|
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||||
else
|
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"
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
|
||||||
fi
|
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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
@@ -12,9 +12,9 @@ HOMEPAGE="https://hexchat.github.io/"
|
|||||||
if [[ "${PV}" == "9999" ]] ; then
|
if [[ "${PV}" == "9999" ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
|
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||||
else
|
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"
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user