From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BF011382C5 for ; Sun, 29 Apr 2018 06:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B29E086C; Sun, 29 Apr 2018 06:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25E36E086C for ; Sun, 29 Apr 2018 06:34:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2952E335CAF for ; Sun, 29 Apr 2018 06:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21232B3 for ; Sun, 29 Apr 2018 06:33:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524983604.0ad9f70c0f9304283ee328ad003d71dfb4b406e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-bootstrap-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.ebuild X-VCS-Directories: dev-python/sphinx-bootstrap-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0ad9f70c0f9304283ee328ad003d71dfb4b406e0 X-VCS-Branch: master Date: Sun, 29 Apr 2018 06:33:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac3bfaec-d51e-43c0-bf9b-750c098f586e X-Archives-Hash: 868a49df9c95fcecf96fbe461788bbd3 commit: 0ad9f70c0f9304283ee328ad003d71dfb4b406e0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 28 20:12:51 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 06:33:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad9f70c dev-python/sphinx-bootstrap-theme: avoid redirection dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild | 4 ++-- dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 index 375f82fa6cf..35a12d68416 100644 --- 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 @@ -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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework" -HOMEPAGE="https://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html" +HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" 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 index 554082b543a..120f687e1f4 100644 --- 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 @@ -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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework" -HOMEPAGE="https://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html" +HOMEPAGE="https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"