commit:     65f13b492df139f89edd2712531788a68604ed7a
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:05:07 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f13b49

www-apps/nikola: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-apps/nikola/nikola-7.2.0.ebuild    | 6 +++---
 www-apps/nikola/nikola-7.6.3-r1.ebuild | 6 +++---
 www-apps/nikola/nikola-7.8.8.ebuild    | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/www-apps/nikola/nikola-7.2.0.ebuild 
b/www-apps/nikola/nikola-7.2.0.ebuild
index 46bc0394c52..782d8c1d45d 100644
--- a/www-apps/nikola/nikola-7.2.0.ebuild
+++ b/www-apps/nikola/nikola-7.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,12 +6,12 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit distutils-r1
 
 DESCRIPTION="A static website and blog generator"
-HOMEPAGE="http://getnikola.com/";
+HOMEPAGE="https://getnikola.com/";
 MY_PN="Nikola"
 
 if [[ ${PV} == *9999* ]]; then
        inherit git-2
-       EGIT_REPO_URI="git://github.com/ralsina/${PN}.git"
+       EGIT_REPO_URI="https://github.com/ralsina/${PN}.git";
 else
        SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
        KEYWORDS="amd64"

diff --git a/www-apps/nikola/nikola-7.6.3-r1.ebuild 
b/www-apps/nikola/nikola-7.6.3-r1.ebuild
index b68ac3000da..9025b60e6d7 100644
--- a/www-apps/nikola/nikola-7.6.3-r1.ebuild
+++ b/www-apps/nikola/nikola-7.6.3-r1.ebuild
@@ -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
 
 EAPI=5
@@ -6,13 +6,13 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit distutils-r1
 
 DESCRIPTION="A static website and blog generator"
-HOMEPAGE="http://getnikola.com/";
+HOMEPAGE="https://getnikola.com/";
 SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/a-study-in-scarlet.txt";
 MY_PN="Nikola"
 
 if [[ ${PV} == *9999* ]]; then
        inherit git-2
-       EGIT_REPO_URI="git://github.com/ralsina/${PN}.git"
+       EGIT_REPO_URI="https://github.com/ralsina/${PN}.git";
 else
        SRC_URI+=" mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
        KEYWORDS="~amd64"

diff --git a/www-apps/nikola/nikola-7.8.8.ebuild 
b/www-apps/nikola/nikola-7.8.8.ebuild
index 294bf90d957..9703397c0a4 100644
--- a/www-apps/nikola/nikola-7.8.8.ebuild
+++ b/www-apps/nikola/nikola-7.8.8.ebuild
@@ -10,7 +10,7 @@ MY_PN="Nikola"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A static website and blog generator"
-HOMEPAGE="http://getnikola.com/";
+HOMEPAGE="https://getnikola.com/";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"

Reply via email to