diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 23:36:26 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:05:05 +0200 |
commit | be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1 (patch) | |
tree | 6c975d3ff3eb811c5e84e5a51f6a9cffe14ba8b4 /app-i18n/uchardet | |
parent | app-office/libreoffice: use HTTPS for GitHub, HOMEPAGE, SRC_URI and other URLs (diff) | |
download | gentoo-be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1.tar.gz gentoo-be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1.tar.bz2 gentoo-be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1.zip |
app-i18n/uchardet: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-i18n/uchardet')
-rw-r--r-- | app-i18n/uchardet/uchardet-0.0.6.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/uchardet/uchardet-9999.ebuild | 7 |
2 files changed, 3 insertions, 6 deletions
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" |