dev-lang/nqp: follow redirect (perl6->raku)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-12-18 03:58:34 +00:00
parent e6c74803c3
commit 08a63b4e1b
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
4 changed files with 7 additions and 7 deletions

View File

@ -10,6 +10,6 @@
<flag name="moar">Build the MoarVM backend (experimental/broken)</flag>
</use>
<upstream>
<remote-id type="github">perl6/nqp</remote-id>
<remote-id type="github">Raku/nqp</remote-id>
</upstream>
</pkgmetadata>

View File

@ -6,10 +6,10 @@ EAPI=8
inherit java-pkg-opt-2 multibuild
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/perl6/${PN}.git"
EGIT_REPO_URI="https://github.com/Raku/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/perl6/${PN}/releases/download/${PV}/${P}.tar.gz"
SRC_URI="https://github.com/Raku/${PN}/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

View File

@ -6,10 +6,10 @@ EAPI=8
inherit java-pkg-opt-2 multibuild
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/perl6/${PN}.git"
EGIT_REPO_URI="https://github.com/Raku/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/perl6/${PN}/releases/download/${PV}/${P}.tar.gz"
SRC_URI="https://github.com/Raku/${PN}/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

View File

@ -6,10 +6,10 @@ EAPI=8
inherit java-pkg-opt-2 multibuild
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/perl6/${PN}.git"
EGIT_REPO_URI="https://github.com/Raku/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/perl6/${PN}/releases/download/${PV}/${P}.tar.gz"
SRC_URI="https://github.com/Raku/${PN}/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi