Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/groonga/
Date: Thu, 11 Feb 2021 20:34:00
Message-Id: 1613075628.fc17af409fcd1683fcfbb40cb2f37bc85cc42462.conikost@gentoo
1 commit: fc17af409fcd1683fcfbb40cb2f37bc85cc42462
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 6 17:05:12 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 11 20:33:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc17af40
7
8 app-text/groonga: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/19351
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-text/groonga/groonga-6.1.2.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-text/groonga/groonga-6.1.2.ebuild b/app-text/groonga/groonga-6.1.2.ebuild
19 index 144873b934c..f10e95ad95d 100644
20 --- a/app-text/groonga/groonga-6.1.2.ebuild
21 +++ b/app-text/groonga/groonga-6.1.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,8 +6,8 @@ EAPI=6
29 inherit eutils libtool ltprune user
30
31 DESCRIPTION="An Embeddable Fulltext Search Engine"
32 -HOMEPAGE="http://groonga.org/"
33 -SRC_URI="http://packages.groonga.org/source/${PN}/${P}.tar.gz"
34 +HOMEPAGE="https://groonga.org/"
35 +SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"