Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/
Date: Sun, 30 Jul 2017 09:38:18
Message-Id: 1501407479.70b72ddf46f0a5a6c1cc7d48ea32a4d393552a25.mgorny@gentoo
1 commit: 70b72ddf46f0a5a6c1cc7d48ea32a4d393552a25
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:02:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b72ddf
7
8 dev-vcs/github-pages-publish: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 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
16 index a71f113bc30..82c97287158 100644
17 --- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
18 +++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
26 GIT_ECLASS=
27 if [[ ${PV} = *9999* ]]; then
28 GIT_ECLASS="git-r3"
29 - EGIT_REPO_URI="git://github.com/rafaelmartins/github-pages-publish.git
30 - https://github.com/rafaelmartins/github-pages-publish.git"
31 + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
32 fi
33
34 inherit distutils-r1 ${GIT_ECLASS}