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 DB6C2138335 for ; Fri, 3 Jan 2020 20:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E328E097A; Fri, 3 Jan 2020 20:40:26 +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 51198E097A for ; Fri, 3 Jan 2020 20:40:25 +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 4415834DE54 for ; Fri, 3 Jan 2020 20:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADBA8B1 for ; Fri, 3 Jan 2020 20:40:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1578083990.ed7f86859c676fc5ab9ca3188b628e32dcacc2d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/lightspark/lightspark-0.8.2.ebuild X-VCS-Directories: www-plugins/lightspark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ed7f86859c676fc5ab9ca3188b628e32dcacc2d0 X-VCS-Branch: master Date: Fri, 3 Jan 2020 20:40:03 +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: 87a71272-6083-4c54-970e-9774f6aeda87 X-Archives-Hash: df5da89588dcfacb0e3b307a77bf9570 commit: ed7f86859c676fc5ab9ca3188b628e32dcacc2d0 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 3 16:57:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 3 20:39:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7f8685 www-plugins/lightspark: Use HTTPS Signed-off-by: Michał Górny gentoo.org> www-plugins/lightspark/lightspark-0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-plugins/lightspark/lightspark-0.8.2.ebuild b/www-plugins/lightspark/lightspark-0.8.2.ebuild index a844f48a701..4c87950ba8f 100644 --- a/www-plugins/lightspark/lightspark-0.8.2.ebuild +++ b/www-plugins/lightspark/lightspark-0.8.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake-utils toolchain-funcs xdg-utils DESCRIPTION="High performance flash player" -HOMEPAGE="http://lightspark.github.io/" +HOMEPAGE="https://lightspark.github.io/" SRC_URI="https://github.com/lightspark/lightspark/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3"