Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uchardet/
Date: Tue, 01 Sep 2015 19:20:15
Message-Id: 1441134948.732bfa9eb63a012bc60afc1a7d7466e28037fe40.klausman@gentoo
1 commit: 732bfa9eb63a012bc60afc1a7d7466e28037fe40
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:15:48 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:15:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732bfa9e
7
8 dev-libs/uchardet: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-libs/uchardet/uchardet-0.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/uchardet/uchardet-0.0.1.ebuild b/dev-libs/uchardet/uchardet-0.0.1.ebuild
16 index 5472c1d..baa9432 100644
17 --- a/dev-libs/uchardet/uchardet-0.0.1.ebuild
18 +++ b/dev-libs/uchardet/uchardet-0.0.1.ebuild
19 @@ -7,7 +7,7 @@ EAPI="5"
20 inherit cmake-utils
21
22 DESCRIPTION="C port of Mozilla's Automatic Charset Detection algorithm"
23 -HOMEPAGE="https://code.google.com/p/uchardet/"
24 +HOMEPAGE="https://github.com/BYVoid/uchardet"
25 SRC_URI="https://uchardet.googlecode.com/files/${P}.tar.gz"
26
27 LICENSE="MPL-1.1"