diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-10-13 10:35:06 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-10-13 10:41:01 -0700 |
commit | cbb188bf659435e9aff0cd41cbdafb80bc9ec295 (patch) | |
tree | 0dd399641b3538ed487e96061789072d736c0b26 /virtual/rust | |
parent | dev-python/stevedore: Bump to 4.0.1 (diff) | |
download | gentoo-cbb188bf659435e9aff0cd41cbdafb80bc9ec295.tar.gz gentoo-cbb188bf659435e9aff0cd41cbdafb80bc9ec295.tar.bz2 gentoo-cbb188bf659435e9aff0cd41cbdafb80bc9ec295.zip |
virtual/rust: drop 1.62.1, 1.63.0
Bug: https://bugs.gentoo.org/870166
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.62.1.ebuild | 19 | ||||
-rw-r--r-- | virtual/rust/rust-1.63.0.ebuild | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild deleted file mode 100644 index b8dad706e68c..000000000000 --- a/virtual/rust/rust-1.62.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.63.0.ebuild b/virtual/rust/rust-1.63.0.ebuild deleted file mode 100644 index a7d950afd9b7..000000000000 --- a/virtual/rust/rust-1.63.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" |