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: www-apps/nikola/
Date: Sun, 30 Jul 2017 09:23:06
Message-Id: 1501406568.65f13b492df139f89edd2712531788a68604ed7a.mgorny@gentoo
1 commit: 65f13b492df139f89edd2712531788a68604ed7a
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:05:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f13b49
7
8 www-apps/nikola: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-apps/nikola/nikola-7.2.0.ebuild | 6 +++---
13 www-apps/nikola/nikola-7.6.3-r1.ebuild | 6 +++---
14 www-apps/nikola/nikola-7.8.8.ebuild | 2 +-
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/www-apps/nikola/nikola-7.2.0.ebuild b/www-apps/nikola/nikola-7.2.0.ebuild
18 index 46bc0394c52..782d8c1d45d 100644
19 --- a/www-apps/nikola/nikola-7.2.0.ebuild
20 +++ b/www-apps/nikola/nikola-7.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,12 +6,12 @@ PYTHON_COMPAT=( python{2_7,3_4} )
28 inherit distutils-r1
29
30 DESCRIPTION="A static website and blog generator"
31 -HOMEPAGE="http://getnikola.com/"
32 +HOMEPAGE="https://getnikola.com/"
33 MY_PN="Nikola"
34
35 if [[ ${PV} == *9999* ]]; then
36 inherit git-2
37 - EGIT_REPO_URI="git://github.com/ralsina/${PN}.git"
38 + EGIT_REPO_URI="https://github.com/ralsina/${PN}.git"
39 else
40 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
41 KEYWORDS="amd64"
42
43 diff --git a/www-apps/nikola/nikola-7.6.3-r1.ebuild b/www-apps/nikola/nikola-7.6.3-r1.ebuild
44 index b68ac3000da..9025b60e6d7 100644
45 --- a/www-apps/nikola/nikola-7.6.3-r1.ebuild
46 +++ b/www-apps/nikola/nikola-7.6.3-r1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=5
53 @@ -6,13 +6,13 @@ PYTHON_COMPAT=( python{2_7,3_4} )
54 inherit distutils-r1
55
56 DESCRIPTION="A static website and blog generator"
57 -HOMEPAGE="http://getnikola.com/"
58 +HOMEPAGE="https://getnikola.com/"
59 SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/a-study-in-scarlet.txt"
60 MY_PN="Nikola"
61
62 if [[ ${PV} == *9999* ]]; then
63 inherit git-2
64 - EGIT_REPO_URI="git://github.com/ralsina/${PN}.git"
65 + EGIT_REPO_URI="https://github.com/ralsina/${PN}.git"
66 else
67 SRC_URI+=" mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
68 KEYWORDS="~amd64"
69
70 diff --git a/www-apps/nikola/nikola-7.8.8.ebuild b/www-apps/nikola/nikola-7.8.8.ebuild
71 index 294bf90d957..9703397c0a4 100644
72 --- a/www-apps/nikola/nikola-7.8.8.ebuild
73 +++ b/www-apps/nikola/nikola-7.8.8.ebuild
74 @@ -10,7 +10,7 @@ MY_PN="Nikola"
75 MY_P="${MY_PN}-${PV}"
76
77 DESCRIPTION="A static website and blog generator"
78 -HOMEPAGE="http://getnikola.com/"
79 +HOMEPAGE="https://getnikola.com/"
80 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
81
82 LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"