From be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Mon, 31 Jul 2017 23:36:26 +1000 Subject: app-i18n/uchardet: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- app-i18n/uchardet/uchardet-0.0.6.ebuild | 2 +- app-i18n/uchardet/uchardet-9999.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'app-i18n/uchardet') diff --git a/app-i18n/uchardet/uchardet-0.0.6.ebuild b/app-i18n/uchardet/uchardet-0.0.6.ebuild index 6ae7e5b9d54a..9222edb2b56a 100644 --- a/app-i18n/uchardet/uchardet-0.0.6.ebuild +++ b/app-i18n/uchardet/uchardet-0.0.6.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="An encoding detector library" HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/" -SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz" +SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" diff --git a/app-i18n/uchardet/uchardet-9999.ebuild b/app-i18n/uchardet/uchardet-9999.ebuild index 7ac052857cb1..c268f955e469 100644 --- a/app-i18n/uchardet/uchardet-9999.ebuild +++ b/app-i18n/uchardet/uchardet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,10 +7,7 @@ inherit cmake-utils git-r3 DESCRIPTION="An encoding detector library" HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/" -EGIT_REPO_URI=( - https://anongit.freedesktop.org/git/${PN}/${PN}.git - git://anongit.freedesktop.org/${PN}/${PN} -) +EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" -- cgit v1.2.3-65-gdbad