Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/
Date: Sun, 03 Feb 2019 14:08:22
Message-Id: 1549202870.7a630e467096c1cce3e787ed294db0a99d02092c.asturm@gentoo
1 commit: 7a630e467096c1cce3e787ed294db0a99d02092c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 1 14:54:57 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 14:07:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a630e46
7
8 app-misc/recoll: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10959
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-misc/recoll/recoll-1.24.1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-misc/recoll/recoll-1.24.1.ebuild b/app-misc/recoll/recoll-1.24.1.ebuild
18 index 8029a864e67..3d326d8297b 100644
19 --- a/app-misc/recoll/recoll-1.24.1.ebuild
20 +++ b/app-misc/recoll/recoll-1.24.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 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
28 inherit eutils linux-info python-single-r1 qmake-utils
29
30 DESCRIPTION="A personal full text search package"
31 -HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
32 -SRC_URI="http://www.lesbonscomptes.com/recoll/${P}.tar.gz"
33 +HOMEPAGE="https://www.lesbonscomptes.com/recoll/"
34 +SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 SLOT="0"