dev-libs/uchardet: migrate to the new freedesktop upstream
authorIlya Tumaykin <itumaykin@gmail.com>
Wed, 20 Jul 2016 20:04:27 +0000 (23:04 +0300)
committerGöktürk Yüksek <gokturk@gentoo.org>
Thu, 21 Jul 2016 14:49:09 +0000 (10:49 -0400)
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
dev-libs/uchardet/uchardet-0.0.5-r1.ebuild
dev-libs/uchardet/uchardet-9999.ebuild

index 97c636b9449b5d82ca8dff2fcae45256d30b39e1..fea82382a727cace2088f3f889a020d3e3f0ba9e 100644 (file)
@@ -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>
index 786027b4131134ef2ebbea346cea2655c5d7f299..4dc9b49aad3808ff0c4d65ef341ac3ad10667e9c 100644 (file)
@@ -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+ )"
index f149b513586705dbd6d0f222707be1811031812b..c5aa9c364243344780fe39cd2cf56524fe4d7f7f 100644 (file)
@@ -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"