Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/
Date: Thu, 25 Aug 2022 19:34:28
Message-Id: 1661456048.7c03559b884cc423f9faedf0b3f5546c126c536c.conikost@gentoo
1 commit: 7c03559b884cc423f9faedf0b3f5546c126c536c
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 19:32:27 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 19:34:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c03559b
7
8 dev-lua/busted: update homepage, upstream and src_uri
9
10 Closes: https://bugs.gentoo.org/866521
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-lua/busted/busted-2.0.0-r1.ebuild | 4 ++--
14 dev-lua/busted/busted-2.1.1.ebuild | 4 ++--
15 dev-lua/busted/metadata.xml | 2 +-
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-lua/busted/busted-2.0.0-r1.ebuild b/dev-lua/busted/busted-2.0.0-r1.ebuild
19 index 1007ee198d62..4a11ad485569 100644
20 --- a/dev-lua/busted/busted-2.0.0-r1.ebuild
21 +++ b/dev-lua/busted/busted-2.0.0-r1.ebuild
22 @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit )
23 inherit lua
24
25 DESCRIPTION="Elegant Lua unit testing"
26 -HOMEPAGE="http://olivinelabs.com/busted/"
27 -SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 +HOMEPAGE="https://lunarmodules.github.io/busted/"
29 +SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0"
33
34 diff --git a/dev-lua/busted/busted-2.1.1.ebuild b/dev-lua/busted/busted-2.1.1.ebuild
35 index ec99171efacc..fb73e3cc1c03 100644
36 --- a/dev-lua/busted/busted-2.1.1.ebuild
37 +++ b/dev-lua/busted/busted-2.1.1.ebuild
38 @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit )
39 inherit lua
40
41 DESCRIPTION="Elegant Lua unit testing"
42 -HOMEPAGE="http://olivinelabs.com/busted/"
43 -SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 +HOMEPAGE="https://lunarmodules.github.io/busted/"
45 +SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
46
47 LICENSE="MIT"
48 SLOT="0"
49
50 diff --git a/dev-lua/busted/metadata.xml b/dev-lua/busted/metadata.xml
51 index ba5712c8abe5..b540da052ca9 100644
52 --- a/dev-lua/busted/metadata.xml
53 +++ b/dev-lua/busted/metadata.xml
54 @@ -19,6 +19,6 @@
55 and unit, integration, and functional tests.
56 </longdescription>
57 <upstream>
58 - <remote-id type="github">Olivine-Labs/busted</remote-id>
59 + <remote-id type="github">lunarmodules/busted</remote-id>
60 </upstream>
61 </pkgmetadata>