commit: 732bfa9eb63a012bc60afc1a7d7466e28037fe40 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 19:15:48 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 19:15:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732bfa9e
dev-libs/uchardet: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-libs/uchardet/uchardet-0.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/uchardet/uchardet-0.0.1.ebuild b/dev-libs/uchardet/uchardet-0.0.1.ebuild index 5472c1d..baa9432 100644 --- a/dev-libs/uchardet/uchardet-0.0.1.ebuild +++ b/dev-libs/uchardet/uchardet-0.0.1.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit cmake-utils DESCRIPTION="C port of Mozilla's Automatic Charset Detection algorithm" -HOMEPAGE="https://code.google.com/p/uchardet/" +HOMEPAGE="https://github.com/BYVoid/uchardet" SRC_URI="https://uchardet.googlecode.com/files/${P}.tar.gz" LICENSE="MPL-1.1"