dev-vcs/github-pages-publish: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 16:02:08 +0000 (02:02 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:37:59 +0000 (11:37 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild

index a71f113bc3059935cf132737c44749f8bc5abf26..82c9728715861f5eab1b93f903bc359e05e528a2 100644 (file)
@@ -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}