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 767741382C5 for ; Sun, 20 May 2018 00:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05A4E0869; Sun, 20 May 2018 00:29:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 89B05E0869 for ; Sun, 20 May 2018 00:29:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 54DFF335CB6 for ; Sun, 20 May 2018 00:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4269289 for ; Sun, 20 May 2018 00:29:11 +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: <1526776146.f40bde16c4e9cd120c488bbbf7794c549641ea74.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/alembic/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/alembic/alembic-1.7.4.ebuild X-VCS-Directories: media-gfx/alembic/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f40bde16c4e9cd120c488bbbf7794c549641ea74 X-VCS-Branch: master Date: Sun, 20 May 2018 00:29:11 +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: 00d3203e-6972-44d5-a8c8-055d63225dc9 X-Archives-Hash: f4394e5d78ab895a0ddc623ea01cb739 commit: f40bde16c4e9cd120c488bbbf7794c549641ea74 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 07:40:43 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:29:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40bde16 media-gfx/alembic: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8476 media-gfx/alembic/alembic-1.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/alembic/alembic-1.7.4.ebuild b/media-gfx/alembic/alembic-1.7.4.ebuild index 59e04e1ce8f..542642f08d7 100644 --- a/media-gfx/alembic/alembic-1.7.4.ebuild +++ b/media-gfx/alembic/alembic-1.7.4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 cmake-utils DESCRIPTION="Alembic is an open framework for storing and sharing scene data" -HOMEPAGE="http://alembic.io/" +HOMEPAGE="https://www.alembic.io" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"