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: dev-python/sphinxcontrib-programoutput/
Date: Sun, 29 Apr 2018 06:34:13
Message-Id: 1524983604.10a8c72be973d6abd3aeee9b6f03e18f3ee56dce.mgorny@gentoo
1 commit: 10a8c72be973d6abd3aeee9b6f03e18f3ee56dce
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 20:16:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:33:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a8c72b
7
8 dev-python/sphinxcontrib-programoutput: use HTTPS
9
10 .../sphinxcontrib-programoutput-0.11.ebuild | 4 ++--
11 .../sphinxcontrib-programoutput-0.8.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
15 index 6920695aabd..26c570b6344 100644
16 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
17 +++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
25 inherit distutils-r1
26
27 DESCRIPTION="Extension to sphinx to include program output"
28 -HOMEPAGE="http://sphinxcontrib-programoutput.readthedocs.org/"
29 +HOMEPAGE="https://sphinxcontrib-programoutput.readthedocs.io/en/latest/"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild
35 index 151c9d44361..8d096045419 100644
36 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild
37 +++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
45 inherit distutils-r1
46
47 DESCRIPTION="Extension to sphinx to include program output"
48 -HOMEPAGE="http://sphinxcontrib-programoutput.readthedocs.org/"
49 +HOMEPAGE="https://sphinxcontrib-programoutput.readthedocs.io/en/latest/"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51
52 LICENSE="BSD"