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 692291382C5 for ; Sun, 29 Apr 2018 07:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFFBE08D9; Sun, 29 Apr 2018 07:35:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 667B8E08D9 for ; Sun, 29 Apr 2018 07:35:31 +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 E7E28335CAA for ; Sun, 29 Apr 2018 07:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67D8C2AC for ; Sun, 29 Apr 2018 07:35:27 +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: <1524987319.1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beaker/beaker-1.6.4-r1.ebuild dev-python/beaker/beaker-1.8.1.ebuild X-VCS-Directories: dev-python/beaker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3 X-VCS-Branch: master Date: Sun, 29 Apr 2018 07:35:27 +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: 967943f5-8c88-4377-a4d8-0c745ba6739d X-Archives-Hash: e1b8f2424dfadf68327cf44c2326493d commit: 1ae88b4b8c62a1bbb40fe971f78c930f9aca08e3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 17:53:17 2018 +0000 Commit: Michał Górny gentoo 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"