commit:     784f058656e07e25e6fc58c44be14ff3d242f844
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Jul 20 20:04:27 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 14:49:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784f0586

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(-)

diff --git a/dev-libs/uchardet/metadata.xml b/dev-libs/uchardet/metadata.xml
index 97c636b..fea8238 100644
--- a/dev-libs/uchardet/metadata.xml
+++ b/dev-libs/uchardet/metadata.xml
@@ -10,6 +10,6 @@
                <name>Proxy Maintainers</name>
        </maintainer>
        <upstream>
-               <remote-id type="github">BYVoid/uchardet</remote-id>
+               
<bugs-to>https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet</bugs-to>
        </upstream>
 </pkgmetadata>

diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild 
b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
index 786027b..4dc9b49 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 f149b51..c5aa9c3 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"

Reply via email to