From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73BB11396D0 for ; Wed, 16 Aug 2017 07:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E3F7E0E90; Wed, 16 Aug 2017 07:16:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19B2EE0E90 for ; Wed, 16 Aug 2017 07:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6F613417DF for ; Wed, 16 Aug 2017 07:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6847855 for ; Wed, 16 Aug 2017 07:16:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502867693.abbe5b8f43f37148859d94aad30947691f517a01.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/cairo/cairo-1.14.10.ebuild x11-libs/cairo/cairo-1.14.8.ebuild x11-libs/cairo/cairo-9999.ebuild X-VCS-Directories: x11-libs/cairo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: abbe5b8f43f37148859d94aad30947691f517a01 X-VCS-Branch: master Date: Wed, 16 Aug 2017 07:16:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 094df470-25af-4cc7-9752-1f7cba18a6b8 X-Archives-Hash: 8ff3db68000f2b92fa329962c1c4247f commit: abbe5b8f43f37148859d94aad30947691f517a01 Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 11:20:52 2017 +0000 Commit: Michał Górny gentoo 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"