mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
virtual: rename virtual/cargo to virtual/rust
Following upstream Gentoo, we rename `virtual/cargo` to `virtual/rust`. Update virtual/rust to 1.41.1.
This commit is contained in:
parent
803dc87175
commit
f4cf47125d
@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=amd64 ~arm64 ~ppc64 x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.34.2* =dev-lang/rust-bin-1.34.2* )
|
||||
SLOT=0
|
||||
_md5_=85ac9aec58e14ceda9494cfe97441e35
|
@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64 arm64 ~ppc64 ~x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.35.0* =dev-lang/rust-bin-1.35.0* )
|
||||
SLOT=0
|
||||
_md5_=787f40869b7cdf543ef36b2db5ed1db6
|
@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.36.0* =dev-lang/rust-bin-1.36.0* )
|
||||
SLOT=0
|
||||
_md5_=7d8f8fecda5039fddd85ab8a755d765b
|
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.41.1
vendored
Normal file
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.41.1
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual for Rust language compiler
|
||||
EAPI=7
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=amd64 ~arm arm64 ppc64 x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.41.1*[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] =dev-lang/rust-bin-1.41.1* )
|
||||
SLOT=0
|
||||
_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529
|
||||
_md5_=69f25145353a287838529cf9d1789db9
|
@ -1,17 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Package manager for Rust"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="|| (
|
||||
=dev-lang/rust-${PV}*
|
||||
=dev-lang/rust-bin-${PV}*
|
||||
)"
|
15
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.41.1.ebuild
vendored
Normal file
15
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.41.1.ebuild
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for Rust language compiler"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ppc64 x86"
|
||||
|
||||
BDEPEND=""
|
||||
RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"
|
Loading…
Reference in New Issue
Block a user