mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
virtual/rust: Drop unused package
Mentions of virtual/rust in some scripts were replaced with dev-lang/rust-bin. These were usually about skipping the update/build of the package, and these already contained dev-lang/rust, so added the -bin variant for completeness.
This commit is contained in:
parent
dcd06de935
commit
1e9ed6156c
@ -701,7 +701,6 @@ virtual/perl-Getopt-Long
|
||||
virtual/perl-Unicode-Collate
|
||||
virtual/pkgconfig
|
||||
virtual/resolvconf
|
||||
virtual/rust
|
||||
virtual/service-manager
|
||||
virtual/ssh
|
||||
virtual/tmpfiles
|
||||
|
@ -13,7 +13,7 @@ packages_default=( "coreos-devel/board-packages" )
|
||||
|
||||
# Packages that are rdeps of the above but should not be included.
|
||||
# (mostly large packages, e.g. programming languages etc.)
|
||||
skip_packages_default="dev-lang/rust,virtual/rust,dev-lang/go,dev-lang/go-bootstrap,dev-go/go-md2man"
|
||||
skip_packages_default="dev-lang/rust,dev-lang/rust-bin,dev-lang/go,dev-lang/go-bootstrap,dev-go/go-md2man"
|
||||
|
||||
|
||||
# Developer-visible flags.
|
||||
|
@ -105,7 +105,7 @@ cat <<EOF
|
||||
# stage1 packages aren't published, save in tmp
|
||||
pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages
|
||||
update_seed: yes
|
||||
update_seed_command: --exclude cross-*-cros-linux-gnu/* --exclude dev-lang/rust --exclude virtual/rust --ignore-world y --ignore-built-slot-operator-deps y @changed-subslot
|
||||
update_seed_command: --exclude cross-*-cros-linux-gnu/* --exclude dev-lang/rust --exclude dev-lang/rust-bin --ignore-world y --ignore-built-slot-operator-deps y @changed-subslot
|
||||
EOF
|
||||
catalyst_stage_default 1
|
||||
}
|
||||
|
@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>randy@electronsweatshop.com</email>
|
||||
<name>Randy Barlow</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>navi@vlhl.dev</email>
|
||||
<name>Anna Figueiredo Gomes</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>matoro_gentoo@matoro.tk</email>
|
||||
<name>Matoro Mahri</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>rust@gentoo.org</email>
|
||||
<name>Rust Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="profiler">Build the profiler runtime and rust-demangler tool (needed for '-C profile-generate' or '-C instrument-coverage' codegen opts)</flag>
|
||||
<flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
|
||||
</use>
|
||||
<stabilize-allarches/>
|
||||
</pkgmetadata>
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
LICENSE=""
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-16"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="profiler rustfmt"
|
||||
|
||||
BDEPEND=""
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
LICENSE=""
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-17"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="profiler rustfmt"
|
||||
|
||||
BDEPEND=""
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
LICENSE=""
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-17"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="profiler rustfmt"
|
||||
|
||||
BDEPEND=""
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
LICENSE=""
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-17"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="rustfmt profiler"
|
||||
|
||||
BDEPEND=""
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
LICENSE=""
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-18"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="rustfmt profiler"
|
||||
|
||||
BDEPEND=""
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
LICENSE=""
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-18"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="rustfmt profiler"
|
||||
|
||||
BDEPEND=""
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
@ -1,20 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-18"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="rustfmt profiler"
|
||||
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
@ -1,20 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
# adjust when rust upstream bumps internal llvm
|
||||
# we do not allow multiple llvm versions in dev-lang/rust for
|
||||
# neither system nor bundled, so we just hardcode it here.
|
||||
SLOT="0/llvm-19"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
IUSE="rustfmt profiler"
|
||||
|
||||
RDEPEND="|| (
|
||||
~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||
~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
|
||||
)"
|
Loading…
Reference in New Issue
Block a user