summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 01:05:07 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:22:48 +0200
commit65f13b492df139f89edd2712531788a68604ed7a (patch)
tree126d68727791a01e4d2d94e2e78b12ecb2ce5037 /www-apps/nikola
parentwww-apps/blohg-tumblelog: use HTTPS for GitHub (diff)
downloadgentoo-65f13b492df139f89edd2712531788a68604ed7a.tar.gz
gentoo-65f13b492df139f89edd2712531788a68604ed7a.tar.bz2
gentoo-65f13b492df139f89edd2712531788a68604ed7a.zip
www-apps/nikola: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-apps/nikola')
-rw-r--r--www-apps/nikola/nikola-7.2.0.ebuild6
-rw-r--r--www-apps/nikola/nikola-7.6.3-r1.ebuild6
-rw-r--r--www-apps/nikola/nikola-7.8.8.ebuild2
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 46bc0394c52a..782d8c1d45d3 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 b68ac3000daa..9025b60e6d74 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 294bf90d957d..9703397c0a4f 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"