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/sphinx-bootstrap-theme/
Date: Sun, 29 Apr 2018 06:34:11
Message-Id: 1524983604.0ad9f70c0f9304283ee328ad003d71dfb4b406e0.mgorny@gentoo
1 commit: 0ad9f70c0f9304283ee328ad003d71dfb4b406e0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 20:12:51 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=0ad9f70c
7
8 dev-python/sphinx-bootstrap-theme: avoid redirection
9
10 dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild | 4 ++--
11 dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild
15 index 375f82fa6cf..35a12d68416 100644
16 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild
17 +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.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=5
24 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
28 -HOMEPAGE="https://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html"
29 +HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.ebuild
35 index 554082b543a..120f687e1f4 100644
36 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.ebuild
37 +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
45 inherit distutils-r1
46
47 DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
48 -HOMEPAGE="https://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html"
49 +HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51
52 LICENSE="MIT"