commit: 9ab63400577460f8aabe4e1492451ad89aad85b1
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Apr 27 07:48:44 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Apr 30 08:14:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab63400
app-text/pelican: use HTTPS
app-text/pelican/pelican-3.6.0.ebuild | 4 ++--
app-text/pelican/pelican-3.6.3.ebuild | 4 ++--
app-text/pelican/pelican-3.7.0.ebuild | 4 ++--
app-text/pelican/pelican-3.7.1.ebuild | 4 ++--
app-text/pelican/pelican-9999.ebuild | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/app-text/pelican/pelican-3.6.0.ebuild
b/app-text/pelican/pelican-3.6.0.ebuild
index 3db3fdbd732..f6c4eac0245 100644
--- a/app-text/pelican/pelican-3.6.0.ebuild
+++ b/app-text/pelican/pelican-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
DESCRIPTION="A tool to generate a static blog, with restructured text or
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="AGPL-3"
diff --git a/app-text/pelican/pelican-3.6.3.ebuild
b/app-text/pelican/pelican-3.6.3.ebuild
index 4b0fb743507..306df4f67c4 100644
--- a/app-text/pelican/pelican-3.6.3.ebuild
+++ b/app-text/pelican/pelican-3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="A tool to generate a static blog, with restructured text or
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="AGPL-3"
diff --git a/app-text/pelican/pelican-3.7.0.ebuild
b/app-text/pelican/pelican-3.7.0.ebuild
index 7401f3d4bb9..826b9d76db6 100644
--- a/app-text/pelican/pelican-3.7.0.ebuild
+++ b/app-text/pelican/pelican-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="A tool to generate a static blog, with restructured text or
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="AGPL-3"
diff --git a/app-text/pelican/pelican-3.7.1.ebuild
b/app-text/pelican/pelican-3.7.1.ebuild
index f45db088e2b..a2d838d9946 100644
--- a/app-text/pelican/pelican-3.7.1.ebuild
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="A tool to generate a static blog, with restructured text or
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="AGPL-3"
diff --git a/app-text/pelican/pelican-9999.ebuild
b/app-text/pelican/pelican-9999.ebuild
index 1f064b0d20a..2e5e1b867c2 100644
--- a/app-text/pelican/pelican-9999.ebuild
+++ b/app-text/pelican/pelican-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 git-r3
DESCRIPTION="A tool to generate a static blog, with restructured text or
markdown input files"
-HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
+HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
EGIT_REPO_URI="https://github.com/getpelican/pelican.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"