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/uim/
Date: Tue, 01 Sep 2015 18:53:28
Message-Id: 1441133591.4b547266743c41ffa0749fc34cbe53997189f689.klausman@gentoo
1 commit: 4b547266743c41ffa0749fc34cbe53997189f689
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:53:11 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:53:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b547266
7
8 app-i18n/uim: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-i18n/uim/uim-1.8.6-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild
16 index ab9ab36..8a47db9 100644
17 --- a/app-i18n/uim/uim-1.8.6-r1.ebuild
18 +++ b/app-i18n/uim/uim-1.8.6-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI="5"
20 inherit autotools eutils multilib elisp-common gnome2-utils
21
22 DESCRIPTION="Simple, secure and flexible input method library"
23 -HOMEPAGE="https://code.google.com/p/uim/"
24 +HOMEPAGE="https://github.com/uim/uim/"
25 SRC_URI="https://uim.googlecode.com/files/${P}.tar.bz2"
26
27 LICENSE="BSD GPL-2 LGPL-2.1"