summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-07-20 23:04:27 +0300
committerGöktürk Yüksek <gokturk@gentoo.org>2016-07-21 10:49:09 -0400
commit784f058656e07e25e6fc58c44be14ff3d242f844 (patch)
tree525da3412efd384d92661aefc6efc6e8b1b43076 /dev-libs
parentwww-client/chromium: remove old (diff)
downloadgentoo-784f058656e07e25e6fc58c44be14ff3d242f844.tar.gz
gentoo-784f058656e07e25e6fc58c44be14ff3d242f844.tar.bz2
gentoo-784f058656e07e25e6fc58c44be14ff3d242f844.zip
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
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/uchardet/metadata.xml2
-rw-r--r--dev-libs/uchardet/uchardet-0.0.5-r1.ebuild4
-rw-r--r--dev-libs/uchardet/uchardet-9999.ebuild6
3 files changed, 6 insertions, 6 deletions
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 @@
<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 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"