From 784f058656e07e25e6fc58c44be14ff3d242f844 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Wed, 20 Jul 2016 23:04:27 +0300 Subject: dev-libs/uchardet: migrate to the new freedesktop upstream See https://github.com/BYVoid/uchardet/issues/22 and https://www.freedesktop.org/wiki/Software/uchardet/ Package-Manager: portage-2.3.0 --- dev-libs/uchardet/metadata.xml | 2 +- dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 4 ++-- dev-libs/uchardet/uchardet-9999.ebuild | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/uchardet/metadata.xml b/dev-libs/uchardet/metadata.xml index 97c636b9449b..fea82382a727 100644 --- a/dev-libs/uchardet/metadata.xml +++ b/dev-libs/uchardet/metadata.xml @@ -10,6 +10,6 @@ Proxy Maintainers - BYVoid/uchardet + https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild index 786027b41311..4dc9b49aad38 100644 --- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild +++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils -DESCRIPTION="An encoding detector library ported from Mozilla" -HOMEPAGE="https://github.com/BYVoid/uchardet" +DESCRIPTION="An encoding detector library" +HOMEPAGE="https://github.com/BYVoid/uchardet https://www.freedesktop.org/wiki/Software/uchardet/" SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild index f149b5135867..c5aa9c364243 100644 --- a/dev-libs/uchardet/uchardet-9999.ebuild +++ b/dev-libs/uchardet/uchardet-9999.ebuild @@ -6,9 +6,9 @@ EAPI=6 inherit cmake-utils git-r3 -DESCRIPTION="An encoding detector library ported from Mozilla" -HOMEPAGE="https://github.com/BYVoid/uchardet" -EGIT_REPO_URI="git://github.com/BYVoid/${PN}.git" +DESCRIPTION="An encoding detector library" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/" +EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" -- cgit v1.2.3-65-gdbad