summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"