mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
virtual/rust: Sync with gentoo
This commit is contained in:
parent
c716d65b48
commit
2f37270b63
@ -1,8 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="project">
|
<maintainer type="project">
|
||||||
<email>rust@gentoo.org</email>
|
<email>rust@gentoo.org</email>
|
||||||
<name>Rust Project</name>
|
<name>Rust Project</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
|
||||||
|
</use>
|
||||||
|
<stabilize-allarches/>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
19
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.52.1.ebuild
vendored
Normal file
19
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.52.1.ebuild
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 1999-2021 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 ~ppc ppc64 ~riscv x86"
|
||||||
|
IUSE="rustfmt"
|
||||||
|
|
||||||
|
BDEPEND=""
|
||||||
|
RDEPEND="|| (
|
||||||
|
~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
)"
|
19
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.53.0-r1.ebuild
vendored
Normal file
19
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.53.0-r1.ebuild
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 1999-2021 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 ~ppc ppc64 ~riscv x86"
|
||||||
|
IUSE="rustfmt"
|
||||||
|
|
||||||
|
BDEPEND=""
|
||||||
|
RDEPEND="|| (
|
||||||
|
~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
)"
|
19
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.54.0.ebuild
vendored
Normal file
19
sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.54.0.ebuild
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 1999-2021 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 ~ppc ~ppc64 ~riscv ~x86"
|
||||||
|
IUSE="rustfmt"
|
||||||
|
|
||||||
|
BDEPEND=""
|
||||||
|
RDEPEND="|| (
|
||||||
|
~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
)"
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -9,7 +9,11 @@ DESCRIPTION="Virtual for Rust language compiler"
|
|||||||
|
|
||||||
LICENSE=""
|
LICENSE=""
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm arm64 ppc64 x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||||
|
IUSE="rustfmt"
|
||||||
|
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"
|
RDEPEND="|| (
|
||||||
|
~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
|
||||||
|
)"
|
||||||
|
Loading…
Reference in New Issue
Block a user