From 7df93d2fe512578d46861b3278264c564e93eebc Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 24 Mar 2022 16:46:30 +0100 Subject: [PATCH] virtual/rust: Move it to coreos-overlay It looks like we are not really following gentoo in rust releases, so move the package out to coreos-overlay. --- .../portage-stable/virtual/rust/metadata.xml | 12 ------------ .../virtual/rust/rust-1.52.1.ebuild | 19 ------------------- .../virtual/rust/rust-1.53.0-r1.ebuild | 19 ------------------- .../virtual/rust/rust-1.54.0.ebuild | 19 ------------------- .../virtual/rust/rust-1.59.0.ebuild | 19 ------------------- 5 files changed, 88 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.52.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.53.0-r1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.54.0.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.59.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml deleted file mode 100644 index f51288e196..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - rust@gentoo.org - Rust Project - - - Install rustfmt, Rust code formatter - - - diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.52.1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.52.1.ebuild deleted file mode 100644 index b6e4774761..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.52.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}] -)" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.53.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.53.0-r1.ebuild deleted file mode 100644 index b6e4774761..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.53.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}] -)" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.54.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.54.0.ebuild deleted file mode 100644 index f9d87cdb21..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.54.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}] -)" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.59.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.59.0.ebuild deleted file mode 100644 index f9d87cdb21..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.59.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}] -)"