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 D6F9D1381F3 for ; Wed, 1 Jul 2020 19:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4089BE0964; Wed, 1 Jul 2020 19:59:44 +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 2BFA1E0964 for ; Wed, 1 Jul 2020 19:59:44 +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 4FD4534F204 for ; Wed, 1 Jul 2020 19:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 369612D2 for ; Wed, 1 Jul 2020 19:59:40 +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: <1593633550.ac8bc49acd6a34f6b137e2d0da41c0d66874d5a9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gr/gr-0.50.0-r1.ebuild X-VCS-Directories: sci-visualization/gr/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ac8bc49acd6a34f6b137e2d0da41c0d66874d5a9 X-VCS-Branch: master Date: Wed, 1 Jul 2020 19:59:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eaabbe2f-cb8b-43cf-990c-5ae99b264299 X-Archives-Hash: 3b1fe1828b082c77ae87af5498f8d50c commit: ac8bc49acd6a34f6b137e2d0da41c0d66874d5a9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 29 19:35:29 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 1 19:59:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8bc49a sci-visualization/gr: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16495 Signed-off-by: Aaron Bauman gentoo.org> sci-visualization/gr/gr-0.50.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/gr/gr-0.50.0-r1.ebuild b/sci-visualization/gr/gr-0.50.0-r1.ebuild index 82f6df9f2ae..ddb28dbc246 100644 --- a/sci-visualization/gr/gr-0.50.0-r1.ebuild +++ b/sci-visualization/gr/gr-0.50.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake DESCRIPTION="Universal framework for cross-platform visualization applications" -HOMEPAGE="http://gr-framework.org/" +HOMEPAGE="https://gr-framework.org/" SRC_URI="https://github.com/sciapp/gr/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"