diff options
author | Sam James <sam@gentoo.org> | 2023-12-15 08:30:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-15 08:30:49 +0000 |
commit | 617e879623be5e971985221fb0fdf662f4485b87 (patch) | |
tree | 6882da37aecf16d0d0b7bf8df43840353a578843 /sys-devel/nvptx-tools | |
parent | sys-process/cronie: Stabilize 1.7.0-r2 amd64, #919971 (diff) | |
download | gentoo-617e879623be5e971985221fb0fdf662f4485b87.tar.gz gentoo-617e879623be5e971985221fb0fdf662f4485b87.tar.bz2 gentoo-617e879623be5e971985221fb0fdf662f4485b87.zip |
sys-devel/nvptx-tools: adapt to gh org rename
See https://inbox.sourceware.org/gcc-patches/20231215082234.421EE33E93@hamza.pair.com/T/#u.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/nvptx-tools')
-rw-r--r-- | sys-devel/nvptx-tools/metadata.xml | 2 | ||||
-rw-r--r-- | sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/nvptx-tools/nvptx-tools-9999.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys-devel/nvptx-tools/metadata.xml b/sys-devel/nvptx-tools/metadata.xml index 6b28014927dc..26ea6434862c 100644 --- a/sys-devel/nvptx-tools/metadata.xml +++ b/sys-devel/nvptx-tools/metadata.xml @@ -6,6 +6,6 @@ <name>Gentoo Toolchain Project</name> </maintainer> <upstream> - <remote-id type="github">MentorEmbedded/nvptx-tools</remote-id> + <remote-id type="github">SourceryTools/nvptx-tools</remote-id> </upstream> </pkgmetadata> diff --git a/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild b/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild index e960beb57623..a73728161032 100644 --- a/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild +++ b/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild @@ -4,14 +4,14 @@ EAPI=8 DESCRIPTION="Collection of tools for use with nvptx-none GCC toolchains" -HOMEPAGE="https://github.com/MentorEmbedded/nvptx-tools https://gcc.gnu.org/wiki/nvptx" +HOMEPAGE="https://github.com/SourceryTools/nvptx-tools https://gcc.gnu.org/wiki/nvptx" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/MentorEmbedded/nvptx-tools" + EGIT_REPO_URI="https://github.com/SourceryTools/nvptx-tools" inherit git-r3 else MY_COMMIT="93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b" - SRC_URI="https://github.com/MentorEmbedded/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/SourceryTools/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${MY_COMMIT} KEYWORDS="~amd64" diff --git a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild index e960beb57623..a73728161032 100644 --- a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild +++ b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild @@ -4,14 +4,14 @@ EAPI=8 DESCRIPTION="Collection of tools for use with nvptx-none GCC toolchains" -HOMEPAGE="https://github.com/MentorEmbedded/nvptx-tools https://gcc.gnu.org/wiki/nvptx" +HOMEPAGE="https://github.com/SourceryTools/nvptx-tools https://gcc.gnu.org/wiki/nvptx" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/MentorEmbedded/nvptx-tools" + EGIT_REPO_URI="https://github.com/SourceryTools/nvptx-tools" inherit git-r3 else MY_COMMIT="93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b" - SRC_URI="https://github.com/MentorEmbedded/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/SourceryTools/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${MY_COMMIT} KEYWORDS="~amd64" |