* [gentoo-commits] repo/gentoo:master commit in: dev-lua/penlight/, dev-lua/luacheck/, dev-lua/ldoc/, dev-lua/luasocket/
@ 2022-04-03 10:43 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2022-04-03 10:43 UTC (permalink / raw
To: gentoo-commits
commit: d33fddfbb9ad68d8bdf3ee6af4ffef7ccf2add99
Author: Caleb Maclennan <caleb <AT> alerque <DOT> com>
AuthorDate: Sun Apr 3 08:09:22 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 10:42:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33fddfb
dev-lua: Update links to repositories migrated to lunarmodules org
Closes: https://github.com/gentoo/gentoo/pull/24879
Signed-off-by: Caleb Maclennan <caleb <AT> alerque.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/ldoc/ldoc-1.4.6-r100.ebuild | 2 +-
dev-lua/ldoc/metadata.xml | 2 +-
dev-lua/luacheck/luacheck-0.25.0.ebuild | 4 ++--
dev-lua/luacheck/metadata.xml | 2 +-
dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild | 4 ++--
dev-lua/luasocket/metadata.xml | 2 +-
dev-lua/penlight/metadata.xml | 2 +-
dev-lua/penlight/penlight-1.12.0.ebuild | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild b/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild
index 7b2af871e537..ce9c78636578 100644
--- a/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild
+++ b/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild
@@ -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"
diff --git a/dev-lua/ldoc/metadata.xml b/dev-lua/ldoc/metadata.xml
index 205e76858046..c1081af2656f 100644
--- a/dev-lua/ldoc/metadata.xml
+++ b/dev-lua/ldoc/metadata.xml
@@ -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>
diff --git a/dev-lua/luacheck/luacheck-0.25.0.ebuild b/dev-lua/luacheck/luacheck-0.25.0.ebuild
index 672738fabba4..8bf057261d25 100644
--- a/dev-lua/luacheck/luacheck-0.25.0.ebuild
+++ b/dev-lua/luacheck/luacheck-0.25.0.ebuild
@@ -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"
diff --git a/dev-lua/luacheck/metadata.xml b/dev-lua/luacheck/metadata.xml
index 3f07ff7de23a..8bc8d9434e33 100644
--- a/dev-lua/luacheck/metadata.xml
+++ b/dev-lua/luacheck/metadata.xml
@@ -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>
diff --git a/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild b/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild
index 58fe8d5c2285..283cd08f0c64 100644
--- a/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild
+++ b/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild
@@ -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"
diff --git a/dev-lua/luasocket/metadata.xml b/dev-lua/luasocket/metadata.xml
index d810c98fd551..aadd3b74b2a5 100644
--- a/dev-lua/luasocket/metadata.xml
+++ b/dev-lua/luasocket/metadata.xml
@@ -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>
diff --git a/dev-lua/penlight/metadata.xml b/dev-lua/penlight/metadata.xml
index 3c222244d9b4..1a05f3bf022d 100644
--- a/dev-lua/penlight/metadata.xml
+++ b/dev-lua/penlight/metadata.xml
@@ -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>
diff --git a/dev-lua/penlight/penlight-1.12.0.ebuild b/dev-lua/penlight/penlight-1.12.0.ebuild
index 965cb7302c5b..b1a4008cf42f 100644
--- a/dev-lua/penlight/penlight-1.12.0.ebuild
+++ b/dev-lua/penlight/penlight-1.12.0.ebuild
@@ -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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-03 10:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 10:43 [gentoo-commits] repo/gentoo:master commit in: dev-lua/penlight/, dev-lua/luacheck/, dev-lua/ldoc/, dev-lua/luasocket/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox