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 019D013835A for ; Mon, 30 Nov 2020 01:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A78DE0857; Mon, 30 Nov 2020 01:08:41 +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 E7946E0857 for ; Mon, 30 Nov 2020 01:08:40 +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 9E02F341388 for ; Mon, 30 Nov 2020 01:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D627475 for ; Mon, 30 Nov 2020 01:08:38 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1606698510.16bfc09b0ccecc0b9950fcd97d88de5230ef7fab.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luarocks/luarocks-3.4.0-r100.ebuild dev-lua/luarocks/luarocks-3.4.0.ebuild X-VCS-Directories: dev-lua/luarocks/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 16bfc09b0ccecc0b9950fcd97d88de5230ef7fab X-VCS-Branch: master Date: Mon, 30 Nov 2020 01:08:38 +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: 3b0d7dc4-e1d1-40ea-83f9-4489eae7ae96 X-Archives-Hash: ff0cbbd1c80d82ac46a6a0bfe110e2ce commit: 16bfc09b0ccecc0b9950fcd97d88de5230ef7fab Author: Marek Szuba gentoo org> AuthorDate: Mon Nov 30 01:08:09 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Nov 30 01:08:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bfc09b dev-lua/luarocks-3.4.0: use https in HOMEPAGE and SRC_URI Note that for HOMEPAGE this requires *not* using the "www" prefix. Signed-off-by: Marek Szuba gentoo.org> dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 4 ++-- dev-lua/luarocks/luarocks-3.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild index 6dcf557087a..4a4286ebda0 100644 --- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild +++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..3} luajit ) inherit lua-single DESCRIPTION="A package manager for the Lua programming language" -HOMEPAGE="http://www.luarocks.org" -SRC_URI="http://luarocks.org/releases/${P}.tar.gz" +HOMEPAGE="https://luarocks.org" +SRC_URI="https://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-lua/luarocks/luarocks-3.4.0.ebuild b/dev-lua/luarocks/luarocks-3.4.0.ebuild index 702128f4e30..1740df35645 100644 --- a/dev-lua/luarocks/luarocks-3.4.0.ebuild +++ b/dev-lua/luarocks/luarocks-3.4.0.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="A package manager for the Lua programming language" -HOMEPAGE="http://www.luarocks.org" -SRC_URI="http://luarocks.org/releases/${P}.tar.gz" +HOMEPAGE="https://luarocks.org" +SRC_URI="https://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0"