From 74e5f1819792f3dfcdc45494774c2d54f36cfbae Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 18 Mar 2020 11:11:57 +0100 Subject: [PATCH] virtual/cargo: remove unnecessary cargo versions Now that rust has only 1.36, we should also remove cargo 1.34 to 1.35. --- .../virtual/cargo/cargo-1.34.2.ebuild | 17 ----------------- .../virtual/cargo/cargo-1.35.0.ebuild | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.34.2.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.35.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.34.2.ebuild b/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.34.2.ebuild deleted file mode 100644 index 032ae4f274..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.34.2.ebuild +++ /dev/null @@ -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}* - )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.35.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.35.0.ebuild deleted file mode 100644 index 2c015c4a0d..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.35.0.ebuild +++ /dev/null @@ -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}* - )"