mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-vcs/github-pages-publish: 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
aa9d14611e
commit
70b72ddf46
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
GIT_ECLASS=
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
GIT_ECLASS="git-r3"
|
||||
EGIT_REPO_URI="git://github.com/rafaelmartins/github-pages-publish.git
|
||||
https://github.com/rafaelmartins/github-pages-publish.git"
|
||||
EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
|
||||
fi
|
||||
|
||||
inherit distutils-r1 ${GIT_ECLASS}
|
||||
|
||||
Reference in New Issue
Block a user