commit: 1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Apr 27 17:53:17 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 07:35:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae88b4b
dev-python/beaker: sync HOMEPAGE, use HTTPS
dev-python/beaker/beaker-1.6.4-r1.ebuild | 7 +++++--
dev-python/beaker/beaker-1.8.1.ebuild | 5 ++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/dev-python/beaker/beaker-1.6.4-r1.ebuild
b/dev-python/beaker/beaker-1.6.4-r1.ebuild
index 0a2b6475dc9..036565cc998 100644
--- a/dev-python/beaker/beaker-1.6.4-r1.ebuild
+++ b/dev-python/beaker/beaker-1.6.4-r1.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
@@ -12,7 +12,10 @@ MY_PN="Beaker"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="http://beaker.groovie.org/ https://pypi.org/project/Beaker/"
+HOMEPAGE="
+ https://github.com/bbangert/beaker
+ https://beaker.readthedocs.io/en/latest/
+ https://pypi.org/project/Beaker/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/beaker/beaker-1.8.1.ebuild
b/dev-python/beaker/beaker-1.8.1.ebuild
index 3302f3dca48..dd452a4ee97 100644
--- a/dev-python/beaker/beaker-1.8.1.ebuild
+++ b/dev-python/beaker/beaker-1.8.1.ebuild
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} )
inherit distutils-r1
DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="https://github.com/bbangert/beaker https://pypi.org/project/Beaker/"
+HOMEPAGE="
+ https://github.com/bbangert/beaker
+ https://beaker.readthedocs.io/en/latest/
+ https://pypi.org/project/Beaker/"
# pypi tarball lacks tests
SRC_URI="https://github.com/bbangert/beaker/archive/${PV}.tar.gz ->
${P}.tar.gz"