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 93DCD138334 for ; Sat, 9 Jun 2018 14:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EEE0E08C8; Sat, 9 Jun 2018 14:06:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6B487E08C8 for ; Sat, 9 Jun 2018 14:06:00 +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 E7483335C97 for ; Sat, 9 Jun 2018 14:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A1C13D for ; Sat, 9 Jun 2018 14:05:57 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528553148.2a24bf29e2c2be7cc01fb85baf0e23ad773b0b8c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cairosvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cairosvg/cairosvg-1.0.22.ebuild media-gfx/cairosvg/cairosvg-2.0.3.ebuild X-VCS-Directories: media-gfx/cairosvg/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2a24bf29e2c2be7cc01fb85baf0e23ad773b0b8c X-VCS-Branch: master Date: Sat, 9 Jun 2018 14:05:57 +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: 92436881-1a68-4e78-80f7-910d78872926 X-Archives-Hash: f3774eb19530d8c993016edfc2a0b187 commit: 2a24bf29e2c2be7cc01fb85baf0e23ad773b0b8c Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Jun 7 20:21:31 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 9 14:05:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a24bf29 media-gfx/cairosvg: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8747 media-gfx/cairosvg/cairosvg-1.0.22.ebuild | 4 ++-- media-gfx/cairosvg/cairosvg-2.0.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/cairosvg/cairosvg-1.0.22.ebuild b/media-gfx/cairosvg/cairosvg-1.0.22.ebuild index 04fd40af14a..f898401de01 100644 --- a/media-gfx/cairosvg/cairosvg-1.0.22.ebuild +++ b/media-gfx/cairosvg/cairosvg-1.0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MY_PN="CairoSVG" MY_P="${MY_PN}-${PV}" DESCRIPTION="CLI and library to export SVG to PDF, PostScript, and PNG" -HOMEPAGE="http://cairosvg.org/" +HOMEPAGE="https://cairosvg.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-3" diff --git a/media-gfx/cairosvg/cairosvg-2.0.3.ebuild b/media-gfx/cairosvg/cairosvg-2.0.3.ebuild index 8939b9a8db3..89657ccefda 100644 --- a/media-gfx/cairosvg/cairosvg-2.0.3.ebuild +++ b/media-gfx/cairosvg/cairosvg-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ MY_PN="CairoSVG" MY_P="${MY_PN}-${PV}" DESCRIPTION="CLI and library to export SVG to PDF, PostScript, and PNG" -HOMEPAGE="http://cairosvg.org/" +HOMEPAGE="https://cairosvg.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-3"