Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Sun, 26 Dec 2021 00:41:06
Message-Id: 1640479208.cbac0ac648b6c2b9b30d80c5322b65b923cc702f.gyakovlev@gentoo
1 commit: cbac0ac648b6c2b9b30d80c5322b65b923cc702f
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 00:34:53 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 00:40:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbac0ac6
7
8 virtual/rust: drop 1.56.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 virtual/rust/rust-1.56.0.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/virtual/rust/rust-1.56.0.ebuild b/virtual/rust/rust-1.56.0.ebuild
16 deleted file mode 100644
17 index f9d87cdb210c..000000000000
18 --- a/virtual/rust/rust-1.56.0.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit multilib-build
27 -
28 -DESCRIPTION="Virtual for Rust language compiler"
29 -
30 -LICENSE=""
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
33 -IUSE="rustfmt"
34 -
35 -BDEPEND=""
36 -RDEPEND="|| (
37 - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
38 - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
39 -)"