Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/
Date: Tue, 01 Sep 2015 18:51:49
Message-Id: 1441133494.de7cdc142ab7a6a0532da79dd1f4965d4af171d4.klausman@gentoo
1 commit: de7cdc142ab7a6a0532da79dd1f4965d4af171d4
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:51:34 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:51:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7cdc14
7
8 app-i18n/mozc: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild | 2 +-
13 app-i18n/mozc/mozc-1.13.1651.102.ebuild | 2 +-
14 app-i18n/mozc/mozc-2.16.2037.102.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild
18 index 6225fb0..7444fcf 100644
19 --- a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild
20 +++ b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild
21 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
22 inherit elisp-common eutils multilib multiprocessing python-single-r1 toolchain-funcs
23
24 DESCRIPTION="The Mozc engine for IBus Framework"
25 -HOMEPAGE="https://code.google.com/p/mozc/"
26 +HOMEPAGE="https://github.com/google/mozc"
27
28 PROTOBUF_VER="2.5.0"
29 GMOCK_VER="1.6.0"
30
31 diff --git a/app-i18n/mozc/mozc-1.13.1651.102.ebuild b/app-i18n/mozc/mozc-1.13.1651.102.ebuild
32 index 571ac0d..eeb2202 100644
33 --- a/app-i18n/mozc/mozc-1.13.1651.102.ebuild
34 +++ b/app-i18n/mozc/mozc-1.13.1651.102.ebuild
35 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
36 inherit elisp-common eutils multilib multiprocessing python-single-r1 toolchain-funcs
37
38 DESCRIPTION="The Mozc engine for IBus Framework"
39 -HOMEPAGE="https://code.google.com/p/mozc/"
40 +HOMEPAGE="https://github.com/google/mozc"
41
42 PROTOBUF_VER="2.5.0"
43 GMOCK_VER="1.6.0"
44
45 diff --git a/app-i18n/mozc/mozc-2.16.2037.102.ebuild b/app-i18n/mozc/mozc-2.16.2037.102.ebuild
46 index 68746a6..8d46344 100644
47 --- a/app-i18n/mozc/mozc-2.16.2037.102.ebuild
48 +++ b/app-i18n/mozc/mozc-2.16.2037.102.ebuild
49 @@ -8,7 +8,7 @@ PLOCALES="de ja zh_CN zh_TW"
50 inherit elisp-common eutils l10n multilib multiprocessing python-single-r1 toolchain-funcs
51
52 DESCRIPTION="The Mozc engine for IBus Framework"
53 -HOMEPAGE="https://code.google.com/p/mozc/"
54 +HOMEPAGE="https://github.com/google/mozc"
55
56 PROTOBUF_VER="2.5.0"
57 GMOCK_VER="1.6.0"