Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pelican/
Date: Mon, 30 Apr 2018 08:15:11
Message-Id: 1525076086.9ab63400577460f8aabe4e1492451ad89aad85b1.djc@gentoo
1 commit: 9ab63400577460f8aabe4e1492451ad89aad85b1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 27 07:48:44 2018 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 08:14:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab63400
7
8 app-text/pelican: use HTTPS
9
10 app-text/pelican/pelican-3.6.0.ebuild | 4 ++--
11 app-text/pelican/pelican-3.6.3.ebuild | 4 ++--
12 app-text/pelican/pelican-3.7.0.ebuild | 4 ++--
13 app-text/pelican/pelican-3.7.1.ebuild | 4 ++--
14 app-text/pelican/pelican-9999.ebuild | 4 ++--
15 5 files changed, 10 insertions(+), 10 deletions(-)
16
17 diff --git a/app-text/pelican/pelican-3.6.0.ebuild b/app-text/pelican/pelican-3.6.0.ebuild
18 index 3db3fdbd732..f6c4eac0245 100644
19 --- a/app-text/pelican/pelican-3.6.0.ebuild
20 +++ b/app-text/pelican/pelican-3.6.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
28 inherit distutils-r1
29
30 DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
31 -HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
32 +HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
33 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="AGPL-3"
36
37 diff --git a/app-text/pelican/pelican-3.6.3.ebuild b/app-text/pelican/pelican-3.6.3.ebuild
38 index 4b0fb743507..306df4f67c4 100644
39 --- a/app-text/pelican/pelican-3.6.3.ebuild
40 +++ b/app-text/pelican/pelican-3.6.3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
48 inherit distutils-r1
49
50 DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
51 -HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
52 +HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
53 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
54
55 LICENSE="AGPL-3"
56
57 diff --git a/app-text/pelican/pelican-3.7.0.ebuild b/app-text/pelican/pelican-3.7.0.ebuild
58 index 7401f3d4bb9..826b9d76db6 100644
59 --- a/app-text/pelican/pelican-3.7.0.ebuild
60 +++ b/app-text/pelican/pelican-3.7.0.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 +# Copyright 1999-2018 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=6
67 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
68 inherit distutils-r1
69
70 DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
71 -HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
72 +HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
73 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
74
75 LICENSE="AGPL-3"
76
77 diff --git a/app-text/pelican/pelican-3.7.1.ebuild b/app-text/pelican/pelican-3.7.1.ebuild
78 index f45db088e2b..a2d838d9946 100644
79 --- a/app-text/pelican/pelican-3.7.1.ebuild
80 +++ b/app-text/pelican/pelican-3.7.1.ebuild
81 @@ -1,4 +1,4 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 +# Copyright 1999-2018 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85
86 EAPI=6
87 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
88 inherit distutils-r1
89
90 DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
91 -HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
92 +HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
93 SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
94
95 LICENSE="AGPL-3"
96
97 diff --git a/app-text/pelican/pelican-9999.ebuild b/app-text/pelican/pelican-9999.ebuild
98 index 1f064b0d20a..2e5e1b867c2 100644
99 --- a/app-text/pelican/pelican-9999.ebuild
100 +++ b/app-text/pelican/pelican-9999.ebuild
101 @@ -1,4 +1,4 @@
102 -# Copyright 1999-2016 Gentoo Foundation
103 +# Copyright 1999-2018 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105
106 EAPI=6
107 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
108 inherit distutils-r1 git-r3
109
110 DESCRIPTION="A tool to generate a static blog, with restructured text or markdown input files"
111 -HOMEPAGE="http://blog.getpelican.com/ https://pypi.org/project/pelican/"
112 +HOMEPAGE="https://blog.getpelican.com/ https://pypi.org/project/pelican/"
113 EGIT_REPO_URI="https://github.com/getpelican/pelican.git"
114 EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"