Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tagainijisho/
Date: Wed, 25 Apr 2018 21:28:13
Message-Id: 1524691676.050ae3283eeadaea1bf2ef8013d1fc10464508b0.bman@gentoo
1 commit: 050ae3283eeadaea1bf2ef8013d1fc10464508b0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 25 18:04:43 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 21:27:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050ae328
7
8 app-i18n/tagainijisho: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8134
11
12 app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild b/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild
16 index 6b4b8db7eed..b89dc7ed279 100644
17 --- a/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild
18 +++ b/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20 inherit cmake-utils gnome2-utils
21
22 DESCRIPTION="Open-source Japanese dictionary and kanji lookup tool"
23 -HOMEPAGE="http://www.tagaini.net/"
24 +HOMEPAGE="https://www.tagaini.net/"
25 SRC_URI="https://github.com/Gnurou/tagainijisho/releases/download/${PV}/${P}.tar.gz"
26 LICENSE="GPL-3+ public-domain"