diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-24 00:38:59 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-04-27 04:47:58 -0700 |
commit | 37ed1d3e4a0bc7da64b1a7f1a0ad428aabb64511 (patch) | |
tree | f5df292a7a6ed7ee8932caf173e7a57882536ff7 /virtual | |
parent | dev-lang/rust: llvm12 prepwork, fix UncheckableDep warning in CI (diff) | |
download | gentoo-37ed1d3e4a0bc7da64b1a7f1a0ad428aabb64511.tar.gz gentoo-37ed1d3e4a0bc7da64b1a7f1a0ad428aabb64511.tar.bz2 gentoo-37ed1d3e4a0bc7da64b1a7f1a0ad428aabb64511.zip |
virtual/rust: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.46.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.47.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.48.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.49.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.50.0.ebuild | 15 |
5 files changed, 0 insertions, 75 deletions
diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild deleted file mode 100644 index 6f32b771ca56..000000000000 --- a/virtual/rust/rust-1.46.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild deleted file mode 100644 index 985c1bc95733..000000000000 --- a/virtual/rust/rust-1.47.0.ebuild +++ /dev/null @@ -1,15 +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 ppc64 x86" - -BDEPEND="" -RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.48.0.ebuild b/virtual/rust/rust-1.48.0.ebuild deleted file mode 100644 index 7cf8d65440f8..000000000000 --- a/virtual/rust/rust-1.48.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.49.0.ebuild b/virtual/rust/rust-1.49.0.ebuild deleted file mode 100644 index 885ef01123a7..000000000000 --- a/virtual/rust/rust-1.49.0.ebuild +++ /dev/null @@ -1,15 +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 ~ppc64 ~x86" - -BDEPEND="" -RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.50.0.ebuild b/virtual/rust/rust-1.50.0.ebuild deleted file mode 100644 index 885ef01123a7..000000000000 --- a/virtual/rust/rust-1.50.0.ebuild +++ /dev/null @@ -1,15 +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 ~ppc64 ~x86" - -BDEPEND="" -RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" |