dev-lua: Update links to repositories migrated to lunarmodules org

Closes: https://github.com/gentoo/gentoo/pull/24879
Signed-off-by: Caleb Maclennan <caleb@alerque.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Caleb Maclennan
2022-04-03 11:09:22 +03:00
committed by Conrad Kostecki
parent b49bb03ee7
commit d33fddfbb9
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ inherit lua-single
DESCRIPTION="A LuaDoc-compatible documentation generation system"
HOMEPAGE="https://stevedonovan.github.io/ldoc/"
SRC_URI="https://github.com/stevedonovan/LDoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/lunarmodules/LDoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"

View File

@@ -3,6 +3,6 @@
<pkgmetadata>
<!--maintainer-needed-->
<upstream>
<remote-id type="github">stevedonovan/LDoc</remote-id>
<remote-id type="github">lunarmodules/LDoc</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit )
inherit lua toolchain-funcs
DESCRIPTION="A tool for linting and static analysis of Lua code"
HOMEPAGE="https://github.com/luarocks/luacheck"
SRC_URI="https://github.com/luarocks/luacheck/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/lunarmodules/luacheck"
SRC_URI="https://github.com/lunarmodules/luacheck/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"

View File

@@ -13,7 +13,7 @@
Luacheck itself is written in Lua and runs on all of mentioned Lua versions.
</longdescription>
<upstream>
<remote-id type="github">luarocks/luacheck</remote-id>
<remote-id type="github">lunarmodules/luacheck</remote-id>
<remote-id type="github">mpeterv/luacheck</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -12,9 +12,9 @@ inherit lua toolchain-funcs
DESCRIPTION="Networking support library for the Lua language"
HOMEPAGE="
http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
https://github.com/diegonehab/luasocket
https://github.com/lunarmodules/luasocket
"
SRC_URI="https://github.com/diegonehab/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/lunarmodules/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"

View File

@@ -14,6 +14,6 @@
<name>Conrad Kostecki</name>
</maintainer>
<upstream>
<remote-id type="github">diegonehab/luasocket</remote-id>
<remote-id type="github">lunarmodules/luasocket</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -17,6 +17,6 @@
on tables and sequences.
</longdescription>
<upstream>
<remote-id type="github">Tieske/Penlight</remote-id>
<remote-id type="github">lunarmodules/Penlight</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -10,7 +10,7 @@ inherit lua toolchain-funcs
DESCRIPTION="Lua utility libraries loosely based on the Python standard libraries"
HOMEPAGE="https://github.com/lunarmodules/Penlight"
SRC_URI="https://github.com/Tieske/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/lunarmodules/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"