commit:     3ea17a7a85978086059dd3d536bd8db9603c86a7
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 13:00:06 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 17:04:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea17a7a

media-libs/harfbuzz: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-libs/harfbuzz/harfbuzz-1.4.5.ebuild    | 4 ++--
 media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild | 4 ++--
 media-libs/harfbuzz/harfbuzz-1.4.7.ebuild    | 4 ++--
 media-libs/harfbuzz/harfbuzz-9999.ebuild     | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild
index 3515877032b..52c659cce12 100644
--- a/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/harfbuzz.git";
 [[ ${PV} == 9999 ]] && inherit git-r3 autotools
 
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@ inherit eutils libtool multilib-minimal python-any-r1 
xdg-utils
 
 DESCRIPTION="An OpenType text shaping engine"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz";
-[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2";
+[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/harfbuzz/release/${P}.tar.bz2";
 
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416

diff --git a/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild
index 1794df13ba6..33e2f989766 100644
--- a/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.4.6-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/harfbuzz.git";
 [[ ${PV} == 9999 ]] && inherit git-r3 autotools
 
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@ inherit eutils flag-o-matic libtool multilib-minimal 
python-any-r1 xdg-utils
 
 DESCRIPTION="An OpenType text shaping engine"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz";
-[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2";
+[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/harfbuzz/release/${P}.tar.bz2";
 
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416

diff --git a/media-libs/harfbuzz/harfbuzz-1.4.7.ebuild 
b/media-libs/harfbuzz/harfbuzz-1.4.7.ebuild
index da388e5fba7..a12012706f5 100644
--- a/media-libs/harfbuzz/harfbuzz-1.4.7.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.4.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/harfbuzz.git";
 [[ ${PV} == 9999 ]] && inherit git-r3 autotools
 
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@ inherit eutils flag-o-matic libtool multilib-minimal 
python-any-r1 xdg-utils
 
 DESCRIPTION="An OpenType text shaping engine"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz";
-[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2";
+[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/harfbuzz/release/${P}.tar.bz2";
 
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416

diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild 
b/media-libs/harfbuzz/harfbuzz-9999.ebuild
index 260fc8ecd14..fbd9ff51526 100644
--- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/harfbuzz.git";
 [[ ${PV} == 9999 ]] && inherit git-r3 autotools
 
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@ inherit eutils flag-o-matic libtool multilib-minimal 
python-any-r1 xdg-utils
 
 DESCRIPTION="An OpenType text shaping engine"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz";
-[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2";
+[[ ${PV} == 9999 ]] || 
SRC_URI="https://www.freedesktop.org/software/harfbuzz/release/${P}.tar.bz2";
 
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416

Reply via email to