Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/
Date: Wed, 27 Feb 2019 04:25:40
Message-Id: 1551241271.7ea4a92cb4623d67d823be8dc9e7e83f648b70dc.bman@gentoo
1 commit: 7ea4a92cb4623d67d823be8dc9e7e83f648b70dc
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 26 18:21:41 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea4a92c
7
8 dev-python/beagle: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11163
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-python/beagle/beagle-0.2.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild
18 index b74d95088cb..cb5ec135785 100644
19 --- a/dev-python/beagle/beagle-0.2.1.ebuild
20 +++ b/dev-python/beagle/beagle-0.2.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_5 python3_6 )
28 inherit distutils-r1
29
30 DESCRIPTION="Beagle is a command line client for Hound, the code search tool."
31 -HOMEPAGE="http://beagle-hound.readthedocs.io/en/latest/
32 +HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/
33 https://github.com/dhellmann/beagle"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"