commit:     abbe5b8f43f37148859d94aad30947691f517a01
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Mon Jul 31 11:20:52 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 07:14:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbe5b8f

x11-libs/cairo: use HTTPS for freedesktop.org, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/cairo/cairo-1.14.10.ebuild | 6 +++---
 x11-libs/cairo/cairo-1.14.8.ebuild  | 6 +++---
 x11-libs/cairo/cairo-9999.ebuild    | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-libs/cairo/cairo-1.14.10.ebuild 
b/x11-libs/cairo/cairo-1.14.10.ebuild
index 515d95e4991..396118fc061 100644
--- a/x11-libs/cairo/cairo-1.14.10.ebuild
+++ b/x11-libs/cairo/cairo-1.14.10.ebuild
@@ -7,15 +7,15 @@ inherit eutils flag-o-matic autotools multilib-minimal
 
 if [[ ${PV} == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo"
+       EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo";
        SRC_URI=""
 else
-       SRC_URI="http://cairographics.org/releases/${P}.tar.xz";
+       SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"
-HOMEPAGE="http://cairographics.org/";
+HOMEPAGE="https://www.cairographics.org";
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg valgrind xcb"

diff --git a/x11-libs/cairo/cairo-1.14.8.ebuild 
b/x11-libs/cairo/cairo-1.14.8.ebuild
index 8be8b7d7a3c..e36dbac0a73 100644
--- a/x11-libs/cairo/cairo-1.14.8.ebuild
+++ b/x11-libs/cairo/cairo-1.14.8.ebuild
@@ -7,15 +7,15 @@ inherit eutils flag-o-matic autotools multilib-minimal
 
 if [[ ${PV} == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo"
+       EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo";
        SRC_URI=""
 else
-       SRC_URI="http://cairographics.org/releases/${P}.tar.xz";
+       SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz";
        KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"
-HOMEPAGE="http://cairographics.org/";
+HOMEPAGE="https://www.cairographics.org";
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg valgrind xcb"

diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
index dcf93feb896..9e0f4f744bf 100644
--- a/x11-libs/cairo/cairo-9999.ebuild
+++ b/x11-libs/cairo/cairo-9999.ebuild
@@ -7,15 +7,15 @@ inherit eutils flag-o-matic autotools multilib-minimal
 
 if [[ ${PV} == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo"
+       EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo";
        SRC_URI=""
 else
-       SRC_URI="http://cairographics.org/releases/${P}.tar.xz";
+       SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"
-HOMEPAGE="http://cairographics.org/";
+HOMEPAGE="https://www.cairographics.org";
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg utils valgrind 
xcb"

Reply via email to