Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/
Date: Mon, 30 Nov 2020 01:08:41
Message-Id: 1606698510.16bfc09b0ccecc0b9950fcd97d88de5230ef7fab.marecki@gentoo
1 commit: 16bfc09b0ccecc0b9950fcd97d88de5230ef7fab
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 01:08:09 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 01:08:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bfc09b
7
8 dev-lua/luarocks-3.4.0: use https in HOMEPAGE and SRC_URI
9
10 Note that for HOMEPAGE this requires *not* using the "www" prefix.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 4 ++--
15 dev-lua/luarocks/luarocks-3.4.0.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
19 index 6dcf557087a..4a4286ebda0 100644
20 --- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
21 +++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
22 @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..3} luajit )
23 inherit lua-single
24
25 DESCRIPTION="A package manager for the Lua programming language"
26 -HOMEPAGE="http://www.luarocks.org"
27 -SRC_URI="http://luarocks.org/releases/${P}.tar.gz"
28 +HOMEPAGE="https://luarocks.org"
29 +SRC_URI="https://luarocks.org/releases/${P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0"
33
34 diff --git a/dev-lua/luarocks/luarocks-3.4.0.ebuild b/dev-lua/luarocks/luarocks-3.4.0.ebuild
35 index 702128f4e30..1740df35645 100644
36 --- a/dev-lua/luarocks/luarocks-3.4.0.ebuild
37 +++ b/dev-lua/luarocks/luarocks-3.4.0.ebuild
38 @@ -6,8 +6,8 @@ EAPI=7
39 inherit toolchain-funcs
40
41 DESCRIPTION="A package manager for the Lua programming language"
42 -HOMEPAGE="http://www.luarocks.org"
43 -SRC_URI="http://luarocks.org/releases/${P}.tar.gz"
44 +HOMEPAGE="https://luarocks.org"
45 +SRC_URI="https://luarocks.org/releases/${P}.tar.gz"
46
47 LICENSE="MIT"
48 SLOT="0"