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 324CA138335 for ; Mon, 22 Apr 2019 01:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C5EDE0887; Mon, 22 Apr 2019 01:48:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 24871E0887 for ; Mon, 22 Apr 2019 01:48:01 +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 A5565341F0D for ; Mon, 22 Apr 2019 01:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 178A85BF for ; Mon, 22 Apr 2019 01:47: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: <1555897650.04a02901c5b67d654b8e08ab81474a8506ec523f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-themes/mate-themes-3.22.19.ebuild X-VCS-Directories: x11-themes/mate-themes/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 04a02901c5b67d654b8e08ab81474a8506ec523f X-VCS-Branch: master Date: Mon, 22 Apr 2019 01:47: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2675fdf-bcd8-4d52-b9cf-5779baef7605 X-Archives-Hash: 78a1139a40c134a1a2d814b75f34d4ba commit: 04a02901c5b67d654b8e08ab81474a8506ec523f Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 21 19:41:35 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 22 01:47:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a02901 x11-themes/mate-themes: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> x11-themes/mate-themes/mate-themes-3.22.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild index c8c40fc6546..f88a2fd4a65 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild @@ -7,9 +7,9 @@ inherit autotools xdg MATE_GTK_V="$(ver_cut 1-2)" -HOMEPAGE="http://mate-desktop.org" +HOMEPAGE="https://mate-desktop.org" DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" -SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" +SRC_URI="https://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" LICENSE="LGPL-2.1 GPL-3" SLOT="0/${MATE_GTK_V}"