diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 21:20:52 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-16 09:14:53 +0200 |
commit | abbe5b8f43f37148859d94aad30947691f517a01 (patch) | |
tree | 68d96f325dabfbb0e89aea9ea9e2883338f27363 /x11-libs | |
parent | x11-libs/libva-intel-driver: use HTTPS for freedesktop.org (diff) | |
download | gentoo-abbe5b8f43f37148859d94aad30947691f517a01.tar.gz gentoo-abbe5b8f43f37148859d94aad30947691f517a01.tar.bz2 gentoo-abbe5b8f43f37148859d94aad30947691f517a01.zip |
x11-libs/cairo: use HTTPS for freedesktop.org, HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-1.14.10.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.14.8.ebuild | 6 | ||||
-rw-r--r-- | 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 515d95e49918..396118fc0619 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 8be8b7d7a3c6..e36dbac0a735 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 dcf93feb8962..9e0f4f744bfa 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" |