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 5F77013835A for ; Fri, 3 Jul 2020 23:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78A8EE0823; Fri, 3 Jul 2020 23:23:02 +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 64E94E0823 for ; Fri, 3 Jul 2020 23:23:02 +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 00F8634F171 for ; Fri, 3 Jul 2020 23:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C0BE2C8 for ; Fri, 3 Jul 2020 23:22:58 +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: <1593818482.6adddb78ef89c55a3f81250c3f1c5090835f0387.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono/mono-6.6.0.161.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6adddb78ef89c55a3f81250c3f1c5090835f0387 X-VCS-Branch: master Date: Fri, 3 Jul 2020 23:22:58 +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: 54e28379-f448-4423-b45e-c2ab6cd15dde X-Archives-Hash: 0c9ec1afd5cd50d0cd384e7e3e22597c commit: 6adddb78ef89c55a3f81250c3f1c5090835f0387 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jul 3 17:44:32 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 3 23:21:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adddb78 dev-lang/mono: 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/16572 Signed-off-by: Aaron Bauman gentoo.org> dev-lang/mono/mono-6.6.0.161.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/mono/mono-6.6.0.161.ebuild b/dev-lang/mono/mono-6.6.0.161.ebuild index 8ed539ef2ab..bc6f0cf7f0b 100644 --- a/dev-lang/mono/mono-6.6.0.161.ebuild +++ b/dev-lang/mono/mono-6.6.0.161.ebuild @@ -12,10 +12,10 @@ IUSE="nls minimal pax_kernel xen doc" inherit autotools eutils linux-info mono-env flag-o-matic pax-utils multilib-minimal DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" -HOMEPAGE="http://www.mono-project.com/Main_Page" +HOMEPAGE="https://mono-project.com" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" -SRC_URI="http://download.mono-project.com/sources/mono/${P}.tar.xz" +SRC_URI="https://download.mono-project.com/sources/mono/${P}.tar.xz" #Note: mono works incorrect with older versions of libgdiplus #details on dotnet overlay issue: https://github.com/gentoo/dotnet/issues/429