diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:02:08 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:37:59 +0200 |
commit | 70b72ddf46f0a5a6c1cc7d48ea32a4d393552a25 (patch) | |
tree | 48a60684e6153d4b38aafc737cfbad5184c4ef25 /dev-vcs/github-pages-publish | |
parent | dev-vcs/gti: use HTTPS for GitHub (diff) | |
download | gentoo-70b72ddf46f0a5a6c1cc7d48ea32a4d393552a25.tar.gz gentoo-70b72ddf46f0a5a6c1cc7d48ea32a4d393552a25.tar.bz2 gentoo-70b72ddf46f0a5a6c1cc7d48ea32a4d393552a25.zip |
dev-vcs/github-pages-publish: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-vcs/github-pages-publish')
-rw-r--r-- | dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild index a71f113bc305..82c972871586 100644 --- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild +++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild @@ -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} |