Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/imhangul/
Date: Tue, 28 Aug 2018 13:46:45
Message-Id: 1535463753.e2bceebffc3e5937c27b17197e1c413a53758fc5.hattya@gentoo
1 commit: e2bceebffc3e5937c27b17197e1c413a53758fc5
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 13:42:33 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 13:42:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bceebf
7
8 app-i18n/imhangul: update HOMEPAGE and SRC_URI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/imhangul/imhangul-2.1.0-r1.ebuild | 4 ++--
13 app-i18n/imhangul/imhangul-3.1.1.ebuild | 4 ++--
14 app-i18n/imhangul/metadata.xml | 1 +
15 3 files changed, 5 insertions(+), 4 deletions(-)
16
17 diff --git a/app-i18n/imhangul/imhangul-2.1.0-r1.ebuild b/app-i18n/imhangul/imhangul-2.1.0-r1.ebuild
18 index 5f32412487a..be31caf2f26 100644
19 --- a/app-i18n/imhangul/imhangul-2.1.0-r1.ebuild
20 +++ b/app-i18n/imhangul/imhangul-2.1.0-r1.ebuild
21 @@ -6,8 +6,8 @@ EAPI="6"
22 inherit gnome2-utils
23
24 DESCRIPTION="GTK+ 2 Hangul Input Modules"
25 -HOMEPAGE="https://code.google.com/p/imhangul/"
26 -SRC_URI="https://imhangul.googlecode.com/files/${P}.tar.bz2"
27 +HOMEPAGE="https://github.com/libhangul/imhangul"
28 +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.bz2"
29
30 LICENSE="LGPL-2.1"
31 SLOT="0"
32
33 diff --git a/app-i18n/imhangul/imhangul-3.1.1.ebuild b/app-i18n/imhangul/imhangul-3.1.1.ebuild
34 index e99ca8ce861..667c30d3e7f 100644
35 --- a/app-i18n/imhangul/imhangul-3.1.1.ebuild
36 +++ b/app-i18n/imhangul/imhangul-3.1.1.ebuild
37 @@ -6,8 +6,8 @@ EAPI="6"
38 inherit gnome2-utils
39
40 DESCRIPTION="GTK+ 3 Hangul Input Modules"
41 -HOMEPAGE="https://code.google.com/p/imhangul/"
42 -SRC_URI="https://imhangul.googlecode.com/files/${P}.tar.bz2"
43 +HOMEPAGE="https://github.com/libhangul/imhangul"
44 +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.bz2"
45
46 LICENSE="LGPL-2.1"
47 SLOT="3"
48
49 diff --git a/app-i18n/imhangul/metadata.xml b/app-i18n/imhangul/metadata.xml
50 index da6b3414b7d..20c10eff641 100644
51 --- a/app-i18n/imhangul/metadata.xml
52 +++ b/app-i18n/imhangul/metadata.xml
53 @@ -7,5 +7,6 @@
54 </maintainer>
55 <upstream>
56 <remote-id type="google-code">imhangul</remote-id>
57 + <remote-id type="github">libhangul/imhangul</remote-id>
58 </upstream>
59 </pkgmetadata>