commit: a092552289975d13566360571be5a55bf4dea986 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Tue Jun 3 03:40:16 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Tue Jun 3 21:36:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0925522
sys-devel/rust-std: fix variable ordering Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> sys-devel/rust-std/rust-std-1.74.1.ebuild | 5 ++--- sys-devel/rust-std/rust-std-1.75.0.ebuild | 5 ++--- sys-devel/rust-std/rust-std-1.77.1.ebuild | 5 ++--- sys-devel/rust-std/rust-std-1.79.0.ebuild | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/sys-devel/rust-std/rust-std-1.74.1.ebuild b/sys-devel/rust-std/rust-std-1.74.1.ebuild index 15015fdb2cfd..1e7dfb4b89b2 100644 --- a/sys-devel/rust-std/rust-std-1.74.1.ebuild +++ b/sys-devel/rust-std/rust-std-1.74.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,7 @@ inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-func DESCRIPTION="Rust standard library, standalone (for crossdev)" HOMEPAGE="https://www.rust-lang.org" SRC_URI="https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz" +S="${WORKDIR}/${P/-std/c}-src" LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4" SLOT="stable/$(ver_cut 1-2)" @@ -36,8 +37,6 @@ RESTRICT="test" QA_FLAGS_IGNORED="usr/lib/rust/${PV}/rustlib/.*/lib/lib.*.so" -S="${WORKDIR}/${P/-std/c}-src" - # # The cross magic # diff --git a/sys-devel/rust-std/rust-std-1.75.0.ebuild b/sys-devel/rust-std/rust-std-1.75.0.ebuild index 2c5942d92224..62167aacdb88 100644 --- a/sys-devel/rust-std/rust-std-1.75.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.75.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,7 @@ inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-func DESCRIPTION="Rust standard library, standalone (for crossdev)" HOMEPAGE="https://www.rust-lang.org" SRC_URI="https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz" +S="${WORKDIR}/${P/-std/c}-src" LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4" SLOT="stable/$(ver_cut 1-2)" @@ -40,8 +41,6 @@ PATCHES=( "${FILESDIR}"/1.75.0-handle-vendored-sources.patch # remove for >=1.77.0 ) -S="${WORKDIR}/${P/-std/c}-src" - # # The cross magic # diff --git a/sys-devel/rust-std/rust-std-1.77.1.ebuild b/sys-devel/rust-std/rust-std-1.77.1.ebuild index 15015fdb2cfd..1e7dfb4b89b2 100644 --- a/sys-devel/rust-std/rust-std-1.77.1.ebuild +++ b/sys-devel/rust-std/rust-std-1.77.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,7 @@ inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-func DESCRIPTION="Rust standard library, standalone (for crossdev)" HOMEPAGE="https://www.rust-lang.org" SRC_URI="https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz" +S="${WORKDIR}/${P/-std/c}-src" LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4" SLOT="stable/$(ver_cut 1-2)" @@ -36,8 +37,6 @@ RESTRICT="test" QA_FLAGS_IGNORED="usr/lib/rust/${PV}/rustlib/.*/lib/lib.*.so" -S="${WORKDIR}/${P/-std/c}-src" - # # The cross magic # diff --git a/sys-devel/rust-std/rust-std-1.79.0.ebuild b/sys-devel/rust-std/rust-std-1.79.0.ebuild index 15015fdb2cfd..1e7dfb4b89b2 100644 --- a/sys-devel/rust-std/rust-std-1.79.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.79.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,7 @@ inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-func DESCRIPTION="Rust standard library, standalone (for crossdev)" HOMEPAGE="https://www.rust-lang.org" SRC_URI="https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz" +S="${WORKDIR}/${P/-std/c}-src" LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4" SLOT="stable/$(ver_cut 1-2)" @@ -36,8 +37,6 @@ RESTRICT="test" QA_FLAGS_IGNORED="usr/lib/rust/${PV}/rustlib/.*/lib/lib.*.so" -S="${WORKDIR}/${P/-std/c}-src" - # # The cross magic #
