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 452FB1382C5 for ; Sun, 20 May 2018 23:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4466CE0CB8; Sun, 20 May 2018 23:27:00 +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 0B75CE0CB8 for ; Sun, 20 May 2018 23:27:00 +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 6797D335D0E for ; Sun, 20 May 2018 23:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25AF02B0 for ; Sun, 20 May 2018 23:26:55 +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: <1526858707.395fdb2708fe41ba4a4466b265ebf3918f56a4a4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nxplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nxplayer/nxplayer-5.0.63.3.ebuild net-misc/nxplayer/nxplayer-5.1.24.1.ebuild net-misc/nxplayer/nxplayer-5.1.7.6.ebuild X-VCS-Directories: net-misc/nxplayer/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 395fdb2708fe41ba4a4466b265ebf3918f56a4a4 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:55 +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: db96664d-535d-4a35-857b-8362474f5960 X-Archives-Hash: 2c95678ca1bb311fd7268a99b34cc0f5 commit: 395fdb2708fe41ba4a4466b265ebf3918f56a4a4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 12:11:01 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:25:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395fdb27 net-misc/nxplayer: use HTTPS net-misc/nxplayer/nxplayer-5.0.63.3.ebuild | 4 ++-- net-misc/nxplayer/nxplayer-5.1.24.1.ebuild | 4 ++-- net-misc/nxplayer/nxplayer-5.1.7.6.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/nxplayer/nxplayer-5.0.63.3.ebuild b/net-misc/nxplayer/nxplayer-5.0.63.3.ebuild index 96e12b3bd86..2b4388cdf43 100644 --- a/net-misc/nxplayer/nxplayer-5.0.63.3.ebuild +++ b/net-misc/nxplayer/nxplayer-5.0.63.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit eutils versionator MY_P="nomachine-enterprise-client_$(get_version_component_range 1-3)_$(get_version_component_range 4)" DESCRIPTION="Client for NoMachine remote servers" -HOMEPAGE="http://www.nomachine.com" +HOMEPAGE="https://www.nomachine.com" SRC_URI="amd64? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_x86_64.tar.gz ) x86? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_i686.tar.gz )" LICENSE="nomachine" diff --git a/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild b/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild index 0974496982d..67c1b633110 100644 --- a/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild +++ b/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit eutils versionator MY_P="nomachine-enterprise-client_$(get_version_component_range 1-3)_$(get_version_component_range 4)" DESCRIPTION="Client for NoMachine remote servers" -HOMEPAGE="http://www.nomachine.com" +HOMEPAGE="https://www.nomachine.com" SRC_URI="amd64? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_x86_64.tar.gz ) x86? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_i686.tar.gz )" LICENSE="nomachine" diff --git a/net-misc/nxplayer/nxplayer-5.1.7.6.ebuild b/net-misc/nxplayer/nxplayer-5.1.7.6.ebuild index 0974496982d..67c1b633110 100644 --- a/net-misc/nxplayer/nxplayer-5.1.7.6.ebuild +++ b/net-misc/nxplayer/nxplayer-5.1.7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit eutils versionator MY_P="nomachine-enterprise-client_$(get_version_component_range 1-3)_$(get_version_component_range 4)" DESCRIPTION="Client for NoMachine remote servers" -HOMEPAGE="http://www.nomachine.com" +HOMEPAGE="https://www.nomachine.com" SRC_URI="amd64? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_x86_64.tar.gz ) x86? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_i686.tar.gz )" LICENSE="nomachine"